15.12.2016, 03:23
Hello, I'm doing the Player Death of my Game Mode. When the player deaths he respawns at same location but animated with:
He can choose to call paramedics or accept his death, this is working fine but I have a problem. He can move. The animation is applied using a timer of 1 second so if he jump or punch he moves and the return to the animation. How I can make to stay in the same place and let the user type commands for call paramedics or accept death?
Thanks.
Код:
ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.1, 1, 1, 1, 1, 1, 1);
Thanks.