(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();
}
}