CMD:all(playerid, params[]) { new msg[128]; if(sscanf(params, "s", msg)) return SendClientMessageToAll( -1, "use /all [msg]"); return true; }