27.05.2016, 23:05
you dont need to put includes in the server.cfg only if it uses a plugin.
so in order to put in a plugin at the bottom of your server.cfg you would create a line called plugins , then the specific plugin and then add .so for linux plugins or .dll for windows
so for example the whirlpool plugin
plugins whirlpool.dll, i use .dll because im on a windows OS
N.B
for zcmd it should be at the top of the script , under this "#include <zcmd>" and make sure you have downloaded the include(s) latest version and recompile the script.
so in order to put in a plugin at the bottom of your server.cfg you would create a line called plugins , then the specific plugin and then add .so for linux plugins or .dll for windows
so for example the whirlpool plugin
plugins whirlpool.dll, i use .dll because im on a windows OS
N.B
for zcmd it should be at the top of the script , under this "#include <zcmd>" and make sure you have downloaded the include(s) latest version and recompile the script.