19.05.2014, 16:42
Hello Guys i can't find where is the problem help me 
Line 365:
i will + Rep

Код:
C:\Documents and Settings\magnifique2012\Bureau\zm.pwn(365) : error 017: undefined symbol "i" C:\Documents and Settings\magnifique2012\Bureau\zm.pwn(365) : warning 215: expression has no effect C:\Documents and Settings\magnifique2012\Bureau\zm.pwn(365) : error 017: undefined symbol "i" C:\Documents and Settings\magnifique2012\Bureau\zm.pwn(365) : warning 215: expression has no effect C:\Documents and Settings\magnifique2012\Bureau\zm.pwn(365) : error 017: undefined symbol "i" C:\Documents and Settings\magnifique2012\Bureau\zm.pwn(365) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
function StartMap()
{
new str[128];
foreach(Player,i)
{
SetCameraBehindPlayer(i);
ClearAnimations(i);
HumanSetup(i);
SpawnPlayer(i);
SetPlayerDrunkLevel(i,0);
DisablePlayerCheckpoint(i);
TextDrawHideForPlayer(i, ServerIntroOne[i]);
TextDrawHideForPlayer(i, ServerIntroTwo[i]);
DestroyPickup(meatDrops[i]);
DestroyPickup(ammoDrops[i]);
TogglePlayerControllable(i,1);
}


