]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/sv_cmd.qh
Much more work towards finishing the commands (taking care of todos, etc etc)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qh
1 // =================================================
2 //  Declarations for server side game commands
3 //  Last updated: December 25th, 2011
4 // =================================================
5
6 string GotoMap(string m);
7
8 void race_deleteTime(string map, float pos);
9
10 #define SHUFFLETEAMS_MAX_PLAYERS 255
11 #define SHUFFLETEAMS_MAX_TEAMS 4
12 float shuffleteams_players[SHUFFLETEAMS_MAX_PLAYERS]; // maximum of 255 player slots
13 float shuffleteams_teams[SHUFFLETEAMS_MAX_TEAMS]; // maximum of 4 teams