12.02.2013, 01:05
thnx, but it stills appear DEMOTED maybe cauz i have the } that open and close: like:
maybe cauz of that, it doesn't appears?
pawn Код:
{
format(str, sizeof(str),"%s has set your Admin level to %d.",Nam,levels);
GameTextForPlayer(playerid, "~g~PROMOTED", 3000, 4);
SendClientMessage(ID,GREEN,str);
format(str, sizeof(str),"You had set %s Admin level to %d.",pname,levels);
SendClientMessage(playerid,ORANGE,str);
PlayerData[ID][AdminLevel] = levels;
return 1;
}