15.10.2009, 01:48
Hello,
I want to know if it's possible to create a animation with a time fix and without being freezed.
I explain, on a server ( LS-Rp) when you speak, there are a animation.
So if i made:
i have all tested but I believe it's no possible without to have ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1, 1,1,1) and SetTimerEx for to stop the animation.
I true or false?
Thank
I want to know if it's possible to create a animation with a time fix and without being freezed.
I explain, on a server ( LS-Rp) when you speak, there are a animation.
So if i made:
Код:
public OnPlayerText(playerid, text[]) { . . . ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,0,0,0,5000);// Work but I am freezed during the animation }
I true or false?
Thank