20.02.2016, 05:24
PHP код:
if(GetPlayerAnimationIndex(i) != 746) ClearAnimations(i), ApplyAnimation(i, "KNIFE", "KILL_Knife_Ped_Die", 4.0, 0, 1, 1, 1, 0, 1);
And I want to change that animation, but I don't know how to get ID of animation. For example: I want to change "KNIFE", "KILL_Knife_Ped_Die" to "WUZI", "CS_Dead_Guy". And It's working, but It will loop animation "WUZI", "CS_Dead_Guy" because of ID 746 not belong to this animation ("WUZI", "CS_Dead_Guy")
Can you understand what I said ?. If not I'm sorry about my bad english.