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

[REQ] Sound Misc Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AmineKyo
فوق سريرك
Join Date: Oct 2011
Location: Morocco
Old 11-24-2011 , 14:56   [REQ] Sound Misc Plugin
Reply With Quote #1

Hi Please Help Me up i didn't find this plugin

i want it for my cs server

this plugin when the bomb plants/defuse u hear i sound like EVIL Laugh But I Want To Different in wav please


Sorry For My Bad English

Last edited by AmineKyo; 11-25-2011 at 08:28.
AmineKyo is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 11-25-2011 , 03:05   Re: [REQ] Sound Misc Plugin
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <csx>

public plugin_init() {
    
register_plugin("Plant&Defuse Sounds""1.0.0""NapoleoN#")
}

public 
plugin_precache() {
    
precache_sound("sound/misc/yoursoundhere.wav")
}

public 
bomb_defused() {
    
client_cmd(0"sound/misc/yoursoundhere.wav")
}

public 
bomb_planten() {
    
client_cmd(0"sound/misc/yoursoundhere.wav")

This should work.

The only thing you have to do is change the destination + name of the file if it isn't right.
__________________

Last edited by Napoleon_be; 11-25-2011 at 03:05.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-25-2011 , 05:09   Re: [REQ] Sound Misc Plugin
Reply With Quote #3

Your plugin is wrong.

Could you stop to advice people ?
__________________
Arkshine is offline
AmineKyo
فوق سريرك
Join Date: Oct 2011
Location: Morocco
Old 11-25-2011 , 06:52   Re: [REQ] Sound Misc Plugin
Reply With Quote #4

Thanks Napoleon but i think Arkshine said wrong
Actually I Want 2 Different Sounds
But Thank U So Much ^^
AmineKyo is offline
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 11-25-2011 , 08:19   Re: [REQ] Sound Misc Plugin
Reply With Quote #5

PHP Code:
#include <amxmodx>
#include <csx>

public plugin_init() {
    
register_plugin("Plant&Defuse Sounds""1.0.0""NapoleoN#")
}

public 
plugin_precache() {
    
client_cmd(0"stopsound")
    
precache_sound("spk sound/misc/yoursoundhere.wav")
}

public 
bomb_defused() {
    
client_cmd(0"stopsound")
    
client_cmd(0"spk sound/misc/yoursoundhere.wav")
}

public 
bomb_planten() {
    
client_cmd(0"stopsound")
    
client_cmd(0"spk sound/misc/yoursoundhere.wav")

__________________
kiki33hun is offline
AmineKyo
فوق سريرك
Join Date: Oct 2011
Location: Morocco
Old 11-25-2011 , 09:04   Re: [REQ] Sound Misc Plugin
Reply With Quote #6

kiki33hun
Crashing My Server C++ Crash
Napoleon_be
Its Says Me Is Running But I Don't Listen Something when i plant or defuse
AmineKyo is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 11-25-2011 , 10:36   Re: [REQ] Sound Misc Plugin
Reply With Quote #7

Quote:
Originally Posted by AmineKyo View Post
kiki33hun
Crashing My Server C++ Crash
Napoleon_be
Its Says Me Is Running But I Don't Listen Something when i plant or defuse
PHP Code:
#include <amxmodx>
#include <csx>

public plugin_init() {
    
register_plugin("Plant&Defuse Sounds""1.0.0""NapoleoN#")
}

public 
plugin_precache() {
    
precache_sound("sound/misc/yoursoundhere.wav")
}

public 
bomb_defused() {
    
client_cmd(0"spk sound/misc/yoursoundhere.wav")
}

public 
bomb_planten() {
    
client_cmd(0"spk sound/misc/yoursoundhere.wav")

This should work! Don't forget to change the names in the plugin of the sound and the correct destination!
__________________

Last edited by Napoleon_be; 11-25-2011 at 10:36.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
AmineKyo
فوق سريرك
Join Date: Oct 2011
Location: Morocco
Old 11-25-2011 , 15:44   Re: [REQ] Sound Misc Plugin
Reply With Quote #8

Quote:
Originally Posted by Napoleon_be View Post
]This should work! Don't forget to change the names in the plugin of the sound and the correct destination!

I Didn't Forget it and i put the files in their places
PHP Code:
#include <amxmodx>
#include <csx>

public plugin_init() {
    
register_plugin("Plant&Defuse Sounds""1.0.0""NapoleoN#")
}

public 
plugin_precache() {
    
precache_sound("sound/misc/laugh.wav")
}

public 
bomb_defused() {
    
client_cmd(0"spk sound/misc/laugh.wav")
}

public 
bomb_planten() {
    
client_cmd(0"spk sound/misc/laugh.wav")

I Just Hear "the bomb has been planted"

Last edited by AmineKyo; 11-25-2011 at 15:51.
AmineKyo is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 11-25-2011 , 15:51   Re: [REQ] Sound Misc Plugin
Reply With Quote #9

PHP Code:
#include <amxmodx>
#include <csx>

public plugin_init() {
    
register_plugin("Plant&Defuse Sounds""1.0.0""NapoleoN#")
}

public 
plugin_precache() {
    
precache_sound("sound/misc/laugh.wav")
}

public 
bomb_defused() {
    
client_cmd(0"spk sound/misc/laugh.wav")
}

public 
bomb_planted() {
    
client_cmd(0"spk sound/misc/laugh.wav")

this should work.
__________________

Last edited by Napoleon_be; 11-25-2011 at 15:51.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
wickedd
Veteran Member
Join Date: Nov 2009
Old 11-25-2011 , 15:54   Re: [REQ] Sound Misc Plugin
Reply With Quote #10

Before requesting a plugin, SEARCH. Event Sounds.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Reply



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 03:27.


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