30.03.2014, 18:45
pawn Код:
CMD:mole(playerid, params[])
{
new string[128], text;
if(PlayerInfo[playerid][pAdmin] < 3)
{
SendClientMessage(playerid, COLOR_LIGHTBLUE,"Syntax: /mole [MESSAGE]");
SendClientMessageToAll(COLOR_YELLOW,"Server:");
format(string, sizeof(string), "", text);
SendClientMessageToAll(COLOR_YELLOW, string);
return 1;
}
}