Errors :(
#1

SCRIPT: http://pastebin.com/dr2xYRCD
ERRORS: http://pastebin.com/3vCC8yDd
Reply
#2

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

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

#define COLOR_YELLOW        0xFFFF00FF
Reply
#3

thanks..

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

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

THANKS!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)