27.05.2016, 17:52
if you set the health to 0, it doesn't kill the person right.
add this (didnt test)
add this (didnt test)
PHP код:
new Float:h2;
GetPlayerHealth(playerid, h2);
{
if(h2==0)
Kill(playerid)
}