16.10.2009, 05:35
Quote:
Originally Posted by Seif_
You need to have a timer, yes. If not, your player will either be frozen or will be in a bizarre animation.
|
Quote:
Originally Posted by Homer_Jeferson
up ( 24 h)
Just there is no danger with a SetTimerEx in the chat? it'is repeat often. |
It should be:
pawn Код:
SetTimerEx("TimerName",time,0,"d",playerid);
forward TimerName(playerid); public TimerName(playerid)
ClearAnimations(playerid);