AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Ultimate Sounds (More Addons for Misc. Stats) 2/18/10 (https://forums.alliedmods.net/showthread.php?t=66006)

Jellric 04-04-2008 15:13

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
My suggestion for the next update would be to fix the bug that causes server death events to be registered as kills credited to the server.

bmann_420 04-04-2008 22:13

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
I thought that was fixed. Ill look into it, although im really busy at the moment

vnish 04-11-2008 19:14

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
HI plz can you recompile it so this / works and when a player chenges the name in the game its very important for our server
+karma

bmann_420 04-11-2008 19:52

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
? Sorry, I dont understand what your asking. Recompile?

echelon 04-16-2008 12:17

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
Spanish Translation here:

Code:

[es]
KNIFE_MSG_1 = %s rebano a %s!
KNIFE_MSG_2 = %s achuro a %s!
KNIFE_MSG_3 = %s degollo a %s!
KNIFE_MSG_4 = %s se la dio con el cuchi a %s!
KNIFE_MSG_5 = %s Mato con el Cuchillo a %s!

NOHP_MSG_1 = %i terroristas vs %i CT^n%s: Ahora todo depende de ti!
NOHP_MSG_2 = %i terroristas vs %i CT^n%s: Espero que aun tengas un Healthpack.
NOHP_MSG_3 = %i terroristas vs %i CT^n%s: Todos tus Teammates han sido eliminados. Buena Suerte!
NOHP_MSG_4 = %i terroristas vs %i CT^n%s: Eres el ultimo hombre en pie!
NOHP_MSG_5 = %i terroristas vs %i CT^n%s: Ahora estas solo. Diviertete!

HP_MSG_1 = %i terroristas vs %i CT^n%s (%i hp): Ahora todo depende de ti!
HP_MSG_2 = %i terroristas vs %i CT^n%s (%i hp): Espero que aun tengas un Healthpack.
HP_MSG_3 = %i terroristas vs %i CT^n%s (%i hp): Todos tus Teammates han sido eliminados. Buena Suerte!
HP_MSG_4 = %i terroristas vs %i CT^n%s (%i hp): Eres el ultimo hombre en pie!
HP_MSG_5 = %i terroristas vs %i CT^n%s (%i hp): Ahora estas solo. Diviertete!

KILL_STREAK = * Estas en un killstreak con %d frags.
DEATH_STREAK = * Ten cuidado, estas en un deathstreak con %d muertes al hilo.


bmann_420 04-16-2008 14:44

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
Thank You :up:

myestyle 04-20-2008 10:35

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
Hello
Sorry my engl. is bad:-)
I have a problem wit the Ultimate sound.
I have put more sounds in the sma.
Compiled korrekt,
then play the sonds from doublekill to dominating.
not the other 6 sounds from 14 sounds!
PHP Code:

 ********************************************************************************
