21.08.2010, 11:47
When crashing, will:
But it's still spamming text: You have recovered from the shock... (and freezez, unfreezes, freezes, etc)
What problem's? :S
Код:
TimerStack = SetTimerEx("DisablePlayerKnockout",3500,1,"i",playerid);
Код:
public DisablePlayerKnockout(playerid) { TogglePlayerControllable(playerid, 1); SendClientMessage(playerid, COLOR_GREEN, "You have recovered from the shock. You can drive again."); KillTimer(TimerStack); return 1; }
What problem's? :S