15.09.2012, 09:48
How To Have SpawnKill Protection
With Timer
With Timer
public OnPlayerSpawn(playerid)
{
SetPlayerHealth(playerid, 999999.000);
SetTimerEx("DisableGod", *SEC*, false, "i", playerid);
return 1;
}
public DisableGod(playerid) return SetPlayerHealth(playerid, 100.000);