]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/sv_cmd.qh
Merge remote branch 'origin/master' into samual/updatecommands
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qh
1 // =================================================
2 //  Declarations for server side game commands
3 //  Last updated: December 14th, 2011
4 // =================================================
5
6 float RadarMap_Make(float argc);
7
8 string GotoMap(string m);
9
10 void race_deleteTime(string map, float pos);
11
12 #define SHUFFLETEAMS_MAX_PLAYERS 255
13 #define SHUFFLETEAMS_MAX_TEAMS 4
14 float shuffleteams_players[SHUFFLETEAMS_MAX_PLAYERS]; // maximum of 255 player slots
15 float shuffleteams_teams[SHUFFLETEAMS_MAX_TEAMS]; // maximum of 4 teams