I don't know how to put Incognito's 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: I don't know how to put Incognito's streamer (
/showthread.php?tid=609426)
I don't know how to put Incognito's streamer -
ivibeserro - 12.06.2016
When I put many objects on my gamemode, they don't work, I have checked out tutorials but I don't know exactly how to put Incognito's streamer on my server. Could somebody explain me step to step how to do it properly? Thanks in advance
Re: I don't know how to put Incognito's streamer -
MBilal - 12.06.2016
First step download streamer plugin
if you are using window then use streamer.dll
and if you are using linux use streamer.so
Download those and put them in plugin folder
Link
and put streamer.inc in pawno folder
then open server.cfg
write in front of plugins streamer
then open your gamemode
add
#include <streamer> at top
use
http://convertffs.com/
to convert your createobject to createdynamicobject
put them in gamemode compile then done.
done.
Re: I don't know how to put Incognito's streamer -
FuNkYTheGreat - 12.06.2016
1)Download Streamer link :
https://sampforum.blast.hk/showthread.php?tid=102865
2)Goto your server folder then goto plugins folder and add streamer plugin
3)Then again goto your server folder and then goto pawno >> includes add streamer.inc there
4)and then goto your server folder open server.cfg in notepad and you'll see a plugins name section add streamer there
5)Then goto your gamemode and add then you'll see #include a_samp press "enter" and type #include streamer
6) Now you're done.
5)Now replace All CreateObject to CreateDynamicObject