27.08.2010, 18:56
The only way is to set God Mode on spawn
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerHealth(playerid, 10000);
return 1;
}

