06.05.2011, 20:56
yo all
the problem is simple : this is my script
but when i spaw tha plyr has only 100 hp
the problem is simple : this is my script
Код:
public OnPlayerSpawn(playerid)
{
if(team[playerid] == 2)
{
SetPlayerRandomSpawn(playerid);
SetPlayerTeam(playerid, 2);
team[playerid] = 2;
SetPlayerColor(playerid,ZRED);
GameTextForPlayer(playerid,"~r~Zombie ~b~ KEY_FIRE to bit human",10000,3);
SetPlayerHealth(playerid, 150);
GivePlayerMoney(playerid,30);


