public ClearChatbox(playerid, lines){ for(new i=0; i<lines; i++) { SendClientMessage(playerid, COLOR_GREY, ""); } return 1;}