2019-05-31, 08:04 PM
(2019-05-31, 02:54 PM)JustMichael Wrote: You have to build your plugin as a x86 (32bit). SA-MP is a x86bit software and doesn't handle 64bit.
You must properly setup your project to run as x86, use the right toolchain and type on creation.
Take a look at all the plugins that have already been made, and check their setup.
I just opened solution of the project that CMake created for me.
I don't know how to compile it in x86.