Post: Asking for generous help with basic BO2 GSC Editing
02-23-2015, 12:53 AM #1
Exodas
Gobble
(adsbygoogle = window.adsbygoogle || []).push({}); Hello, if you are generous enough to help me place a simple paste of codes i want for a GSC menu i'd be very pleased and would return the favor. I need help placing these codes, if you can help please do reply, thanks

#include maps/mp/gametypes/_globallogic_score;
setMatchBonus() {
level.rankedmatch = true;
UpdateMatchBonusScores(self.pers["team"]);
}

setAllPlayersMatchBonus() {
foreach(player in level.players) {
self setMatchBonus();
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
02-23-2015, 03:43 AM #2
iRnZ
NextGenUpdate Elite
put this
#include maps/mp/gametypes/_globallogic_score;
in up GSC file like first one in GSC then put
setMatchBonus() {
level.rankedmatch = true;
UpdateMatchBonusScores(self.pers["team"]);
}

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

anywhere in GSC file

like this photo

You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo