Posts: 120
Threads: 31
Joined: Feb 2016
Reputation:
0
In my notepad++, the compiler says that cmd_"command" is not defined, because it does not have zcmd
where do I put zcmd and other plugins in notepad++ ?
Posts: 617
Threads: 129
Joined: Feb 2014
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.
Posts: 156
Threads: 25
Joined: May 2016
So, you mean your using notepad++ as script editor? Dude are you serious