-
Notifications
You must be signed in to change notification settings - Fork 3
Compiling
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
Once you have all the includes in your /addons/sourcemod/scripting/include
folder, you can compile the plugin like normal.
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!
BW © Jonathan Öhrström, built with contributions by developers!