public OnPlayerUpdate(playerid){ new Float:Health; GetPlayerHealth(playerid, Health); if(Health < 1) return SpawnPlayer(playerid); return 1;}