02.09.2017, 14:53
PHP код:
dcmd:aa(playerid, params[])
{
new texto[120], string[120], nome[MAX_PLAYER_NAME];
if(sscanf(params, "u", texto)) return SendClientMessage(playerid, -1, "[CORRETOR] - Use /aa [mensagem]");
GetPlayerName(playerid, nome, 24);
format(string, sizeof(string), "[CHAT ADMIN] %s - %s", nome ,texto);
MessageToAdmins(-1, string);
return 1;
}