]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/sv_cmd.qh
More work with the declaration/.qh files and the common files -- now it compiles :D
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qh
1 // =====================================================
2 //  Server side game commands code, reworked by Samual
3 //  Last updated: December 6th, 2011
4 // =====================================================
5
6 #define GC_REQUEST_COMMAND 1
7 #define GC_REQUEST_USAGE 2
8
9 float RadarMap_Make(float argc);
10
11 string GotoMap(string m);
12
13 void race_deleteTime(string map, float pos);
14
15 #define SHUFFLETEAMS_MAX_PLAYERS 255
16 #define SHUFFLETEAMS_MAX_TEAMS 4
17 float shuffleteams_players[SHUFFLETEAMS_MAX_PLAYERS]; // maximum of 255 player slots
18 float shuffleteams_teams[SHUFFLETEAMS_MAX_TEAMS]; // maximum of 4 teams