04.02.2011, 15:44
Hello. Sorry if theres different posts that gives the answer to this, but I'v been searching for about half an hour now.
To the point:
I go to start my server, and it works, but the CreateDynamicObjects in my script don't show. I know its because of the streamer. I use incognito's, and every time I restart my server, I get:
Even though I have both streamer.so and streamer.dll & sscanf.so and sscanf.dll in my plugins folder, and in my server.cfg as
And yes, I have
In my script.
Thanks for the help.
To the point:
I go to start my server, and it works, but the CreateDynamicObjects in my script don't show. I know its because of the streamer. I use incognito's, and every time I restart my server, I get:
Код:
[01:39:24] Server Plugins [01:39:24] -------------- [01:39:24] Loading plugin: sscanf [01:39:24] Failed (plugins/sscanf: cannot open shared object file: No such file or directory) [01:39:24] Loading plugin: streamer [01:39:24] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
Код:
plugins sscanf streamer
Код:
#include <a_samp> #include <streamer>
Thanks for the help.