Pycckue-Bnepeg / samp-rs

SA:MP SDK written in Rust
46 stars 11 forks source link

Windows native calls fix #8

Closed xakdog closed 6 years ago

xakdog commented 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

Tested on windows and work fine with simple plugin.