Skip to content

Compiling

Jonathan Öhrström edited this page Aug 29, 2017 · 4 revisions

Getting the dependencies

First of all; you need to make sure you have all the dependencies included in this repo.
Changing any of the 3rd party includes might prevent you from compiling successfully.

All the include-files are located over here

Compiling

Once you have all the includes in your /addons/sourcemod/scripting/include folder, you can compile the plugin(s) via the batch script followed in this repo named compile-betterwarden.bat. Simply run that script and if there were no errors; the plugins will be compiled and located inside /addons/sourcemod/plugins/BetterWarden/.

Errors / Warnings

When compiling, you will most likely receive 1 warning from betterwarden.sp. This will probably be as below:

symbol is assigned to a value that is never used: "cv_version"

This is normal and is just warnings. Warnings usually won't prevent you from compiling plugins and in this case; won't prevent the plugin from working correctly.

If you receive any errors, don't hesitate to create a ticket and I will do my best to help solve the issue!

Clone this wiki locally