14.07.2014, 22:49
pawn Код:
new string[128], nomej[MAX_PLAYER_NAME];
GetPlayerName(playerid, nomej, sizeof(nomej));
if (APlayerData[playerid][PlayerLevel] >=6)
{
format(string, sizeof(string),"{FFFF00}[ %d ] [STAFF]{00FF00} %s: {00FFFF} %s", playerid, nomej, text);
SendClientMessageToAll(-1, string);
}