Hit-Sounds on our Killbox server

Maxtasy

2008-11-30 08:35:26

Hello community,
we have a verygames halflife 2 deathmatch server will 24/7 killbox and want to add a plugin for "Hit-Sounds". i think this is called hit registration (?) or something like this. we are totally noob with this plugins, etc.
all we can do is change maps and sounds. plz help us to make our server more fun :D

regards,
Maxtasy

Shinigami

2008-11-30 08:51:10

keeper MAY know sumething bout this.. :mrgreen:

Maxtasy

2008-11-30 09:06:41

okay now i have hope to solve this issue :wink:

and maybe someone knows a link to the newest version of the mani mod, because we have this problem as well.

Paradox

2008-11-30 10:00:17

Walking Target

2008-11-30 19:11:40

Maxtasy

2008-12-02 16:12:27

thank you alot

[1979] Babbage

2009-01-06 09:39:30

You dont need Keeper's plugin or Mani-Admin to do what you're looking to do... Sheesh, this is supposed to be "HL2DM University"? Certainly reminds me of college...Kids who barely know their way around are teaching the classes.. :(

You can do everything you're looking to do in one line in one stanza in Eventscripts:

Code: Select all

event player_hurt
{
              es_emitsound player event_var(userid) "admin_plugin/hitsound.mp3" 1.0 0.4
}
Just make sure your clients are downloading the sound file you want to use when they connect. BTW, stop playing killbox maps. Killbox maps are for children and clowns, and we already have enough of those groups.

Ghost Dog_TSGK

2009-01-06 10:19:38

[1979] Babbage wrote:You dont need Keeper's plugin or Mani-Admin to do what you're looking to do... Sheesh, this is supposed to be "HL2DM University"? Certainly reminds me of college...Kids who barely know their way around are teaching the classes.. :(

You can do everything you're looking to do in one line in one stanza in Eventscripts:

Code: Select all

event player_hurt
{
              es_emitsound player event_var(userid) "admin_plugin/hitsound.mp3" 1.0 0.4
}
Just make sure your clients are downloading the sound file you want to use when they connect. BTW, stop playing killbox maps. Killbox maps are for children and clowns, and we already have enough of those groups.

I bet you're just a joy to live with.