Help with my streamer. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help with my streamer. (
/showthread.php?tid=220919)
Help with my streamer. -
SchurmanCQC - 04.02.2011
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:
Код:
[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)
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
Код:
plugins sscanf streamer
And yes, I have
Код:
#include <a_samp>
#include <streamer>
In my script.
Thanks for the help.
Re: Help with my streamer. -
Steven Paul - 04.02.2011
i think you have a file missing in your scriptfiles
Re: Help with my streamer. -
MrDeath537 - 04.02.2011
Hmmm, do you have the plugins on "plugins" folder?
Re: Help with my streamer. -
SchurmanCQC - 04.02.2011
No, I checked, and double checked. And I have everything I'm supposed to have. It works on my computer, with :7777, but not on my server host.
EDIT: Yes, I have the plugins in the plugins folder.....
Re: Help with my streamer. -
SchurmanCQC - 04.02.2011
Bumping.
Re: Help with my streamer. -
Mobst3r - 04.02.2011
streamer.dll or .so
plugins sscanf.dll streamer.dll for windows
plugins sscanf.so streamer.so for linux