SA-MP Forums Archive
Errors :( - 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)
+--- Thread: Errors :( (/showthread.php?tid=420743)



Errors :( - StrahinjaET - 06.03.2013

SCRIPT: http://pastebin.com/dr2xYRCD
ERRORS: http://pastebin.com/3vCC8yDd


Re: Errors :( - shady001 - 06.03.2013

Replace this:
pawn Код:
#define COLOR_RED                       "0xFF0000FF"

#define COLOR_YELLOW        "0xFFFF00FF"
with :
pawn Код:
#define COLOR_RED                       0xFF0000FF

#define COLOR_YELLOW        0xFFFF00FF



Re: Errors :( - StrahinjaET - 06.03.2013

thanks..

[20:36:00] Script[gamemodes/mod.amx]: Run time error 20: "Invalid index parameter (bad entry point)" :OO ?


Re: Errors :( - shady001 - 06.03.2013

put:
pawn Код:
main( ) { }
Before OnGameModeInit()


Re: Errors :( - StrahinjaET - 06.03.2013

THANKS!