15.10.2018, 21:25
sу colocar isso nos comandos
PHP код:
new String[100], aname[24];
GetPlayerName(playerid, aname, sizeof(aname));
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerIsAdmin(i))
{
format(String, sizeof(String), "O [ADM] %s usou o comando: %s", aname, cmdtext);
SendClientMessage(i, -1, String);
}
}