X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=217a74223a1d1e0b3e273ec8c66d623e2f85f018;hp=e005d0ca844eca9c9bcbfd0b15db6dd27ad820d2;hb=60b0e81cdaed847a7aac9d234f219937ab9462b2;hpb=52cdd440f6cfdc9544099ac68455e5361ace00d2 diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index e005d0ca8..217a74223 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -178,6 +178,7 @@ float default_weapon_alpha; .float cvar_cl_allow_uid2name; .float cvar_cl_allow_uidtracking; +.bool cvar_cl_allow_uidranking; .string stored_netname; string gamemode_name; @@ -190,8 +191,6 @@ void FixClientCvars(entity e); // WEAPONTODO: remove this //WepSet weaponsInMap; -#define weapons _STAT(WEAPONS) - .float respawn_countdown; // next number to count float bot_waypoints_for_items; @@ -279,9 +278,6 @@ void W_Porto_Remove (entity p); // Nexball float g_nexball_meter_period; -void SUB_DontUseTargets(entity this, entity actor, entity trigger); -void SUB_UseTargets(entity this, entity actor, entity trigger); - .void(entity this) reset; // if set, an entity is reset using this .void(entity this) reset2; // if set, an entity is reset using this (after calling ALL the reset functions for other entities) @@ -323,6 +319,9 @@ float client_cefc_accumulatortime; .float vortex_charge; .float vortex_charge_rottime; .float vortex_chargepool_ammo; +.float oknex_charge; +.float oknex_charge_rottime; +.float oknex_chargepool_ammo; .int hagar_load; .int grab; // 0 = can't grab, 1 = owner can grab, 2 = owner and team mates can grab, 3 = anyone can grab