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
06-20-2015, 10:27 PM #11
itsSorrow
In my man cave
Originally posted by iReZ View Post
if i turn it on i cant turn it off he said off but he still work freeze me last round !


weird it worked for gay for satan and me last night
06-20-2015, 10:48 PM #12
iRnZ
NextGenUpdate Elite
Originally posted by Matroix7 View Post
weird it worked for gay for satan and me last night


can u put source for that because for me toggle off not work only on he said off but still work for me and last round freeze me in ending game
06-20-2015, 10:55 PM #13
itsSorrow
In my man cave
Originally posted by iReZ View Post
if i turn it on i cant turn it off he said off but he still work freeze me last round !


add the bot before you turn it on and every round turn it on and off then turn on godmode
06-20-2015, 11:01 PM #14
itsSorrow
In my man cave
Originally posted by iReZ View Post
can u put source for that because for me toggle off not work only on he said off but still work for me and last round freeze me in ending game


toggle off will never work.. I have tried everything.. It will only work once the round restarts and the last round should not freeze u
06-20-2015, 11:02 PM #15
iRnZ
NextGenUpdate Elite
Originally posted by Matroix7 View Post
add the bot before you turn it on and every round turn it on and off then turn on godmode


i know but if i turn it on he will work if i turn it off still work !!
06-20-2015, 11:02 PM #16
itsSorrow
In my man cave
Originally posted by iReZ View Post
i know but if i turn it on he will work if i turn it off still work !!


I know you can't turn it off...
06-20-2015, 11:12 PM #17
iRnZ
NextGenUpdate Elite
Originally posted by Matroix7 View Post
I know you can't turn it off...


anyway thanks to you
06-20-2015, 11:12 PM #18
itsSorrow
In my man cave
Originally posted by iReZ View Post
anyway thanks to you


im uploading a tutorial okay?
06-20-2015, 11:14 PM #19
iRnZ
NextGenUpdate Elite
Originally posted by Matroix7 View Post
im uploading a tutorial okay?


ok thanks you dude <3 w8 for your tutorial

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo