06.06.2009, 08:38
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);