View Single Post
wy19850
Member
Join Date: Feb 2020
Location: suzhou
Old 02-17-2020 , 12:39   Re: To help new plug-in
Reply With Quote #15

Quote:
Originally Posted by Sanjay Singh View Post
Try
PHP Code:
#include <amxmodx>

#define PLUGIN  "Headshot Sound"
#define VERSION "1.0"
#define AUTHOR  "Author"

new const soundfile[]="misc/headshot.mp3" //soundfile name here

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
plugin_precache()    precache_sound(soundfile)

public 
client_death(iKilleriVictimiWpnIndexiHitPlace)
{
    if(
iHitPlace == HIT_HEAD)
    {
        
client_cmd(iKiller"mp3 play %s"soundfile)
    }








Thank you very much, thank you for your help, I wish you good luck.
wy19850 is offline
Send a message via Skype™ to wy19850