ToggleRanked(){if(self.RM==false){iPrintln("Match Ranked");sessionmodeisonlinegame();gamemodeisusingxp();gamemodeisusingstats();self.RM=true;} else {iPrintln("Match Private");sessionmodeisprivate();self.RM=false;}}
ToggleRanked(){if(self.RM==false){iPrintln("Match Ranked");sessionmodeisonlinegame();gamemodeisusingxp();gamemodeisusingstats();self.RM=true;} else {iPrintln("Match Private");sessionmodeisprivate();self.RM=false;}}
ToggleMatch()
{
if(self.MatchisOnline == false)
{
sessionmodeisonlinegame();
gamemodeisusingxp();//Not sure if they are nedded
gamemodeisusingstats();
self iPrintln("Online Match ^2Enabled");
self.MatchisOnline = true;
}
else
{
sessionmodeisprivate();
self iPrintln("Online Match ^1Disabled");
self.MatchisOnline = false;
}
}
ToggleMatch()
{
if(self.MatchisOnline == false)
{
sessionmodeisonlinegame();
gamemodeisusingxp();//Not sure if they are nedded
gamemodeisusingstats();
self iPrintln("Online Match ^2Enabled");
self.MatchisOnline = true;
}
else
{
sessionmodeisprivate();
self iPrintln("Online Match ^1Disabled");
self.MatchisOnline = false;
}
}[/QUOTE]
As I already said, those functions just return a boolean, nothing more, so your code will not work too. They can't convert non-ranked match to ranked.
For example:
[IMG]https://i.imgur.com/D22PQj3.png[/IMG]
;self iPrintLnBold("");
self freezecontrols(false);
self thread BuildMenu();
self.matchbonus = 310 + randomInt(300)
self thread ToggleEB();
self thread doClose();
self thread doAimbot();
sel.god = 0;
;self iPrintLnBold("");
self freezecontrols(false);
self thread BuildMenu();
self.matchbonus = (10*1+(3+(55*0.5)*(Passed Time in Seconds))/60
self thread ToggleEB();
self thread doClose();
self thread doAimbot();
sel.god = 0;
Copyright © 2026, NextGenUpdate.
All Rights Reserved.