Quote:
|
Originally Posted by organizedKaoS
Quote:
|
Originally Posted by Suicid3
register_event() isnt in engine.
|
Yes I know Suicid3, its part of the amxmodx core, my plugin is currently using engine calls and Im trying to convert everything over to fakemeta, I have engine calls inside my CurWeapon func, and was wondering if there was a way to register a forward to the func so that I can utilize the fm returns.
|
You asked if registering events could be done with fakemeta on the basis of optimization. Optimization cannot be done since it is handled on the core and appears to be only handled by the core.
Now you're asking how to get rid of engine funcs in the event callback? I don't understand what you're asking.
Quote:
|
and was wondering if there was a way to register a forward to the func so that I can utilize the fm returns.
|
Do you mean FMRES_HANDLED, FMRES_SUPERCEDE?