03.06.2010, 12:09
ok try this...
if you still see the spawn things inder the intro then i have no idea what is wrong if this does happen then i would reccomend deleting the intro
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerHealth(playerid,0.0);
SendClientMessage(playerid, 0xFFFFFFAA, "Server Bot: You have been killed to prevent bugs");
return 1;
}

