Post: Match Bonus GSC?
06-10-2015, 12:31 AM #1
itsSorrow
In my man cave
(adsbygoogle = window.adsbygoogle || []).push({}); I need the match bonus calculated code. thx!
(adsbygoogle = window.adsbygoogle || []).push({});
06-10-2015, 10:50 AM #2
Originally posted by Matroix7 View Post
I need the match bonus calculated code. thx!


I havnt figured it out entirely I always freeze after I add a bot, I guess you have to have the option to turn the match bonus on becuase you will freeze if you have the code in or on and then try spawning a bot but here

    just put this anywhere

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

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

and put this at the very top next to the others
#include maps/mp/gametypes/_globallogic_score;

then use this to call it on player spawn

self setAllPlayersMatchBonus();
06-10-2015, 09:06 PM #3
itsSorrow
In my man cave
Originally posted by sad
I havnt figured it out entirely I always freeze after I add a bot, I guess you have to have the option to turn the match bonus on becuase you will freeze if you have the code in or on and then try spawning a bot but here

    just put this anywhere

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

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

and put this at the very top next to the others
#include maps/mp/gametypes/_globallogic_score;

then use this to call it on player spawn

self setAllPlayersMatchBonus();


k thnx

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo