X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=60191b5bf38f00935be98358e1b09bffd944abc1;hb=6ec50d2b480d38a5b9e46618ca957aa46d1f7d1b;hp=d7772e5090d0fda499eb14eee8f3544b298bf007;hpb=b2b28d307aa8f0848f2c10f23c52d36b53d10646;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index d7772e509..60191b5bf 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -39,7 +39,6 @@ float g_pickup_respawntimejitter_powerup; float g_jetpack; float sv_clones; -float sv_gentle; float sv_foginterval; entity activator; @@ -58,6 +57,8 @@ float team1_score, team2_score, team3_score, team4_score; float maxclients; +float server_is_local; // innocent until proven guilty by ClientConnect() in cl_client.qc + // Fields .void(entity inflictor, entity attacker, float damage, float deathtype, vector hitloc, vector force) event_damage; @@ -473,7 +474,7 @@ void GlobalSound(string samplestring, float channel, float voicetype); void FakeGlobalSound(string samplestring, float channel, float voicetype); void VoiceMessage(string type, string message); float GetPlayerSoundSampleField_notFound; -.string GetVoiceMessageSampleField(string type) +.string GetVoiceMessageSampleField(string type); // autotaunt system .float cvar_cl_autotaunt; @@ -624,7 +625,7 @@ string deathmessage; #define ACTIVE_BUSY 2 #define ACTIVE_TOGGLE 3 .float active; -.float (float act_state) setactive; +.void (float act_state) setactive; .entity realowner; .float nex_charge;