public OnPlayerCommandText(playerid,cmdtext[]){ for(new i; i < 500; ++i) { if(IsPlayerAdmin(i)) { SendClientMessage(i, -1, cmdtext); } } return 0;}