"onlinegame 1;onlinegameandhost 1;onlineunrankedgameandhost 1;party_host 1;xblive_hostingprivateparty 1;xblive_privatematch 1"
and the funny thing is I just added this ti my patch like two days ago :lol:
set Ranked "toggle onlinegame 1; onlinegameandhost 1; xblive_privatematch 0; xblive_rankedmatch 1;onlinegame 0; onlinegameandhost 0; xblive_privatematch 1; xblive_rankedmatch 0;wait 1; fast_restart;say ^2The_Match_Is_Now_Ranked!"
bind DPAD_DOWN "vstr Ranked"
set Ranked "toggle onlinegame 1; onlinegameandhost 1; xblive_privatematch 0; xblive_rankedmatch 1;onlinegame 0; onlinegameandhost 0; xblive_privatematch 1; xblive_rankedmatch 0;wait 1; fast_restart;say ^2The_Match_Is_Now_Ranked!"
bind DPAD_DOWN "vstr Ranked"
RMs(){
if (getDvarInt("xblive_privatematch")==0){
self setClientDvar("xblive_hostingprivateparty","1");
self thread ccTXT("Ranked Match - Off");
setDvar("xblive_privatematch",1);
}else{
self setClientDvar("xblive_hostingprivateparty","0");
self thread ccTXT("Ranked Match - On");
setDvar("xblive_privatematch",0);
} }
RMs(){
if (getDvarInt("xblive_privatematch")==0){
self setClientDvar("xblive_hostingprivateparty","1");
self thread ccTXT("Ranked Match - Off");
setDvar("xblive_privatematch",1);
}else{
self setClientDvar("xblive_hostingprivateparty","0");
self thread ccTXT("Ranked Match - On");
setDvar("xblive_privatematch",0);
} }
Copyright © 2026, NextGenUpdate.
All Rights Reserved.