09.05.2012, 12:11
Now I'm here, with other errors I also don't get...Check 'em out:
That's line 252, I mean, what the fuck? I've defined shit already:
And then:
Код:
D:\Program Files\GTA San Andreas\SAMP_Server\gamemodes\deathmatch.pwn(252) : error 020: invalid symbol name "" D:\Program Files\GTA San Andreas\SAMP_Server\gamemodes\deathmatch.pwn(5725) : error 017: undefined symbol "FPS" D:\Program Files\GTA San Andreas\SAMP_Server\gamemodes\deathmatch.pwn(5725) : warning 215: expression has no effect D:\Program Files\GTA San Andreas\SAMP_Server\gamemodes\deathmatch.pwn(5725) : error 001: expected token: ";", but found "]" D:\Program Files\GTA San Andreas\SAMP_Server\gamemodes\deathmatch.pwn(5725) : error 029: invalid expression, assumed zero D:\Program Files\GTA San Andreas\SAMP_Server\gamemodes\deathmatch.pwn(5725) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
pawn Код:
new Text:FPS[MAX_PLAYERS]; //I DEFINED IT :O
pawn Код:
TextDrawDestroy(FPS[playerid]); //line with the undefined symbol-error