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)
+--- Thread: Incognitos Streamer (
/showthread.php?tid=444462)
Incognitos Streamer -
NouieMan - 16.06.2013
Hi,
Despite the fact that it says the plugin has loaded Incognito's streamer is loading no mapping objects. I have installed the latest version and re-compiled my script. I've installed every correctly and I get this when starting the server:
Код:
[21:50:05]
[21:50:05] Server Plugins
[21:50:05] --------------
[21:50:05] Loading plugin: streamer
[21:50:05]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
However, still no objects turn up in-game. I could use with some much appreciated help
Re: Incognitos Streamer -
McBan - 16.06.2013
Make sure you have used a program to turn the objects to PAWN language (if your using MTA) if you used Map Editor, Make sure you have put the code under
Код:
OnGameModeInit
CreateObject blah blah
Re: Incognitos Streamer -
Pottus - 16.06.2013
Can we see you include code (all includes) I had a problem similar to this where objects were not showing up which turned out to be re-arranging includes (YSI was the culprit).
Re: Incognitos Streamer -
Red_Dragon. - 16.06.2013
What codes did you add for the streamer to stream it ? e.g If you used the function CreateDynamicObject, show us the code and where did you add it ?
Re: Incognitos Streamer -
NouieMan - 17.06.2013
Yes, I have YSI installed
Re: Incognitos Streamer -
NouieMan - 17.06.2013
The mapping code is in the right position, and is using the correct format
Re: Incognitos Streamer -
NouieMan - 18.06.2013
So.. :/