COMMAND:say(playerid,params[]){ if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid,ORANGE,"You need to be level 1 to use this command!"); SendRconCommand("say"); return 1;}