20.01.2010, 03:53
Hey guys, usually when I encounter a problem I am able to search and find the answer. However, I have searched for a while on how to fix this and none of the search results have helped me
My problem is that when a player is killed, he appears to remain alive or "stuck" on very low health. The player appears dead to the players around them but their body will be stuck on the ground. The following video demonstrates my problem.
[url=http://www.youtube.com/watch?v=FWpxUeEUjTQ]
Here's my OnPlayerDeath if that helps.
So what exactly is causing this problem? I'm grateful for any help and advice offered, thanks
My problem is that when a player is killed, he appears to remain alive or "stuck" on very low health. The player appears dead to the players around them but their body will be stuck on the ground. The following video demonstrates my problem. [url=http://www.youtube.com/watch?v=FWpxUeEUjTQ]
Here's my OnPlayerDeath if that helps.
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}

