21.05.2010, 16:04
https://sampwiki.blast.hk/wiki/SetTimer
https://sampwiki.blast.hk/wiki/SetTimerEx
Also, study this :
https://sampwiki.blast.hk/wiki/SetTimerEx
Also, study this :
pawn Код:
// Put a SetTimer / SetTimerEx anywhere.
forward UnFreeze(playerid);
public UnFreeze(playerid) // this will be the effect
{
TogglePlayerControllable(playerid, 1);
}

