amxmodx
amxmodx copied to clipboard
Where is the MF_AmxRelease function?
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?
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...