]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable charge message temporarily
authorMario <mario.mario@y7mail.com>
Mon, 7 Oct 2013 23:17:38 +0000 (16:17 -0700)
committerMario <mario.mario@y7mail.com>
Mon, 7 Oct 2013 23:17:38 +0000 (16:17 -0700)
gfx/hud/default/weaponhmg.tga [new file with mode: 0644]
gfx/hud/default/weaponrpc.tga [new file with mode: 0644]
qcsrc/server/mutators/mutator_overkill.qc

diff --git a/gfx/hud/default/weaponhmg.tga b/gfx/hud/default/weaponhmg.tga
new file mode 100644 (file)
index 0000000..a6bd40e
Binary files /dev/null and b/gfx/hud/default/weaponhmg.tga differ
diff --git a/gfx/hud/default/weaponrpc.tga b/gfx/hud/default/weaponrpc.tga
new file mode 100644 (file)
index 0000000..8d86ba9
Binary files /dev/null and b/gfx/hud/default/weaponrpc.tga differ
index c16198b1fe2d9ff77309ecc64ab21bfc6c1d1f14..228a1f152318eab29af124c060d2c92e4c29abb4 100644 (file)
@@ -142,7 +142,7 @@ MUTATOR_HOOKFUNCTION(ok_PlayerPreThink)
        {
                if(autocvar_g_overkill_ammo_charge_notice && time > self.ok_notice_time && self.BUTTON_ATCK && IS_REAL_CLIENT(self))
                {
-                       Send_Notification(NOTIF_ONE, self, MSG_CENTER, CENTER_OVERKILL_CHARGE);
+                       //Send_Notification(NOTIF_ONE, self, MSG_CENTER, CENTER_OVERKILL_CHARGE);
                        self.ok_notice_time = time + 2;
                        play2(self, "weapons/dryfire.wav");
                }