07.02.2010, 09:54
Hello, i have one question... Today i tried to make an animation, when you type something in chat. And i get, player talks (moves hes hands...) and after that hes holding hes hands down, and when i try to run hes running like somekind of retard idiot. lol ( animation does not finishes...) how to make that ?
My callback:
Looking forward
My callback:
Код:
public OnPlayerText(playerid, text[]) { ApplyAnimation(playerid, "ped" , "IDLE_chat" , 4.0, 0, 1, 1, 1, 1000); return 1; }