SA-MP Forums Archive
Streamer won't work.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Streamer won't work.. (/showthread.php?tid=159851)



Streamer won't work.. - TKZ227 - 14.07.2010

I'm using Incognitos object streamer, and it won't work for some reason. Every time I start the server it doesn't start, it's just on "Unknown" script.

I have streamer.dll and streamer.so in the "plugins" folder, I have #include <streamer> in the script, and I have "plugins streamer" in the server.cfg.


Re: Streamer won't work.. - Calgon - 14.07.2010

If you're using windows, in the server.cfg you have to add 'streamer.dll', not 'streamer' and if you're using Linux, you have to use 'streamer.so', not 'streamer'.

Try post within the release thread of the script/plugin you're having trouble with next time.


Re: Streamer won't work.. - TKZ227 - 14.07.2010

EDIT: It still doesn't work after what Calgon posted.


Re: Streamer won't work.. - MadeMan - 14.07.2010

Quote:
Originally Posted by Calgon
Посмотреть сообщение
If you're using windows, in the server.cfg you have to add 'streamer.dll', not 'streamer' and if you're using Linux, you have to use 'streamer.so', not 'streamer'.
"plugins streamer" works for windows.


Re: Streamer won't work.. - Calgon - 14.07.2010

Quote:
Originally Posted by TKZ227
Посмотреть сообщение
Hmm.. On the thread it said just to add "Streamer" for windows. Oh well, thanks.
I might be wrong as I've only ran a Linux server, but this also happens if you try to compile the script with a newer include but an older plugin version.


Re: Streamer won't work.. - TKZ227 - 14.07.2010

Quote:
Originally Posted by Calgon
Посмотреть сообщение
I might be wrong as I've only ran a Linux server, but this also happens if you try to compile the script with a newer include but an older plugin version.
Works now. I just updated the .inc.