]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Hakk arround lack of vehicle panelhud. now all relevant info is dispalyed in vehicles too
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 19f0c24a5981c6d2c4001623c99188b17fc5abf7..d6140ea2afaaab83b826f0890820c5062e93550e 100644 (file)
@@ -348,7 +348,6 @@ void AnnounceTo(entity e, string snd);
 .entity jumppadsused[NUM_JUMPPADSUSED];
 
 string gamemode_name;
-float teams_matter;
 
 float startitem_failed;
 
@@ -545,6 +544,7 @@ void target_voicescript_clear(entity pl);
 .string target2;
 .string target3;
 .string target4;
+.float target_random;
 .float trigger_reverse;
 
 // Nexball 
@@ -665,5 +665,4 @@ float serverflags;
 .entity muzzle_flash;
 .float misc_bulletcounter;     // replaces uzi & hlac bullet counter.
 
-.entity shownames;
-void shownames_think();
+void PlayerUseKey();