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

block awp sound


Post New Thread Reply   
 
Thread Tools Display Modes
undead52
Senior Member
Join Date: Dec 2016
Old 10-22-2017 , 10:45   Re: block awp sound
Reply With Quote #21

server cant hook client sounds
undead52 is offline
sb123
Senior Member
Join Date: Jan 2007
Old 10-22-2017 , 14:07   Re: block awp sound
Reply With Quote #22

Code:
#include <amxmodx>
#include <fakemeta>
#define PLUGIN "Test"
#define AUTHOR "Jim"
#define VERSION "1.0"
public plugin_init()
{
	register_plugin(PLUGIN, VERSION, AUTHOR)
	register_forward(FM_PlaybackEvent, "fw_PlaybackEvent")
}
public fw_PlaybackEvent(flags, id, event)
{
	return event == 1 ? FMRES_SUPERCEDE : FMRES_IGNORED
}
__________________
sb123 is offline
Send a message via ICQ to sb123 Send a message via MSN to sb123 Send a message via Yahoo to sb123
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-22-2017 , 18:15   Re: block awp sound
Reply With Quote #23

What do you think that's going to do? You CAN'T block or change or remove or do anything with the AWP's sound, so stop trying.
__________________

Last edited by OciXCrom; 10-22-2017 at 18:16.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 10-23-2017 , 00:40   Re: block awp sound
Reply With Quote #24

Quote:
Originally Posted by OciXCrom View Post
What do you think that's going to do? You CAN'T block or change or remove or do anything with the AWP's sound, so stop trying.
You CAN.
__________________
HamletEagle is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-23-2017 , 08:57   Re: block awp sound
Reply With Quote #25

How?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
undead52
Senior Member
Join Date: Dec 2016
Old 10-23-2017 , 09:47   Re: block awp sound
Reply With Quote #26

it is possible to but dont how to,
undead52 is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 10-23-2017 , 09:55   Re: block awp sound
Reply With Quote #27

Quote:
Originally Posted by OciXCrom View Post
How?
Read my previous post in this thread.
__________________
HamletEagle 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 16:02.


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