07.08.2014, 17:42
At the top of the dfile include file,
type
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.
type
Код:
#define USE_PLUGIN_FUNCTIONS
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:
Код:
plugins sscanf FileManager