Closed xakdog closed 6 years ago
After some research and analysis of samp-plugin-sdk, I've found that stdcall is only needed for: Load, Unload, AmxLoad, AmxUnload, Supports, ProcessTick, Supports
Load
Unload
AmxLoad
AmxUnload
Supports
ProcessTick
Tested on windows and work fine with simple plugin.
After some research and analysis of samp-plugin-sdk, I've found that stdcall is only needed for:
Load
,Unload
,AmxLoad
,AmxUnload
,Supports
,ProcessTick
,Supports
Tested on windows and work fine with simple plugin.