[?] Creating variable, freezer when enter a DM zone, if checkpoint=mycp
#5

Quote:
Originally Posted by SpiderPork
As I said, use a timer:

pawn Code:
// Under your DM command
TogglePlayerControllable(playerid, 0);
SetTimerEx("Unfreeze", 3000, 0, "i", playerid);

// Somewhere, outside of other functions.
forward Unfreeze(playerid);
public Unfreeze(playerid)
{
  TogglePlayerControllable(playerid, 1);
}
Ok, thanx again, see my message, I modified it
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)