Freezing players when cw finishes
#1

Код:
			if(PlayerInfo[playerid][pCW] == 1)
			{
		    	TogglePlayerControllable(playerid, 0);
			SetTimer("Control", 6000,1);
		    	TogglePlayerControllable(playerid, 1);
			}
			if(PlayerInfo[playerid][pCW] == 2)
			{
		    	TogglePlayerControllable(playerid, 0);
			SetTimer("Control", 6000,1);
		    	TogglePlayerControllable(playerid, 1);
I have this stuff on when a team kills the other team 15 times, i got some test and reset stuff, What i try to do here is freeze the fighters for 6 seconds when this kills reach to 15, what do i need to change in this codepiece?
Reply


Messages In This Thread
Freezing players when cw finishes - by RedFusion - 16.08.2010, 21:58
Re: Freezing players when cw finishes - by HuRRiCaNe - 16.08.2010, 22:17
Re: Freezing players when cw finishes - by RedFusion - 17.08.2010, 00:27
Re: Freezing players when cw finishes - by RedFusion - 17.08.2010, 12:26
Re: Freezing players when cw finishes - by Claude - 17.08.2010, 12:51
Re: Freezing players when cw finishes - by RedFusion - 17.08.2010, 13:40

Forum Jump:


Users browsing this thread: 2 Guest(s)