07.06.2016, 17:46
I mentioned the reason why you get the errors for the mysql stuff while compiling:
libmysql.dll is needed for the plugin to load on Windows and thus it should be located in the main folder samp-server.exe is located. Just that, nothing else.
I also just now noticed (I somehow missed that before) that it gives SHA256_PassHash as undefined which the function was added in 0.3.7 R1 so you will have to update the samp include and executable files as well for it to work.
Quote:
You may have loaded the latest version of the mysql plugin but the include you're trying to compile the script with is an older version. Re-download it and update the include (plugin file and libmysql.dll for windows as well, just to be sure you won't run into problem on loading the correct version).
|
I also just now noticed (I somehow missed that before) that it gives SHA256_PassHash as undefined which the function was added in 0.3.7 R1 so you will have to update the samp include and executable files as well for it to work.