SA-MP Forums Archive
Streamer Error - 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)
+--- Thread: Streamer Error (/showthread.php?tid=606312)



Streamer Error - MonSterLikeHD - 02.05.2016

Someone can help me with this ?

http://imgur.com/OQfj3rO


Re: Streamer Error - Jstylezzz - 02.05.2016

You're not supposed to load the .so files on Windows, you'll need to load the .dll files. You only need to add the .so extension when running on Linux.


Re: Streamer Error - MonSterLikeHD - 02.05.2016

Quote:
Originally Posted by Jstylezzz
Посмотреть сообщение
You're not supposed to load the .so files on Windows, you'll need to load the .dll files. You only need to add the .so extension when running on Linux.
i don't add any so on server.cfg, fo you mean on plugins ? to delete the .so file ?... if it is not good, can you give me an example ?


Re: Streamer Error - Darkwood17 - 02.05.2016

On server.cfg:
Код:
plugins streamer
Just don't add the .so extension.
Also make sure you have streamer.dll in your plugins folder.


Re: Streamer Error - MonSterLikeHD - 02.05.2016

Quote:
Originally Posted by Darkwood17
Посмотреть сообщение
On server.cfg:
Код:
plugins streamer
Just don't add the .so extension.
Also make sure you have streamer.dll in your plugins folder.
I just do that from beggining and still nothing...


Re: Streamer Error - Jstylezzz - 02.05.2016

What error are you getting? It has to be different than what you showed before since that server.cfg line changes things..