05.01.2013, 05:17
At the top of the dfile include file, type #define USE_PLUGIN_FUNCTIONS
OR
in the dfile include, find stock dir_exists .
Just above it, you will find #if defined blablabla.
Copy the part of same line after if defined, and at the top of include, write #define <the copied part>
. Dont use the <> brackets.
Then after following any of the above, go to server.cfg and add FileManager in plugins part. Like this:
That should do it.
OR
in the dfile include, find stock dir_exists .
Just above it, you will find #if defined blablabla.
Copy the part of same line after if defined, and at the top of include, write #define <the copied part>
. Dont use the <> brackets.
Then after following any of the above, go to server.cfg and add FileManager in plugins part. Like this:
Code:
plugins sscanf FileManager