16.09.2012, 08:38
Heey all,
I made a simple bleeding out system for when a player has lower then 5 health he is lying on the floor and can be revived.
But sometimes the player freezes and still standing.
How can i make the player lying on the floor?
Or is it possible to use something onplayerdeath that the player freezes and get be revived?
Thanks Admigo
I made a simple bleeding out system for when a player has lower then 5 health he is lying on the floor and can be revived.
Код:
if(HP<=5) { TogglePlayerControllable(playerid,0); ApplyAnimation(playerid,"CRACK","crckdeth2",2.0,1,0,0,1,1); }
How can i make the player lying on the floor?
Or is it possible to use something onplayerdeath that the player freezes and get be revived?
Thanks Admigo