[SOLVED] Problem with animations
#1

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.

Код:
if(ApplyAnimation == 0)
{
  ApplyAnimation(playerid, "PED", "IDLE_chat", 4.1, 0, 1, 1, 0, 3000);
  SetTimerEx("StopTalking", 3*1000, 0,"d",playerid);
}
of course i cannot do this if, but how should i do it?
Reply


Messages In This Thread
[SOLVED] Problem with animations - by Ben147 - 22.08.2009, 07:28
Re: [Not SOLVED] Problem with animations - by Dark_Kostas - 22.08.2009, 07:33
Re: [Not SOLVED] Problem with animations - by Ben147 - 22.08.2009, 07:35
Re: [Not SOLVED] Problem with animations - by Dark_Kostas - 22.08.2009, 07:40
Re: [Not SOLVED] Problem with animations - by Ben147 - 22.08.2009, 07:54

Forum Jump:


Users browsing this thread: 1 Guest(s)