alliedmodders / amxmodx

AMX Mod X - Half-Life 1 Scripting and Administration
http://www.amxmodx.org/
489 stars 197 forks source link

Where is the MF_AmxRelease function? #1040

Open hollacs opened 2 years ago

hollacs commented 2 years ago

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?

dvander commented 2 years ago

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...