SA-MP Forums Archive
[HELP] How to Install and load the Streamer ? - 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: [HELP] How to Install and load the Streamer ? (/showthread.php?tid=594720)



[HELP] How to Install and load the Streamer ? - DeividasArma - 22.11.2015

I have a question. How to Install and load the Streamer ? Because as much as I try , still do not work or crash the server


Re: [HELP] How to Install and load the Streamer ? - iKarim - 22.11.2015

Its simple, place the include 'streamer.inc' to pawn/include folder, if you running windows server, place 'streamer.dll' in your plugins folder, open your script and include streamer #include <streamer>
and now open server.cfg, place 'streamer' without quotes in plugins line.


Re: [HELP] How to Install and load the Streamer ? - DeividasArma - 22.11.2015

Quote:
Originally Posted by PawnHunter
Посмотреть сообщение
Its simple, place the include 'streamer.inc' to pawn/include folder, if you running windows server, place 'streamer.dll' in your plugins folder, open your script and include streamer #include <streamer>
and now open server.cfg, place 'streamer' without quotes in plugins line.
Thanks