Re: Problem with the sounds in AMX -
26-05-2005
You can support metamod and standalone loading methods in the same dll, its alot of work but can be done...
- Export Meta_Init and set a global variable saying that we are being loaded by metamod
- Modify RETURN_META and RETURN_META_VALUE macros or make your own to handle both metamod and the standalone method at the same time.
Its fairly easy to do and lots of people have done it already, if I remember correctly the NeoTF team, FoxBot, TheFlipside of TFC, and I have done metamod/standalone compatible dlls.
|