public OnPlayerDeath(playerid, killerid, reason){ new Float:health; GetPlayerHealth(playerid,health); if (health < 50.0) { SetPlayerPos(playerid, x, x, x); } return 1;}