24.03.2013, 23:11
pawn Код:
#if ADM_InMSG == true
if (AccInfo[playerid][Hide] == 0 && AccInfo[playerid][Level] > 0)
{
new str3[256], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(str3, 256, "Administrator %s: %s", name, text);
SendClientMessageToAll(0xFF66FFAA, str3);
}
return 0;
}
#endif