Raised This Month: $ Target: $400
 0% 

[bug] register_forward ( FM_PrecacheSound not complete


  
 
 
Thread Tools Display Modes
Author Message
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 10-19-2005 , 10:39   [bug] register_forward ( FM_PrecacheSound not complete
#1

when registring the precache sound forward with
Code:
public plugin_precache()
{
	register_forward(FM_PrecacheSound, "get_pre_sound")
}

public pre_sou( pre_item[] )
{
	server_print("PRECACHE SOUND: ^"%s^"", pre_item)
}
i only get all sounds that are precache by HL (+mods) itself or by maps

BUT neither precaches done by amxX plugins nor metamod plugins can be catched

is it possible to fix that ?
__________________
alias White Panther
karlos is offline
PM
hello, i am pm
Join Date: Jan 2004
Location: Canalization
Old 10-19-2005 , 13:05   Re: [bug] register_forward ( FM_PrecacheSound not complete
#2

Quote:
Originally Posted by karlos
when registring the precache sound forward with
Code:
public plugin_precache()
{
	register_forward(FM_PrecacheSound, "get_pre_sound")
}

public pre_sou( pre_item[] )
{
	server_print("PRECACHE SOUND: ^"%s^"", pre_item)
}
i only get all sounds that are precache by HL (+mods) itself or by maps

BUT neither precaches done by amxX plugins nor metamod plugins can be catched

is it possible to fix that ?
Hmm. No.

Metamod doesn't support this, unless you hack it. If this was possible you could easily get into infinite recursion if you run THE WRONG PLUGINS.
__________________
hello, i am pm
PM is offline
 



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 06:59.


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