Quote:
Originally Posted by [L3th4l]
pawn Код:
stock FreezeEx(playerid) { TogglePlayerControllable(playerid, false); SetTimerEx("UnfreezeEx", 5000, false, "i", playerid); return 1; }
forward UnfreezeEx(playerid); public UnfreezeEx(playerid) { return TogglePlayerControllable(playerid, true); }
FreezeEx(playerid); < Use it when they enter/exit
|
The commands work on pawno without errors but in the game its not freeze me when i use /enter /exit