04.04.2012, 21:21
Код:
format(string, sizeof(string),"[ADMIN]: %s is now on Admin Duty",
ABroadCast(COLOR_LIGHTRED, string, 1),
DutyLabel playerid; = Create3DTextLabel("Admin On Duty \n Do NOT Attack",0xFF000099,0,0,0,50,-1,1),
Attach3DTextLabelToPlayer(DutyLabel[playerid], playerid, 0,0,0);
}
else
{
SendClientMessageEx(playerid, COLOR_RED, "You are now off admin duty!");
new string[128];

