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

HS Sound


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
`666
AlliedModders Donor
Join Date: Jan 2006
Old 03-18-2006 , 15:10   HS Sound
Reply With Quote #1

Is this corect?
Code:
#include <amxmodx>


public hs(){
   new hsmode[4] 
   get_cvar_string("hs_mode",hsmode,4) 
   new hsmode_bit = read_flags(hsmode)

      client_cmd(0,"spk misc/headshot")
   }
}

public plugin_precache()
{
    precache_sound( "misc/headshot.wav")
    return PLUGIN_CONTINUE 
}

   register_plugin("HS","-","-")
   return PLUGIN_CONTINUE
}
`666 is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 03-18-2006 , 15:36  
Reply With Quote #2

i think u need something like this
Code:
#include <amxmodx> public plugin_init() {     register_plugin("HS","-","-")     register_event("DeathMsg","event_DeathMsg","a") } public event_DeathMsg(id) {     new hs = read_data(3)     if ( hs )         client_cmd(0,"spk misc/headshot") } public plugin_precache() {     precache_sound("misc/headshot.wav") }
[ --<-@ ] Black Rose is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 03-18-2006 , 16:03  
Reply With Quote #3

k thanx i try that see if that works... Just want only head shot sound plugin coz other ones come with alot of other stuff that i dont need... just waste of cpu
`666 is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 03-18-2006 , 16:10  
Reply With Quote #4

i totally understand you.
the ultimate sounds has the "i am the one and only" and "may the force be with you" sounds and i hate them
[ --<-@ ] Black Rose is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 03-18-2006 , 16:24  
Reply With Quote #5

yeh lol and like 1st blood... gives headaik after some time thanx for code its works nicely
`666 is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 03-18-2006 , 16:25  
Reply With Quote #6

yeah.
no problem.
[ --<-@ ] Black Rose 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 02:01.


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