[HELP]How to fix
#1

Errors

Код:
C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(97) : error 017: undefined symbol "sendcmd"
C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(97) : error 017: undefined symbol "sendcmd"
C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(97) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(97) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Line 97
Код:
if (!strcmp("Yes", GAMEMODE_USE_VERSION, true)) { format(sendcmd, sizeof(sendcmd), "%s - %s", GAMEMODE,VERSION); SetGameModeText(sendcmd); }
Reply
#2

pawn Код:
new sendcmd[512];
But im not sure, that its working
Reply
#3

Thanks and have new errors :S

C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(173) : error 017: undefined symbol "udb_hash"
C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(190) : error 017: undefined symbol "udb_hash"
C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(287) : error 017: undefined symbol "pAdmin"
C:\Documents and Settings\Antonio\Desktop\SA-MP SERVER\gamemodes\SP-RPG.pwn(289) : error 017: undefined symbol "ShowServerPa
Reply
#4

In same line ? :S
undefined symbol means that, you dont habe new ....;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)