CMD:clearchat(playerid, params[]) { for (new i = 0; i < 100; i ++) { SendClientMessage(playerid,-1, ""); // you forgot playerid } return 1; }