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

[Reqest] Kill Sound


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
brick_bazuka001
Junior Member
Join Date: Jul 2017
Old 07-18-2017 , 04:35   [Reqest] Kill Sound
Reply With Quote #1

hello.Somebody can help me whit a plugin kill sound ?
To hear a small sound when you make a kill like in csgo.

This is the small sound : https://www.mediafire.com/file/32bdy.../killsound.wav

Please help me.thx
brick_bazuka001 is offline
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 07-18-2017 , 05:42   Re: [Reqest] Kill Sound
Reply With Quote #2

PHP Code:
#include <amxmodx>

new const szKillsound[ ] = "sound/killsound.wav" 

public plugin_init()
{
    
register_plugin("New Plug-in""1.0""Ayman Khaled")
    
register_event("DeathMsg""PlayerKilled""a")
}

public 
plugin_precache()
{
    
precache_sound(szKillsound)
}

public 
PlayerKilled()
{
    new 
iAttacker read_data(1), iVictim read_data(2);
    
    if(!
is_user_connected(iAttacker) || iAttacker == iVictim || !is_user_connected(iVictim))
        return
        
    
client_cmd(iAttacker"spk ^"%s^""szKillsound)

__________________

Last edited by Ayman Khaled; 07-18-2017 at 06:40.
Ayman Khaled is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 07-18-2017 , 06:19   Re: [Reqest] Kill Sound
Reply With Quote #3

@Ayman
Did you test your plugin? It will not work because you didn't precache the sound file. Plus, you don't need a task.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.

Last edited by wickedd; 07-18-2017 at 06:20.
wickedd is offline
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 07-18-2017 , 06:29   Re: [Reqest] Kill Sound
Reply With Quote #4

Quote:
Originally Posted by wickedd View Post
@Ayman
Did you test your plugin? It will not work because you didn't precache the sound file. Plus, you don't need a task.
i test it with pod bots, and it work but i forget to precache
anyway i added precache and removed set_task
__________________
Ayman Khaled is offline
brick_bazuka001
Junior Member
Join Date: Jul 2017
Old 07-18-2017 , 06:54   Re: [Reqest] Kill Sound
Reply With Quote #5

Thank you Ayman.
brick_bazuka001 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 08:17.


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