06.09.2011, 18:45
Код:
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.
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 ?