Lying on floor if lower then 5 hp
#1

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.
Код:
if(HP<=5)
	{
		TogglePlayerControllable(playerid,0);
        ApplyAnimation(playerid,"CRACK","crckdeth2",2.0,1,0,0,1,1);
	}
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
Reply


Messages In This Thread
Lying on floor if lower then 5 hp - by Admigo - 16.09.2012, 08:38
Re: Lying on floor if lower then 5 hp - by HuSs3n - 16.09.2012, 08:42
Re: Lying on floor if lower then 5 hp - by Kitten - 16.09.2012, 08:43
Re: Lying on floor if lower then 5 hp - by Admigo - 16.09.2012, 08:47
Re: Lying on floor if lower then 5 hp - by Kitten - 16.09.2012, 09:09

Forum Jump:


Users browsing this thread: 1 Guest(s)