Raptor007 / aq2-tng

Action Quake 2: The Next Generation. Raptor007's sandbox for testing changes. When verified stable, this code is pushed to the official aq2-tng repo:
https://github.com/aq2-tng/aq2-tng/tree/bots
4 stars 2 forks source link

sv command for team name changing #102

Closed KaniZ0r closed 3 years ago

KaniZ0r commented 3 years ago

This pull request adds following admin commands to set team name:

sv t1name <name>
sv t2name <name> 
sv t3name <name>

they follow the syntax of existing team score altering commands:

sv t1score <score>
sv t2score <score> 
sv t3score <score>

Currently teamname can be set only client after joining team and taking captain role of team.

These new commands are usefull f.ex remote rcon tools to set up server for match beforehand.