Prevent player from stoping animation
#1

Is there any way to prevent player from stoping animation?
If I apply player KILL_Knife_Ped_Die animation and if player pushes SHIFT button, he will jump and won't be lying on ground anymore. I want to make him lying on ground untill 5seconds will pass and WITHOUT TogglePlayerControllable.
Thanks.
Reply
#2

Well, I want to allow player to move his camera, like always, but prevent him from stopping animation.
Reply
#3

pawn Код:
ApplyAnimation(playerid,"KNIFE","KILL_Knife_Ped_Die",4.0,0,1,1,1,0); //Freeze is the important thing
Reply
#4

Quote:
Originally Posted by Andi_Evandy
Посмотреть сообщение
pawn Код:
ApplyAnimation(playerid,"KNIFE","KILL_Knife_Ped_Die",4.0,0,1,1,1,0); //Freeze is the important thing
Код:
ApplyAnimation(playerid, "KNIFE", "KILL_Knife_Ped_Die", 4.000000, 0, 0, 0, 1, 2000, 1);
I already done that. But i will try to set lockx and locky...
Reply
#5

Doesn't work
Reply
#6

set the time to 0?
Reply
#7

Quote:
Originally Posted by Andi_Evandy
Посмотреть сообщение
set the time to 0?
It worked, thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)