Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dynavolt71

Pages: 1 ... 23 24 [25]
362
Snippet Showroom / Re: Best Respect system by Javed Ahmadzai (me)
« on: October 22, 2012, 12:18:16 pm »
ahh nice one i will make it later

363
Snippet Showroom / Re: Auto-Change GameMode Name by Moby (me)
« on: October 20, 2012, 12:20:07 pm »
Help Its Says :
Code: [Select]
C:\Users\afr\Desktop\Beach City\gamemodes\BeachCity.pwn(135) : error 029: invalid expression, assumed zero
C:\Users\afr\Desktop\Beach City\gamemodes\BeachCity.pwn(135) : error 008: must be a constant expression; assumed zero
Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase


2 Errors.

Give me and the line 135. (the script from line 135)
this :[pawn]};[/pawn]
Note i just add these :
[pawn]new RandomGMName[][] =
{

"Come and You!",
"Best Server!",
"<= Small Ping",
"<= is funny",
"***By Moby",
};

forward SendGMName();[/pawn]
On Top

364
Snippet Showroom / Re: Auto-Change GameMode Name by Moby (me)
« on: October 20, 2012, 09:36:16 am »
Help Its Says :
Code: [Select]
C:\Users\afr\Desktop\Beach City\gamemodes\BeachCity.pwn(135) : error 029: invalid expression, assumed zero
C:\Users\afr\Desktop\Beach City\gamemodes\BeachCity.pwn(135) : error 008: must be a constant expression; assumed zero
Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase


2 Errors.

365
mIRC/pawn Scripting / Re: What Happen ? Server not starts
« on: October 20, 2012, 08:47:28 am »
I found the problem of the script...
But is weird.

in a public made by me:

Code: [Select]
for(new v = 0; v < MAX_VEHICLES; v++) {
new Float:health;
GetVehicleHealth(v,health);
if(health < 400) {
LowVHP[v] = 1;
KillVehicleEngine(v);
EngineON[v] = 0;
}
}

and (OnGameModeInit):

Code: [Select]
for(new v = 0; v < MAX_VEHICLES; v++) {
Gas[v] = random(100);
new health = 400 + random(1000);
SetVehicleHealth(v,health);
}


Those parts of script are from begin. (aren't added in the last time, is from begin of server, so should work 100%)

What is wrong there?

its for ?

366
mIRC/pawn Scripting / Re: What Happen ? Server not starts
« on: October 16, 2012, 10:32:22 am »
nope little help for a pro script  ;)

367
mIRC/pawn Scripting / Re: What Happen ? Server not starts
« on: October 16, 2012, 09:26:29 am »
okay this the last :
Question :
1.do  you have backup the script ?
2. What you add before like that ?
Solution :
1.First  if you may relase some Version BACKUP first
2.and if you NOT have it you may delete some Cmds or a something on your script (Before Crash)
Sorry For MY BAD ENGLISH

368
mIRC/pawn Scripting / Re: What Happen ? Server not starts
« on: October 15, 2012, 10:05:40 am »
And about my server... do you know why my server not starts ?
last time when I wanted to start it , works.
(Last time was when I had another Windows. (XP too , but another type) )
you may need some anti virus to clean it and thats same like my PC very same ( My PC Many Virus :P)
and you may install Windows 7 its better.
Or You may do this fast :
1. redownload the *.exe* on http://www.vicecitymultiplayer.com/
2. Remove the *.exe* and replace the old with the new
3. pack it with winrar or a winzip
4. and run it (without extrack)
^Hope This work ^

369
ShowRoom (pawn) / Re: Xmod For Some Cars [By Me]
« on: October 14, 2012, 06:36:43 am »
Nice One Seby ;D

370
ShowRoom (pawn) / Re: Advanced Jail System By Moby (me)
« on: October 14, 2012, 06:13:26 am »
,minutes.
its for ? im trying to make it and Result : its make some erors

371
Snippet Showroom / Re: Auto-Change GameMode Name by Moby (me)
« on: October 06, 2012, 01:01:24 pm »
how to install on gups ?

Pages: 1 ... 23 24 [25]