12.05.2012, 10:12
'Sup y'all?
I've got some strange errors I don't get, would you check 'em out and tell me what's wrong please?
That's line 252, I mean, what the fuck? I've defined shit already:
And then:
I've got some strange errors I don't get, would you check 'em out and tell me what's wrong please?
Код:
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