07.07.2010, 07:59
Did it, but still 9 errors.
I'll define colors, but why playerid isn't defined??
Quote:
C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(21) : warning 235: public function lacks forward declaration (symbol "autosave") C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(23) : error 017: undefined symbol "playerid" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(24) : error 017: undefined symbol "PlayerName" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(29) : warning 211: possibly unintended assignment C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(30) : error 017: undefined symbol "PlayerName" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(39) : error 017: undefined symbol "COLOR" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(40) : warning 217: loose indentation C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(41) : warning 217: loose indentation C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(43) : warning 217: loose indentation C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(62) : error 017: undefined symbol "eadmin" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(69) : error 017: undefined symbol "COLOR" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(70) : warning 217: loose indentation C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(72) : warning 217: loose indentation C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(74) : warning 217: loose indentation C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(76) : warning 219: local variable "PlayerName" shadows a variable at a preceding level C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(79) : warning 217: loose indentation C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(82) : error 017: undefined symbol "COLOR" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(92) : warning 217: loose indentation C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(94) : error 017: undefined symbol "COLOR" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(102) : error 017: undefined symbol "COLOR" C:\Documents and Settings\SaW\My Documents\serv\movies\gamemodes\test.pwn(110) : warning 203: symbol is never used: "PlayerInfo" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Errors. |