*  
AMX Mod X script.
*
*   
Ultimate Sounds (Ultimate_Sounds.sma)
*   
Copyright (C2006-2008 Bmann_420 Dizzy Hoboman
*
*   
This program is free softwareyou can redistribute it and/or
*   
modify it under the terms of the GNU General Public License
*   as published by the Free Software Foundationeither version 2
*   of the License, or (at your optionany later version.
*
*   
This program is distributed in the hope that it will be useful,
*   
but WITHOUT ANY WARRANTYwithout even the implied warranty of
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*   GNU General Public License for more details.
*
*   
You should have received a copy of the GNU General Public License
*   along with this program; if notwrite to the Free Software
*   FoundationInc., 59 Temple Place Suite 330BostonMA  02111-1307USA.
*
*   
In addition, as a special exceptionthe author gives permission to
*   link the code of this program with the Half-Life Game Engine ("HL
*   Engine"
) and Modified Game Libraries ("MODs"developed by Valve,
*   
L.L.("Valve"). You must obey the GNU General Public License in all
*   respects for all of the code used other than the HL Engine and MODs
*   from Valve. If you modify this fileyou may extend this exception
*   to your version of the filebut you are not obligated to do so. If
*   
you do not wish to do sodelete this exception statement from your
*   version.
*
*********************************************************************************
*
*   
AMXX Ultimate Sounds Vers1.7
*   Last Update1/26/2007
*
*   
by  Dizzy Bmann_420 Hoboman
*   Linkhttp://forums.alliedmods.net/showthread.php?t=7342
*
*
*********************************************************************************
*
///////////////////////////////////////////////////
//  AMXMOD[X]                                    //
//   ::Ultimate sounds::                         //
//    Origional: by Hephaistos            //
//    Ported by: Dizzy                //
//    Edited by: Hoboman, bmann_420            //
//                                               //
// cvar:                                         //
//  streak_mode < flags >                        //
//  "a" - messages                               //
//  "b" - sounds                                 //
//                                               //
//  knife_mode < flags >                         //
//  "a" - messages                               //
//  "b" - sounds                                 //
//                                               //
//  hs_mode < flags >                            //
//  "a" - messages                               //
//  "b" - sounds                                 //
//                                               //
//  lastman_mode < flags >                       //
//  "a" - messages                               //
//  "b" - hp                                     //
//  "c" - sounds                                 //
///////////////////////////////////////////////////
*
*********************************************************************************
*/

// Plugin Info
new const PLUGIN[]  = "Ultimate Sounds"
new const VERSION[] = "1.7"
new const AUTHOR[]  = "Dizzy / Bmann_420"

// Includes
#include <amxmodx>

//Defines
#define KNIFEMESSAGES 5
#define MESSAGESNOHP 5
#define MESSAGESHP 5
#define LEVELS 10

//Pcvars
new streak_modeknife_modehs_modelastman_mode

new gmsgHudSync

new kills[33] = {0,...};
new 
deaths[33] = {0,...};
new 
alone_ann 0
new levels[14] = {24578101112131415161718};

//Streak Sounds
new stksounds[14][] = 
{

    
"myestyle/doublekill",
    
"myestyle/multikill",
    
"myestyle/ultrakill",
    
"myestyle/megakill",
    
"myestyle/monsterkill",
    
"myestyle/killingspree",
    
"myestyle/rampage",    
    
"myestyle/dominating",    
    
"myestyle/bottomfeeder",
    
"myestyle/unstoppable",
    
"myestyle/whickedsick",
    
"myestyle/ludicrouskill",
    
"myestyle/godlike",
    
"myestyle/holyshit"    
}

new 
stkmessages[14][] = 
{
 
    
"%s: Double-Kill!",
    
"%s: Born To Kill!",
    
"%s: PWNED!",
    
"%s: HITMAN!",
    
"%s: Dont Fuck With ME!",
    
"%s: RAPE!",
    
"%s: I Shit On All!",
    
"%s: HACKER!",    
    
"%s: Bottomfeder!",
    
"%s: Unstoppable!",
    
"%s: Whickedsick!",
    
"%s: Ludicrouskill",        
    
"%s: Godlike!",
    
"%s: Holyshit!"
}

new 
knifemessages[KNIFEMESSAGES][] = 
{
    
"KNIFE_MSG_1",  
    
"KNIFE_MSG_2",  
    
"KNIFE_MSG_3",  
    
"KNIFE_MSG_4",  
    
"KNIFE_MSG_5"
}

new 
messagesnohp[MESSAGESNOHP][] = 
{
    
"NOHP_MSG_1",  
    
"NOHP_MSG_2",  
    
"NOHP_MSG_3",  
    
"NOHP_MSG_4",  
    
"NOHP_MSG_5"
}

new 
messageshp[MESSAGESHP][] = 
{
    
"HP_MSG_1",  
    
"HP_MSG_2",  
    
"HP_MSG_3",  
    
"HP_MSG_4",  
    
"HP_MSG_5"
}

public 
plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_cvar("ultimate_sounds",VERSION,FCVAR_SERVER|FCVAR_EXTDLL|FCVAR_UNLOGGED|FCVAR_SPONLY)
    
register_dictionary("ultimate_sounds.txt")
    
register_event("DeathMsg","hs","a","3=1")
    
register_event("DeathMsg","knife_kill","a","4&kni")
    
register_event("ResetHUD""reset_hud""b");
    
register_event("DeathMsg""death_event""a""1>0");
    
register_event("DeathMsg","death_msg","a")
    
register_event("SendAudio","roundend_msg","a","2=%!MRAD_terwin","2=%!MRAD_ctwin","2=%!MRAD_rounddraw")
    
register_event("TextMsg","roundend_msg","a","2&#Game_C","2&#Game_w")

    
lastman_mode register_cvar("lastman_mode","abc")
    
streak_mode register_cvar("streak_mode","ab")
    
knife_mode register_cvar("knife_mode","ab")
    
hs_mode register_cvar("hs_mode","ab")

    
gmsgHudSync CreateHudSyncObj()

    return 
PLUGIN_CONTINUE
}

get_streak()
{
    new 
streak[3]
    
get_pcvar_string(streak_mode,streak,2)
    return 
read_flags(streak)
}

public 
death_event(id)
{
    new 
streak get_streak()

    if ((
streak&1) || (streak&2))
    {
            new 
killer read_data(1);
            new 
victim read_data(2);

            
kills[killer] += 1;
            
kills[victim] = 0;
            
deaths[killer] = 0;
            
deaths[victim] += 1;

            for (new 
0LEVELSi++)
        {
                if (
kills[killer] == levels[i])
            {
                        
announce(killeri);
                        return 
PLUGIN_CONTINUE;
            }
        }
    }
    return 
PLUGIN_CONTINUE;
}

announce(killerlevel)
{
    new 
streak get_streak()

    if (
streak&1)
    {
            new 
name[32];

           
get_user_name(killername32);
        
set_hudmessage(01002000.050.6520.026.00.010.12);
        
ShowSyncHudMsg(0gmsgHudSyncstkmessages[level], name);
    }

    if (
streak&2){
        for(new 
i=1;i<=get_maxplayers();i++) 
            if(
is_user_connected(i)==)
                
client_cmd(i"spk %s"stksounds[level]); 
    }
}

public 
reset_hud(id)
{
    new 
streak get_streak()

    if (
streak&1)
    {

        if (
kills[id] > levels[0])

        {
                
client_print(idprint_chat,"%L"id"KILL_STREAK"kills[id]);
        }

        else if (
deaths[id] > 1)

        {
            
client_print(idprint_chat,"%L"id"DEATH_STREAK"deaths[id]);
        }
    }
}

public 
client_connect(id)
{
    new 
streak get_streak()

    if ((
streak&1) || (streak&2))
    {
        
kills[id] = 0;
        
deaths[id] = 0;
    }
}

public 
knife_kill()
{
    new 
knifemode[4
    
get_pcvar_string(knife_mode,knifemode,4
    new 
knifemode_bit read_flags(knifemode)

    if (
knifemode_bit 1)
    {
        new 
killer_id read_data(1)
        new 
victim_id read_data(2)
        new 
killer_name[33], victim_name[33]

        
get_user_name(killer_id,killer_name,33)
        
get_user_name(victim_id,victim_name,33)


        
set_hudmessage(2001000, -1.00.3006.06.00.50.151)
ShowSyncHudMsg(0gmsgHudSync"%L"LANG_PLAYERknifemessagesrandom_num(0,KNIFEMESSAGES-1) ],killer_name,victim_name)
    }

    if (
knifemode_bit 2)
    {
        for(new 
i=1;i<=get_maxplayers();i++) 
            if( 
is_user_connected(i) == )
                
client_cmd(i,"spk myestyle/humiliation")
       }
}


public 
roundend_msg(id)

    
alone_ann 0

public death_msg(id)
{

    new 
lmmode[8
    
get_pcvar_string(lastman_mode,lmmode,8
    new 
lmmode_bit read_flags(lmmode)

    new 
players_ct[32], players_t[32], ictitelast
    get_players
(players_ct,ict,"ae","CT")   
    
get_players(players_t,ite,"ae","TERRORIST")   

    if (
ict==1&&ite==1)
    {
        new 
name1[32], name2[32]
        
get_user_name(players_ct[0],name1,32)
        
get_user_name(players_t[0],name2,32)
        
set_hudmessage(2001000, -1.00.3006.06.00.50.151)

        if (
lmmode_bit 1)
        {
            if (
lmmode_bit 2)
            {
ShowSyncHudMsg(0gmsgHudSync"%s (%i hp) vs. %s (%i hp)",name1,get_user_health(players_ct[0]),name2,get_user_health(players_t[0]))
            }

            else
            {
                
ShowSyncHudMsg(0gmsgHudSync"%s vs. %s",name1,name2)
            }

            if (
lmmode_bit 4)
            {
                for(new 
i=1;i<=get_maxplayers();i++) 
                    if( 
is_user_connected(i) == )
                        
client_cmd(i,"spk myestyle/maytheforce")
            }
        }
    } 
    else
{   
    if (
ict==1&&ite>1&&alone_ann==0&&(lmmode_bit 4))
    {
        
last=players_ct[0]
        
client_cmd(last,"spk myestyle/oneandonly")

    }

    else if (
ite==1&&ict>1&&alone_ann==0&&(lmmode_bit 4))
    {
        
last=players_t[0]
        
client_cmd(last,"spk myestyle/oneandonly")
    }

    else
    {
        return 
PLUGIN_CONTINUE
    
}
    
alone_ann last
    
new name[32]   
    
get_user_name(last,name,32)

    if (
lmmode_bit 1)
    {
        
set_hudmessage(2001000, -1.00.3006.06.00.50.151)

        if (
lmmode_bit 2)
        {
ShowSyncHudMsg(0gmsgHudSync"%L"LANG_PLAYERmessageshprandom_num(0,MESSAGESHP-1) ],ite ,ict ,name,get_user_health(last))
        }

        else
        {
            
ShowSyncHudMsg(0gmsgHudSync"%L"LANG_PLAYERmessagesnohprandom_num(0,MESSAGESNOHP-1) ],ite ,ict ,name )
        }
    }

}
    return 
PLUGIN_CONTINUE   
}


public 
hs()
{
    new 
hsmode[4
    
get_pcvar_string(hs_mode,hsmode,4
    new 
hsmode_bit read_flags(hsmode)

    if (
hsmode_bit 1)
    {
    new 
killer_id read_data(1)
    new 
victim_id read_data(2)
    new 
victim_name[33]

    
get_user_name(victim_id,victim_name,33)

    
set_hudmessage(2001000, -1.00.3003.03.00.150.151)
    
ShowSyncHudMsg(killer_idgmsgHudSync"::HEADSHOT::^nYou Owned %s !!",victim_name)
    }

    if (
hsmode_bit 2)
    {
        for(new 
i=1;i<=get_maxplayers();i++) 
            if( 
is_user_connected(i)==)
                
client_cmd(i,"spk myestyle/headshot")
    }
}

public 
plugin_precache()
{

    
precache_sound"myestyle/humiliation")
     
precache_sound("myestyle/oneandonly.wav"
     
precache_sound("myestyle/headshot.wav"
    
precache_sound("myestyle/firstblood.wav")    
    
precache_sound("myestyle/doublekill.wav")
    
precache_sound("myestyle/multikill.wav")
    
precache_sound("myestyle/megakill.wav")
    
precache_sound("myestyle/dominating.wav")
    
precache_sound("myestyle/ultrakill.wav")
    
precache_sound("myestyle/monsterkill.wav")
    
precache_sound("myestyle/killingspree.wav")    
    
precache_sound("myestyle/bottomfeeder.wav")
    
precache_sound("myestyle/unstoppable.wav")
    
precache_sound("myestyle/whickedsick.wav")
    
precache_sound("myestyle/rampage.wav")
    
precache_sound("myestyle/ludicrouskill.wav")
    
precache_sound("myestyle/godlike.wav")
    
precache_sound("myestyle/holyshit.wav")
    
    return 
PLUGIN_CONTINUE 



rpm 04-28-2008 07:22

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
you should change this to the number of sounds ;D

#define LEVELS 10

and the ".wav" after this

precache_sound( "myestyle/humiliation")


myestyle 04-28-2008 09:14

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
ah k
:-) it works

Rexy PHATsac 420 05-09-2008 22:35

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
i cannot find the ultimate sounds cvars in stats menu. i want to be able to turn some sounds on and off through the stats menu and cant. here are the plugins i am running. and i have no error messages in log about this plugin.

; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
amx_super.amxx
admin_slash.amxx
amx_hpk.amxx
amx_super_nospeed.amxx
amx_super_menu.amxx
ultimate_sounds.amxx
atac.amxx
amx_chicken.amxx

bmann_420 05-10-2008 01:54

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
[side-note]admin_slash.amxx Goes at the bottom of your 3rd party list![/side-note]

Enable miscstats.amxx

Rexy PHATsac 420 05-10-2008 16:09

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
ok i read earlier that you should not have miscstats enabled for ultimate sounds to work, but i will try that, thanks. and thanks for side note.

Rexy PHATsac 420 05-11-2008 01:00

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
now that i enabled miscstats i am getting 2 events at once. help?

bmann_420 05-11-2008 15:13

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
lol, alright. Its been a while, that could be the issue. Anyway, disable miscstats, and disable the ultimate sounds, restart, then enable it. If that doesnt work, i will give you the file that has the options for the statscfgmenu

Rexy PHATsac 420 06-27-2008 20:53

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
hey bmann when i use the female sounds i get double voices like the guy headshot sound and the girl headshot sound and the same time. help?

bmann_420 06-27-2008 21:43

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
Hmm, ill take a look. I havnt tried to use the chick sounds before, but its probly a simple fix. Or try and disable miscstats.amxx if it is enabled. If it isnt, make sure your only running the one for the chicks.

Rexy PHATsac 420 06-27-2008 22:52

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
ok so if i disable the miscstats will i still be able to view the options for the stats in the amxmodmenu. and i also had a qustion about ur deagles map management. it says that it will read the mapcycle if i do not include those configs was wondering if it will read the maps.ini instead of mapcycle because i deleted the mapcycle to use just the maps.ini.

Rexy PHATsac 420 06-27-2008 23:13

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
also i run statsX would that affect the ultimate sounds plugin?

bmann_420 06-27-2008 23:36

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
lol, its good edit one post.

But statx, I dont know if u read the description in your plugins.ini but "stats on death or round end (CSX Module required!)"
- I truly dont know, i have always had it enabled, but havnt tried to use the chick sounds, you can disable it and see.

The DMM, post in their and i can help, but if wanna use the maps in maps.ini, then copy and paste them into mapchooser.ini. I mean is their a reason you dont want to add that?

Rexy PHATsac 420 06-27-2008 23:39

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
missed 1 answer i need if i disable miscstats will i still have the options in amxmodxmenu and i will post in there real quick my replay to the answer u sent me on that u sent me

bmann_420 06-27-2008 23:52

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
Why dont u try it?

Rexy PHATsac 420 06-28-2008 00:36

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
just wondering if u knew b4 i had to go through that.

bmann_420 06-28-2008 00:52

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
lol, well in how long its been, you would have found out a long time ago :D

All their is, is just uploading 1 file and changing the map, and 1 command after joining. Then re-upload the changed version if it doesnt work.

Cause i dont know for sure, otherwise I would have told yea.

Rexy PHATsac 420 06-28-2008 01:18

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
k did it and found a problem when i disable miscstats the huds for like mutlikill and knife kill doesnt come up and the sounds when using the female voice overlap sometimes like when u get a headshot and a multikill at same time then it says it at the same time. understand?

bmann_420 06-28-2008 02:02

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
Yea, try to disable them in your statscfgmenu, and see if the female voices work. And enable miscstats

Rexy PHATsac 420 06-28-2008 02:08

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
disable what in statscfgmenu?

bmann_420 06-28-2008 02:31

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
The male voice announcements. Anything the guys says, disable it, along with double HUD's, disable those int eh menu. It may just come up by itself.

Rexy PHATsac 420 06-28-2008 03:04

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
oh so turn off everything in the statscfgmenu? and it should work?

and ur talking bout in the amxmodmenu right the stats? or just typing in statscfgmenu in console?

bmann_420 06-28-2008 04:25

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
amx_statscfgmenu in console, you can also get to it thru the main menu. But yea, disable what is done my male voices and double messages, see if that works.

Rexy PHATsac 420 06-28-2008 15:59

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
yes ty it did work but was wondering why when 2 events occur the event sounds overlap like headshot and mutlikill in the same kill it will say both at the same time and sorta overlap?

bmann_420 06-28-2008 16:14

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
?

Ultimate sounds, automatically does these things in that are already in the miscstats plugin, just with diff voices and a few extras. So when you disable them in your menu, your not disabling them in this plugin. If that makes any sense.

Rexy PHATsac 420 06-28-2008 16:20

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
no just saying that the same voice overlaps it self when 2 events happen at one time maybe that was already like that with reagular miscstats not sure just was wondering if anyone had that problem or new how to fix it.

slpknt 06-28-2008 19:09

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
can you add double/triple/mega kill sounds?
I posted them in quake sounds thread but he said the sounds are not from the same version as other sounds:(
http://forums.alliedmods.net/showpos...5&postcount=44

bmann_420 06-28-2008 19:46

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
I dont know, im pretty much just maintaining this plugin now. Not so much on extending it right now.

hawkagent 06-30-2008 06:42

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
thank you for this mod.
But I have one problem, I don't hear "prepare to fight" at the beginning of the round. Anyone can help?

bmann_420 06-30-2008 13:26

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
Its not in their anymore.

hawkagent 06-30-2008 18:18

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
oh ic, why not if I may ask?

Do you know any "completed" ultimate sounds plugin?

bmann_420 06-30-2008 19:56

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
lol

To many people diddnt want it. But i may add it, with a cvar and whatnot.

Check out quake sounds also, im gonna be doing this one similar to that one a bit, in time. Just been real busy and moved so im trying to catch up with just my laptop righ tnow.

Mordekay 07-04-2008 17:41

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
I wonder why no one translated this into german until now....

Code:

[de]
KNIFE_MSG_1 = %s schnitt %s in kleine Wuerfel!
KNIFE_MSG_2 = %s schlitzte %s auf!
KNIFE_MSG_3 = %s zerteilte %s!
KNIFE_MSG_4 = %s zueckte das Messer gegen %s!
KNIFE_MSG_5 = %s erstach %s!

NOHP_MSG_1 = %i Terroristen gegen %i CT^n%s: Nun haengt alles von dir ab!
NOHP_MSG_2 = %i Terroristen gegen %i CT^n%s: Ich hoffe du hast noch eine Verbandstasche.
NOHP_MSG_3 = %i Terroristen gegen %i CT^n%s: Alle deine Teamkameraden wurden getoetet. Viel glueck!
NOHP_MSG_4 = %i Terroristen gegen %i CT^n%s: Du bist der letzte ueberlebende!
NOHP_MSG_5 = %i Terroristen gegen %i CT^n%s: Nun bist du alleine. Viel Spass!

HP_MSG_1 = %i Terroristen gegen %i CT^n%s (%i hp): Nun haengt alles von dir ab!
HP_MSG_2 = %i Terroristen gegen %i CT^n%s (%i hp): Ich hoffe du hast noch eine Verbandstasche.
HP_MSG_3 = %i Terroristen gegen %i CT^n%s (%i hp): Alle deine Teamkameraden wurden getoetet. Viel glueck!
HP_MSG_4 = %i Terroristen gegen %i CT^n%s (%i hp): Du bist der letzte Ueberlebende!
HP_MSG_5 = %i Terroristen gegen %i CT^n%s (%i hp): Nun bist du alleine. Viel Spass!

KILL_STREAK = * Du hast jetzt %d in Folge getoetet.
DEATH_STREAK = * Pass auf! Du wurdest bereits %d mal in Folge getoetet.


bmann_420 07-04-2008 22:23

Re: Ultimate Sounds (More Addons for Misc. Stats) 1/20/08
 
lol TY Mordekay :D


All times are GMT -4. The time now is 20:51.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.