Skip to content

Compiling

Jonathan Öhrström edited this page Aug 15, 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 like normal.

Errors / Warnings

When compiling, you will most likely receive 2 warnings in total for both cmenu.sp and betterwarden.sp. These will probably be as below:

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

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