09.05.2015, 17:01
Some animations have hard coded press F/Enter to cancel it.
"ApplyAnimation(playerid,"ped","handsup",4.1,1,1,1 , 1,1,1);"
Try not using loop and time as 1. time is probably messing it up.
Try
See how that works, you don't need to loop the handsup, as I doubt thats what you want.
*time argument (1) was probably your problem"
"ApplyAnimation(playerid,"ped","handsup",4.1,1,1,1 , 1,1,1);"
Try not using loop and time as 1. time is probably messing it up.
Try
pawn Code:
ApplyAnimation(playerid, "PED", "HANDSUP", 4.1, 0, 1, 1, 1, 0, 1);
*time argument (1) was probably your problem"