unfreeze timer help
#2

pawn Код:
forward Unfreeze(playerid);

//Unfreeze's the player
public Unfreeze(playerid)
{
    TogglePlayerControllable(playerid, 1);
}


//For the teleports you want to freeze the player add this
TogglePlayerControllable(playerid, 0);
SetTimerEx("Unfreeze", 2000, 0, "i", playerid);
It should work
Reply


Messages In This Thread
unfreeze timer help - by heyyyy - 06.06.2009, 08:04
Re: unfreeze timer help - by Gappy - 06.06.2009, 08:38

Forum Jump:


Users browsing this thread: 1 Guest(s)