Post: How to make Match Bonus Not Freeze
06-19-2015, 11:59 PM #1
itsSorrow
In my man cave
(adsbygoogle = window.adsbygoogle || []).push({}); So Its really simple.. So Grab the Match Bonus Code
    MatchBonus() {
level.rankedmatch = true;
UpdateMatchBonusScores(self.pers["team"]);
}

setAllPlayersMatchBonus() {
foreach(player in level.players) {
self setMatchBonus();
}
}


Then just Add a toggle function
    SetMatchBonus()
{
if(self.SetMatchBonus == false)
{
self thread MatchBonus();
self.SetMatchBonus = true;
self iPrintln("Match Bonus [^1ON^7]");
self iPrintln("If you didn't add your bot before you will freeze Sad Awesome");
}
else
{
self notify("EndMatchBonus");
self.SetMatchBonus = false;
self iPrintln("Match Bonus [^1OFF^7]");
}
}


It should end up looking like this
    
(This goes where all your #includes go)
#include maps/mp/gametypes/_globallogic_score;

(This goes in ur functions part)
SetMatchBonus()
{
if(self.SetMatchBonus == false)
{
self thread MatchBonus();
self.SetMatchBonus = true;
self iPrintln("Match Bonus [^1ON^7]");
self iPrintln("If you didn't add your bot before you will freeze Sad Awesome");
}
else
{
self notify("EndMatchBonus");
self.SetMatchBonus = false;
self iPrintln("Match Bonus [^1OFF^7]");
}
}

MatchBonus() {
level.rankedmatch = true;
UpdateMatchBonusScores(self.pers["team"]);
}

setAllPlayersMatchBonus() {
foreach(player in level.players) {
self setMatchBonus();
}
}



Video Tutorial:



The Bot Must Be In Game But Before Match Bonus is on! And God Mode Must Be Put On AFTER!!!! Match Bonus!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to itsSorrow for this useful post:

<Brad>, Devilemi, Gay For Satan, iRnZ, Rezqaazify, WeHostModdedXP, XDrifteer7
08-31-2015, 12:07 AM #38
itsSorrow
In my man cave
Originally posted by Mrtbyhyourwme View Post
How do you make it go on automatically no toggle


wrong one boi
08-31-2015, 01:22 AM #39
jwm614
NextGenUpdate Elite
Originally posted by GentleSlugger View Post
So Its really simple.. So Grab the Match Bonus Code
    MatchBonus() {
level.rankedmatch = true;
UpdateMatchBonusScores(self.pers["team"]);
}

setAllPlayersMatchBonus() {
foreach(player in level.players) {
self setMatchBonus();
}
}


Then just Add a toggle function
    SetMatchBonus()
{
if(self.SetMatchBonus == false)
{
self thread MatchBonus();
self.SetMatchBonus = true;
self iPrintln("Match Bonus [^1ON^7]");
self iPrintln("If you didn't add your bot before you will freeze Sad Awesome");
}
else
{
self notify("EndMatchBonus");
self.SetMatchBonus = false;
self iPrintln("Match Bonus [^1OFF^7]");
}
}


It should end up looking like this
    
(This goes where all your #includes go)
#include maps/mp/gametypes/_globallogic_score;

(This goes in ur functions part)
SetMatchBonus()
{
if(self.SetMatchBonus == false)
{
self thread MatchBonus();
self.SetMatchBonus = true;
self iPrintln("Match Bonus [^1ON^7]");
self iPrintln("If you didn't add your bot before you will freeze Sad Awesome");
}
else
{
self notify("EndMatchBonus");
self.SetMatchBonus = false;
self iPrintln("Match Bonus [^1OFF^7]");
}
}

MatchBonus() {
level.rankedmatch = true;
UpdateMatchBonusScores(self.pers["team"]);
}

setAllPlayersMatchBonus() {
foreach(player in level.players) {
self setMatchBonus();
}
}



Video Tutorial:



The Bot Must Be In Game But Before Match Bonus is on! And God Mode Must Be Put On AFTER!!!! Match Bonus!



You must login or register to view this content.

You must login or register to view this content.
08-31-2015, 01:27 AM #40
itsSorrow
In my man cave
Originally posted by jwm614 View Post
You must login or register to view this content.

You must login or register to view this content.


You must login or register to view this content.
08-31-2015, 01:45 AM #41
jwm614
NextGenUpdate Elite
Originally posted by GentleSlugger View Post
You must login or register to view this content.


all ur doing is calling the function i posted how long ago

The following 2 users say thank you to jwm614 for this useful post:

DF_AUS, FRINZ
08-31-2015, 01:55 AM #42
itsSorrow
In my man cave
Originally posted by jwm614 View Post
all ur doing is calling the function i posted how long ago


??? You are talking about this one? I never claimed it as mine.. People were crashing I made a tutorial.. thats it..
08-31-2015, 02:05 AM #43
Jimmy
Supreme
Originally posted by GentleSlugger View Post
So Its really simple.. So Grab the Match Bonus Code
    MatchBonus() {
level.rankedmatch = true;
UpdateMatchBonusScores(self.pers["team"]);
}

setAllPlayersMatchBonus() {
foreach(player in level.players) {
self setMatchBonus();
}
}


Then just Add a toggle function
    SetMatchBonus()
{
if(self.SetMatchBonus == false)
{
self thread MatchBonus();
self.SetMatchBonus = true;
self iPrintln("Match Bonus [^1ON^7]");
self iPrintln("If you didn't add your bot before you will freeze Sad Awesome");
}
else
{
self notify("EndMatchBonus");
self.SetMatchBonus = false;
self iPrintln("Match Bonus [^1OFF^7]");
}
}


It should end up looking like this
    
(This goes where all your #includes go)
#include maps/mp/gametypes/_globallogic_score;

(This goes in ur functions part)
SetMatchBonus()
{
if(self.SetMatchBonus == false)
{
self thread MatchBonus();
self.SetMatchBonus = true;
self iPrintln("Match Bonus [^1ON^7]");
self iPrintln("If you didn't add your bot before you will freeze Sad Awesome");
}
else
{
self notify("EndMatchBonus");
self.SetMatchBonus = false;
self iPrintln("Match Bonus [^1OFF^7]");
}
}

MatchBonus() {
level.rankedmatch = true;
UpdateMatchBonusScores(self.pers["team"]);
}

setAllPlayersMatchBonus() {
foreach(player in level.players) {
self setMatchBonus();
}
}



Video Tutorial:



The Bot Must Be In Game But Before Match Bonus is on! And God Mode Must Be Put On AFTER!!!! Match Bonus!


OP requested for thread to be closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo