How can i..
#2

pawn Код:
SetTimerEx("freezetimer", 5000, 0, "%d", playerid); // Set the timer where needed

public freezetimer(playerid) // In the bottom of the script. This will simply unfreeze the player after 5 seconds.
{
    TogglePlayerControllable(playerid, 1);
}
Reply


Messages In This Thread
How can i.. - by Haydz - 05.10.2010, 07:10
Re: How can i.. - by CrucixTM - 05.10.2010, 07:16
Re: How can i.. - by willsuckformoney - 05.10.2010, 07:31
Re: How can i.. - by CrucixTM - 05.10.2010, 08:23
Re: How can i.. - by Haydz - 05.10.2010, 09:03

Forum Jump:


Users browsing this thread: 1 Guest(s)