19.01.2013, 21:40
Introduction
I've seen many users posting this on scripting help all the time.
Why they just can't search for the solution?
So that's why i made this. Let's get started.
Solution
Your script is using a include that requires a plugin.
But you don't have the plugin in the folder called "Plugins"
so you've to download the include again with the plugin.
Then open server.cfg.
Under the filterscripts add.
Example
If you are using linux. You need also to download .so file plugin from the include
so in server.cfg in the line plugins.
It must be
Example
You also make sure that the plugin version is the same as the include version.
or else you will get another error.
I've never occur this problem before
Thank you for reading my tutorial.
I've seen many users posting this on scripting help all the time.
Why they just can't search for the solution?
So that's why i made this. Let's get started.
Solution
Your script is using a include that requires a plugin.
But you don't have the plugin in the folder called "Plugins"
so you've to download the include again with the plugin.
Then open server.cfg.
Under the filterscripts add.
Code:
plugins ThePlugins here
Code:
plugins sscanf
so in server.cfg in the line plugins.
It must be
Code:
plugins ThePlugins.so
Code:
plugins sscanf.so
or else you will get another error.
I've never occur this problem before
Thank you for reading my tutorial.