X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=dec2988e3b15b4aab1056f38f94bc74203123a64;hp=6d967e656665c2a3f291cb68a716af60e8d3c000;hb=910285b4709a25f6c3ee4b2980b8d3ebabb24c44;hpb=d69f237a3430e4ad899d8eefd2ebee014e8a5399 diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 6d967e6566..dec2988e3b 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -17,7 +17,7 @@ float require_spawnfunc_prefix; // if this float exists, only functions with spa float ctf_score_value(string parameter); -float g_dm, g_domination, g_ctf, g_tdm, g_keyhunt, g_onslaught, g_assault, g_arena, g_ca, g_lms, g_runematch, g_race, g_nexball, g_cts; +float g_dm, g_domination, g_ctf, g_tdm, g_keyhunt, g_onslaught, g_assault, g_arena, g_ca, g_lms, g_runematch, g_race, g_nexball, g_cts, g_freezetag, g_keepaway; float g_cloaked, g_footsteps, g_jump_grunt, g_grappling_hook, g_midair, g_minstagib, g_pinata, g_norecoil, g_minstagib_invis_alpha, g_bloodloss; float g_warmup_limit; float g_warmup_allguns; @@ -555,8 +555,8 @@ void target_voicescript_clear(entity pl); .string target4; .float trigger_reverse; -// Nexball -.entity ballcarried; +// Nexball +.entity ballcarried; // Also used for keepaway .float metertime; float g_nexball_meter_period; @@ -647,10 +647,14 @@ string deathmessage; .float nex_charge; .float nex_charge_rottime; -.float nex_charge_pool_ammo; +.float nex_chargepool_ammo; float allowed_to_spawn; // boolean variable used by the clan arena code to determine if a player can spawn (after the round has ended) float serverflags; .float team_forced; // can be a team number to force a team, or 0 for default action, or -1 for forced spectator + +.float freezetag_frozen; +.float freezetag_beginrevive_time; +.float freezetag_revive_progress;