4 #include "mutator_nades.qh"
6 #include "../cl_client.qh"
7 #include "../cl_player.qh"
8 #include "../cl_impulse.qh"
9 #include "../cheats.qh"
10 #include "../g_damage.qh"
11 #include "../round_handler.qh"
12 #include "../scores.qh"
13 #include "../scores_rules.qh"
15 #include "../bot/bot.qh"
16 #include "../bot/navigation.qh"
17 #include "../bot/waypoints.qh"
18 #include "../bot/havocbot/roles.qh"
19 #include "../bot/havocbot/role_keyhunt.qh"
21 #include "../bot/havocbot/havocbot.qh"
23 #include "../command/vote.qh"
25 #include "../../common/monsters/all.qh"
27 #include "../command/common.qh"
29 #include "../weapons/tracing.qh"
30 #include "../weapons/weaponsystem.qh"
32 #include "../../common/deathtypes.qh"
33 #include "../../common/notifications.qh"
34 #include "../../common/triggers/teleporters.qh"
35 #include "../../common/triggers/subs.qh"
36 #include "../../common/stats.qh"
37 #include "../../common/teams.qh"
39 #include "../../warpzonelib/server.qh"
40 #include "../../warpzonelib/util_server.qh"
44 float redalive, bluealive, yellowalive, pinkalive;
45 .float redalive_stat, bluealive_stat, yellowalive_stat, pinkalive_stat;