05.11.2016, 23:55
I trying to make a reload system... But i got a problem...
I take all reload animations, but the crouched animation is not working fine...
When player use the crouched animation he wake up!
Why? Whats i made worng?
Code example:
I take all reload animations, but the crouched animation is not working fine...
When player use the crouched animation he wake up!
Why? Whats i made worng?
Code example:
PHP код:
if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_DUCK) { ApplyAnimation (playerid , "PYTHON" , "python_crouchreload" , 4.0 , 0 , 0 , 0 , 0 , 500); }
else { ApplyAnimation (playerid , "PYTHON" , "python_reload" , 4.0 , 0 , 0 , 0 , 0 , 500); }