02.05.2010, 13:33
i have a problem... /setstat ID 2 don't word , this is spawn health...
i type /setstat 0 2 100 and doesen;'t work ..
i type /setstat 0 2 100 and doesen;'t work ..
Код:
case 2:
{
PlayerInfo[giveplayerid][pSHealth] = amount;
format(string, sizeof(string), " The Player Was Set To %d Spawn Health Points", amount);
GetPlayerName(playur, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, 256, "News: %s has set %s's spawn health to %d.", sendername,giveplayer,amount);
ABroadCast(COLOR_YELLOW,string,1);
}

