The Dark Side
Former Staff Member
- Messages
- 1,004
- Reaction score
- 770
- Points
- 993
There was a post on NGU by Mossywave and it was how to get unlimited rounds, i was a little curious too. How do you add score to a game, or increase the score limit?
Much love!
How to do it: Put this in the includes
Afterwards, it'll depend in the gametype. So for every gametype this code will be different. But just for example, Team Deathmatch.
Problem Solved. Close this.
Much love!
How to do it: Put this in the includes
Code:
#include maps/mp/gametypes/_globallogic_score;
Afterwards, it'll depend in the gametype. So for every gametype this code will be different. But just for example, Team Deathmatch.
Code:
self thread giveTeamScoreForObjective(self.team, 1);
Problem Solved. Close this.
Last edited: