Weird problem (foreach i think?)
#1

Код:
C:\Dokumente und Einstellungen\Ab\Desktop\backup GTA\Server backup\RPGGM.pwn(1343) : error 001: expected token: "-identifier-", but found "-integer value-"
C:\Dokumente und Einstellungen\Ab\Desktop\backup GTA\Server backup\RPGGM.pwn(1345) : error 021: symbol already defined: "InDerby"
C:\Dokumente und Einstellungen\Ab\Desktop\backup GTA\Server backup\RPGGM.pwn(2924) : error 028: invalid subscript (not an array or too many subscripts): "InDerby"
C:\Dokumente und Einstellungen\Ab\Desktop\backup GTA\Server backup\RPGGM.pwn(2924) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Ab\Desktop\backup GTA\Server backup\RPGGM.pwn(2924) : error 001: expected token: ";", but found "}"
C:\Dokumente und Einstellungen\Ab\Desktop\backup GTA\Server backup\RPGGM.pwn(2924) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Ab\Desktop\backup GTA\Server backup\RPGGM.pwn(2924) : error 001: expected token: ";", but found ")"
C:\Dokumente und Einstellungen\Ab\Desktop\backup GTA\Server backup\RPGGM.pwn(2924) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
I have this:

new Iterator:InDerby<MAX_PLAYERS>;
new bool:InDerby[MAX_PLAYERS];

and this under onlayerdisconnect:

if(InDerby { playerid } == true) Remove_From_Derby(playerid);


Why i get this errors ?
Reply


Messages In This Thread
Weird problem (foreach i think?) - by Jimbo01 - 06.09.2011, 18:45
Re: Weird problem (foreach i think?) - by [MWR]Blood - 06.09.2011, 18:46
Re: Weird problem (foreach i think?) - by [L3th4l] - 06.09.2011, 18:48
Re: Weird problem (foreach i think?) - by Jimbo01 - 06.09.2011, 18:49
Re: Weird problem (foreach i think?) - by =WoR=Varth - 06.09.2011, 18:56
Re: Weird problem (foreach i think?) - by Jimbo01 - 06.09.2011, 19:07
Re: Weird problem (foreach i think?) - by dowster - 06.09.2011, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)