CyberMor/sampvoice

Changing the SAMP Version on Compile

Opened this issue · 1 comments

I have a question while compiling the solution, I need to build a DLL sampvoice for SAMP_3 but I don't fully understand how to do it, the version is written you can set it using movers, it turns out that I have to have a version in each file or in some one file I need to change it and build the solution?

Hello. To build a project for R3, you need to go to the properties of the “client” subproject (right-click -> properties), then “C/C++” -> “Preprocessor” -> “Preprocessor Definitions” and insert “SAMP_R3;" (be sure not to forget the separator ";").