16.03.2010, 02:45
I'd look at it but people said the true name of it was "SandNigger" Wigger" Roleplay Lol jk hahahahah xD
Nice eric
Nice eric
Originally Posted by Josh_Kerns
Anyone know how i fix these errors?
Код:
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\SWRP.pwn(17785) : error 025: function heading differs from prototype C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\SWRP.pwn(17786) : error 021: symbol already defined: "strtok" C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\SWRP.pwn(17796) : error 047: array sizes do not match, or destination array is too small Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. Код:
strtok(string[], &idx, seperator = ' ') { new ret[256], i = 0, len = strlen(string); while(string[idx] == seperator && idx < len) idx++; while(string[idx] != seperator && idx < len) { ret[i] = string[idx]; i++; idx++; } while(string[idx] == seperator && idx < len) idx++; return ret; } Locate these lines Then delete it |
Originally Posted by GeGe88
How Can I Add New Jobs? Because in the game mode just 3 job...And it is very few. Please Help meeee!
|
Originally Posted by Namaco
Quote:
YOU NEED TO LEARN TO SCRIPT! |
Originally Posted by Norn [BINMAN
]
Nice. |
Originally Posted by lianghaoz
i tried putting the South-WestRP file into the filterscripts. but it still doesn't work
|
Originally Posted by BlueSky®
Why can no one send me a Downloadlink 4 this Gamemode??!!!
|
Originally Posted by [SL~RP
ihatetn931 ]
Ok i've been working on debuggin this scirpt, Does anyone know where the bug is when you restart the server everyone dies? I made a command to saveaccounts but when i /gmx the server it sets health to 0 when the last save health stats was 100. I can't figure out what's causing it, Anyone mind helping me? When i comment out SetPlayerHealth on pSpawn you don't die, So it's either have to do with saving but it seems to save fine it just sets the health to 0 on a gmx |
Originally Posted by Giogimic
Quote:
|
Originally Posted by [SL~RP
ihatetn931 ]
Ok i've been working on debuggin this scirpt, Does anyone know where the bug is when you restart the server everyone dies? I made a command to saveaccounts but when i /gmx the server it sets health to 0 when the last save health stats was 100. I can't figure out what's causing it, Anyone mind helping me? When i comment out SetPlayerHealth on pSpawn you don't die, So it's either have to do with saving but it seems to save fine it just sets the health to 0 on a gmx |
Originally Posted by firedrumer03
Quote:
|
Originally Posted by [SL~RP
ihatetn931 ]
Quote:
|
if(strcmp(cmd, "/gmx", true) == 0) { if(PlayerInfo[playerid][pAdmin] >= 4) { SendRconCommand("gmx"); return 1; } }
Originally Posted by [SL~RP
ihatetn931 ]
It also does it sometimes when you just login, Just give me a line or somthing that is causing the problem and i will fix it myself i just can't figure out what's causing them to die I save Accounts open the file, Health is set to 100 i /gmx and open player file again and health is at 0.0 before i even login |
if(strcmp(cmd, "/gmx", true) == 0) { if(PlayerInfo[playerid][pAdmin] >= 4) { SendRconCommand("gmx"); return 1; } }