Strange errors!
#1

'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?

Код:
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.
That's line 252, I mean, what the fuck? I've defined shit already:

pawn Код:
new Text:FPS[MAX_PLAYERS]; //I DEFINED IT :O
And then:

pawn Код:
TextDrawDestroy(FPS[playerid]); //line with the undefined symbol-error
Reply
#2

pawn Код:
TextDrawDestroy(FPS, playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)