22.08.2009, 07:28
i made a simple chat animation when someone type something in the chat that automatic started
but i have a problem i wanna make some if that if someplayer allready in animation like crack, and he trying to speak.
the chat animation will not working , only when the player not in animation and he talking the chat animation will works
something like this.
of course i cannot do this if, but how should i do it?
but i have a problem i wanna make some if that if someplayer allready in animation like crack, and he trying to speak.
the chat animation will not working , only when the player not in animation and he talking the chat animation will works
something like this.
Код:
if(ApplyAnimation == 0) { ApplyAnimation(playerid, "PED", "IDLE_chat", 4.1, 0, 1, 1, 0, 3000); SetTimerEx("StopTalking", 3*1000, 0,"d",playerid); }