public ClearChatboxToAll(playerid, lines){ if (IsPlayerConnected(playerid) && PlayerInfo[playerid][pAdmin] < 1) { for(new i=0; i<lines; i++) { SendClientMessageToAll(COLOR_GREY, " "); } } return 1;}