19.03.2013, 12:04
You should have a function called: SetTimerEx("Unfreeze_skydive", TIME, 0, "d", playerid);
And change that function for:
And change that function for:
pawn Код:
public Unfreeze_skydive(playerid)
{
TogglePlayerControllable(playerid,1); // Error
SendClientMessage(playerid , COLOR_YELLOW, "You have started to skydive.");//Error
}