30.08.2012, 02:18
Something like this (i'd add it onplayerupdate or onplayerdeath)
pawn Код:
new Float:hp;
GetPlayerHealth(playerid,hp);
if(hp <= 1.0) return SetPlayerHealth(playerid,-1.0);