SA-MP Forums Archive
Help with Incognitos 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with Incognitos streamer (/showthread.php?tid=272695)



Help with Incognitos streamer - Azzeto - 29.07.2011

A mapper mapped me objects with CreateDynamicObject so I need to get this plugin working, but whenever I put the plugin on, it doesnt work, cmds, everything bug right up, could some one post me a VERY DETAILED tutorial on how t o install it? Iv looked and I cant find one.


Re: Help with Incognitos streamer - Gazmull - 29.07.2011

Put streamer.dll or .so to "plugins" folder then put "#include <streamer>" in your script, recompile and reopen samp-server.exe.

Did you did it? if you did it, might be on the objects.


Re: Help with Incognitos streamer - Snipa - 29.07.2011

Also, in your server.cfg, add a new line after filterscripts.

Код:
plugins streamer



Re: Help with Incognitos streamer - Guest3598475934857938411 - 29.07.2011

Also is the machine linux or windows due if its windows use
Код:
plguins streamer.dll
and if linux use
Код:
plugins streamer.so
Basically these are types of plugins.

Also is the plugin loading please give us server_log.txt.