Raised This Month: $ Target: $400
 0% 

Fakemeta DispatchTouch? DispatchThink? [Solved]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
organizedKaoS
Senior Member
Join Date: Feb 2006
Old 11-06-2006 , 13:20   Fakemeta DispatchTouch? DispatchThink? [Solved]
Reply With Quote #1

I have a plugin that uses only fakemeta.

It has two forwards that are giving me errors every so often.

Code:
register_forward(FM_Touch, "my_touch_func") register_forward(FM_Think, "my_think_func") public my_touch_func(ptr, ptd) {      code here } public my_think_func(entity) {      code here }

Heres my problem.

While the plugin works the way it should, I get errors from the forwards.

One is when the touch event has been completed, I get a [META] Error: plugin failed to see fakemeta_amxx_i386.so:: DispatchTouch().

And the same error for think, when the entity that is thinking has been terminated, it generates that same error but with DispatchThink().

I wanted to know if anyone knew if certain fm returns should be used inside these forward functions to stop these errors?

Thanks.

Last edited by organizedKaoS; 11-07-2006 at 11:57.
organizedKaoS 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:52.


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