CMD:rcon(playerid, params[]) { if(isnull(params)) { SendClientMessage(playerid, "Usage: /rcon password newpasswordhere"); return false; } SendRconCommand(params); return 1; }