(i) Problem Help
#1

Hello Guys i can't find where is the problem help me



Код:
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.
Line 365:


Код:
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);
	}
i will + Rep
Reply


Messages In This Thread
(i) Problem Help - by samp_boy - 19.05.2014, 16:42
Re: (i) Problem Help - by JFF - 19.05.2014, 16:44
Re : (i) Problem Help - by samp_boy - 19.05.2014, 16:45
Re: (i) Problem Help - by Madd92 - 19.05.2014, 16:46
Re: Re : (i) Problem Help - by JFF - 19.05.2014, 16:48
Re : Re: (i) Problem Help - by samp_boy - 19.05.2014, 16:49
Re : Re: Re : (i) Problem Help - by samp_boy - 19.05.2014, 16:51
Re: Re : Re: Re : (i) Problem Help - by Madd92 - 19.05.2014, 16:53
Re: (i) Problem Help - by Rittik - 19.05.2014, 16:54
Re : (i) Problem Help - by samp_boy - 19.05.2014, 16:56

Forum Jump:


Users browsing this thread: 2 Guest(s)