25.06.2013, 08:09
Quote:
The entire script from line 53 through 2001 isn't even being looked at by the compiler because of the directives. Remove any line that starts with: #if, #endif or #else.
|
Код:
C:\Documents and Settings\hung\Desktop\Example\gamemodes\Ganys.pwn(79) : error 001: expected token: ";", but found "stock" C:\Documents and Settings\hung\Desktop\Example\gamemodes\Ganys.pwn(1937) : error 028: invalid subscript (not an array or too many subscripts): "PlayerInfo" C:\Documents and Settings\hung\Desktop\Example\gamemodes\Ganys.pwn(1937) : warning 215: expression has no effect C:\Documents and Settings\hung\Desktop\Example\gamemodes\Ganys.pwn(1937) : error 001: expected token: ";", but found "]" C:\Documents and Settings\hung\Desktop\Example\gamemodes\Ganys.pwn(1937) : error 029: invalid expression, assumed zero C:\Documents and Settings\hung\Desktop\Example\gamemodes\Ganys.pwn(1937) : fatal error 107: too many error messages on one line