Updated cs_set_user_vip/cs_get_user_vip (bug in cs_get_user_vip fixed)

cs_set_user_deaths now updates ingame scoreboard (sending ScoreInfo message).
This commit is contained in:
Johnny Bergström
2004-03-11 09:29:08 +00:00
parent 3598791060
commit 655c5a5db3
3 changed files with 14 additions and 6 deletions

View File

@ -209,8 +209,7 @@ pfnmodule_engine_g* g_engModuleFunc;
#define FAMAS_AUTOMATIC 0
#define FAMAS_BURSTMODE 16
#define PLAYER_IS_NOT_VIP 0
#define PLAYER_IS_VIP 256
#define PLAYER_IS_VIP (1<<8)
#define TEAM_T 1
#define TEAM_CT 2