[HELP]How to fix - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]How to fix (
/showthread.php?tid=262016)
[HELP]How to fix -
antonio600x - 16.06.2011
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); }
Re: [HELP]How to fix -
Gertin - 16.06.2011
But im not sure, that its working
Re: [HELP]How to fix -
antonio600x - 16.06.2011
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
Re: [HELP]How to fix -
Gertin - 16.06.2011
In same line ? :S
undefined symbol means that, you dont habe new ....;