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, 12:02 AM #2
<Brad>
Do a barrel roll!
Thanks for this! Happy
06-20-2015, 12:07 AM #3
itsSorrow
In my man cave
Originally posted by OhhhBrxd
Thanks for this! Happy


No Problem Happy! Oh Wait I forgot to mention something
06-20-2015, 12:15 AM #4
Gay For Satan
DevouringHeavens
This is sick ^^ Probs to the idea.
06-20-2015, 08:25 AM #5
i knew it but nice tutorial Winky Winky
06-20-2015, 05:10 PM #6
iRnZ
NextGenUpdate Elite
thanks you dude <3
06-20-2015, 05:21 PM #7
itsSorrow
In my man cave
No problem guys Happy
06-20-2015, 09:18 PM #8
Devilemi
Can’t trickshot me!
nice release good explain :P
06-20-2015, 09:28 PM #9
Nice release :p
06-20-2015, 10:21 PM #10
iRnZ
NextGenUpdate Elite
Originally posted by Matroix7 View Post
No problem guys Happy


if i turn it on i cant turn it off he said off but he still work freeze me last round !

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo