12.08.2011, 14:40
Keep everything in that callback except ' new freeze ' and the ' toggleplayercontrollable '
add this to the bottom of your script:
Try that
add this to the bottom of your script:
pawn Код:
forward freeze(playerid)
public freeze(playerid)
{
TogglePlayerControllable(playerid, 0);
return 1;
}