]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/common.qh
Lots and lots and lots of todo's being hammered away :D
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qh
1 // ============================================================
2 //  Shared declarations for server commands, written by Samual
3 //  Last updated: December 13th, 2011
4 // ============================================================
5
6 #define CLIENT_ACCEPTABLE 1
7 #define CLIENT_DOESNT_EXIST -1
8 #define CLIENT_NOT_REAL -2
9 #define CLIENT_NOT_BOT -3