Help with TDM And round
#5

Код:
public StartRound(i)
{

	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if(team[i] == DMB || team[i] == DMO)
			{
	        TogglePlayerControllable(i,1);
	        GameTextForPlayer(i,"~r~ FIGHT", 2500, 0);
	        endround = SetTimerEx("EndRound", RoundTime*60000, false, "i", i);
	        GivePlayerWeapon(i, 24, 5000);
	        if(GunSet[i] == M4) GivePlayerWeapon(i, 31, 5000);
	        if(GunSet[i] == SNIPER) GivePlayerWeapon(i, 34, 5000);
	        if(GunSet[i] == AK47) GivePlayerWeapon(i, 30, 5000);
	        SetPlayerHealth(i, 100);
            }
         }
     }
	return 1;
}
Like this?
Reply


Messages In This Thread
Help with TDM And round - by [SsC11]MAVERIK - 04.06.2010, 10:42
Re: Help with TDM And round - by Naxix - 04.06.2010, 11:35
Re: Help with TDM And round - by [SsC11]MAVERIK - 05.06.2010, 12:09
Re: Help with TDM And round - by Naxix - 05.06.2010, 12:10
Re: Help with TDM And round - by [SsC11]MAVERIK - 05.06.2010, 12:52
Re: Help with TDM And round - by [SsC11]MAVERIK - 05.06.2010, 16:13
Re: Help with TDM And round - by LTomi - 05.06.2010, 17:46
Re: Help with TDM And round - by [SsC11]MAVERIK - 05.06.2010, 18:39
Re: Help with TDM And round - by [SsC11]MAVERIK - 06.06.2010, 06:37

Forum Jump:


Users browsing this thread: 1 Guest(s)