12.03.2013, 13:45
I made a stock:
A timer is good? and I can walk while the animation is on.
pawn Код:
stock ChatAnimation(playerid, length)
{
new time = length*200;
OnPlayAnim(playerid, "PED", "IDLE_CHAT",4.1,0,0,0,1,1);
SetTimerEx("TalkTimer", time, 0, "i", playerid);
}