Raised This Month: $51 Target: $400
 12% 

Ultimate Sounds (The Original)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Tartooob
Senior Member
Join Date: May 2006
Old 08-23-2007 , 02:57   Re: Ultimate Sounds (The Original) (Updated)
#401

Quote:
Originally Posted by bmann_420 View Post
Have you tried disabeling multikill and see if the 1 HUD just pops up? I had to do that with a few things on this for some reason it gets enabled when its already enabled.

Other than that i dont really know what else is wrong with it ?

And more sounds, let me know what you want, and ill see. Is it pretty much the sounds at the top of this page?
I will give a try about what you said,
I attached the sounds, adding these would be great bmann !
Thanks in advance
Attached Files
File Type: rar sound.rar (390.1 KB, 242 views)
Tartooob is offline
Alex4eva
New Member
Join Date: Aug 2007
Old 08-28-2007 , 04:06   Re: Ultimate Sounds (The Original) (Updated)
#402

I'm using this plugin and it is great. The problem i'm having now is that players always have to download the songs when they connect to the server although they already downloaded it before. How do i disable it?
Alex4eva is offline
fiorello
New Member
Join Date: Aug 2007
Old 08-30-2007 , 13:02   Re: Ultimate Sounds (The Original) (Updated)
#403

Hello, in first i would like to thank u for this plugin, it's super. But i wanted to change headshot sound to the famous Boom Headshot sound, i have a wav. file created for cs, and i changed this in ultiamte_sounds.sma:

Code:
public hs()
{
    new hsmode[4] 
    get_cvar_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(200, 100, 0, -1.0, 0.30, 0, 3.0, 3.0, 0.15, 0.15, 1)
    show_hudmessage(killer_id,"::BOOM HEADSHOT::^nYou Owned %s !!",victim_name)
    }

    if (hsmode_bit & 2)
    {
        client_cmd(0,"spk misc/boomheadshot")
    }
}
Here i changed name of file from headshot to boomheadshot which is the name of wav. file in sound directory. I font want to replace headshot.wav with boomheadshot.wav bcoz if someone already downloaded the old headshot sound he won't have this boom headshot sound.

Code:
register_cvar("hs_mode","ab")
Sounds are enabled
Code:
precache_sound("misc/boomheadshot.wav")
Precaching file.

And my question is when i do headshot there is no sound only text.

Thanks


Ok i've already solve this problem but how to make sound louder bcoz i dont hear this Boom Headshot only little.

Last edited by fiorello; 08-31-2007 at 10:13.
fiorello is offline
Tartooob
Senior Member
Join Date: May 2006
Old 08-31-2007 , 04:42   Re: Ultimate Sounds (The Original) (Updated)
#404

Quote:
Originally Posted by fiorello View Post
Hello, in first i would like to thank u for this plugin, it's super. But i wanted to change headshot sound to the famous Boom Headshot sound, i have a wav. file created for cs, and i changed this in ultiamte_sounds.sma:

Code:
public hs()
{
    new hsmode[4] 
    get_cvar_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(200, 100, 0, -1.0, 0.30, 0, 3.0, 3.0, 0.15, 0.15, 1)
    show_hudmessage(killer_id,"::BOOM HEADSHOT::^nYou Owned %s !!",victim_name)
    }

    if (hsmode_bit & 2)
    {
        client_cmd(0,"spk misc/boomheadshot")
    }
}
Here i changed name of file from headshot to boomheadshot which is the name of wav. file in sound directory. I font want to replace headshot.wav with boomheadshot.wav bcoz if someone already downloaded the old headshot sound he won't have this boom headshot sound.

Code:
register_cvar("hs_mode","ab")
Sounds are enabled
Code:
precache_sound("misc/boomheadshot.wav")
Precaching file.

And my question is when i do headshot there is no sound only text.

Thanks

Ok i've already solve this problem but how to make sound louder bcoz i dont hear this Boom Headshot only little.
I feel my eyes are burned, change your font color please and then maybe someone can help you.
Tartooob is offline
fiorello
New Member
Join Date: Aug 2007
Old 08-31-2007 , 10:14   Re: Ultimate Sounds (The Original) (Updated)
#405

How do i make Headshot sound played loude, a lot louder bcoz i nearly dont hear it
fiorello is offline
redvsblue
Member
Join Date: May 2007
Old 09-08-2007 , 11:45   Re: Ultimate Sounds (The Original) (Updated)
#406

Could you explain more about the CVARs?
Code:
// cvar: //
// streak_mode < flags > //
// "a" - messages //
// "b" - sounds //
// //
// kniff_mode < flags > //
// "a" - messages //
// "b" - sounds //
// //
// hs_mode < flags > //
// "a" - messages //
// "b" - sounds //
// //
// lastman_mode < flags > //
// "a" - messages //
// "b" - hp //
// "c" - sounds 
thanks
redvsblue is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 09-08-2007 , 16:23   Re: Ultimate Sounds (The Original) (Updated)
#407

streak_mode ab
-steak_mode will do messages and sounds

streak_mode a
-streak_mode will only do messages
__________________
bmann_420 is offline
BOOM
Member
Join Date: Jun 2004
Old 09-14-2007 , 16:54   Re: Ultimate Sounds (The Original) (Updated)
#408

thanks for this
BOOM is offline
JUSTSMOKIN
Member
Join Date: Feb 2007
Old 09-19-2007 , 11:22   Re: Ultimate Sounds (The Original) (Updated)
#409

Hey there

im trying to add a few sounds to this plugin, I have experience in amxx code and scripting but i cant seem to get this to work ill attach the file and then you can see what i have added here are the errors im getting on the compile

PHP Code:
/home/groups/amxmodx/tmp3/phpVcYb8v.sma(60) : error 001expected token"}"but found "-string-"
/home/groups/amxmodx/tmp3/phpVcYb8v.sma(323) : error 010invalid function or declaration 
if some one would please help me i would appreciate it so much and if there is any thing i can do for the person who helps me just let me know

Regards

JS
Attached Files
File Type: sma Get Plugin or Get Source (ultimate_sounds.sma - 161 views - 8.3 KB)
__________________

JUSTSMOKIN is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 09-19-2007 , 11:56   Re: Ultimate Sounds (The Original) (Updated)
#410

This

Code:
"%s: Godlike!" "%s: Holy Shit!"},

should be

Code:
"%s: Godlike!", "%s: Holy Shit!"}


And remove the "}" on line 322


Errors that comipler gives you here are easy to solve with a very little bit of experience.
ConnorMcLeod is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:46.


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