amxmodx icon indicating copy to clipboard operation
amxmodx copied to clipboard

Where is the MF_AmxRelease function?

Open hollacs opened this issue 3 years ago • 1 comments

For some reason I need to recreate the old callfunc_end() functionality in a module, After some research, I found that you need a combination of AmxExec, AmxAllot, AmxPush etc to make this happen, But one of the important point is... I cannot find the MF_AmxRelease function, It doesn't exists or exported in amxx. Where is it?

hollacs avatar Mar 13 '22 15:03 hollacs

It looks like it was never exported. You could export it but it'd bump the minimum version for your module.

Note the Allot/Release API is not very easy to use...

dvander avatar Mar 22 '22 17:03 dvander