Incognito Streamer Help - 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: Incognito Streamer Help (
/showthread.php?tid=274389)
Incognito Streamer Help -
Sepelin - 05.08.2011
Could someone help me get Incognito streamer working i have added
PHP Code:
plugins streamer
into the server config
and added
PHP Code:
#include <streamer>
into the GM and added the objects into the GM using
PHP Code:
CreateDynamicObject
but the objects wont spawn could someone help me please?
Re: Incognito Streamer Help -
Kush - 05.08.2011
How many objects are you attempting to stream? Are you sure that the objects are in the same virtual world as your character? Is it an interior?
Re: Incognito Streamer Help -
Sepelin - 05.08.2011
Interrior and Worldid is on -1
Re: Incognito Streamer Help -
Kush - 05.08.2011
Alright, I don't know if this might be related, but the objects just might not be streaming at an 'acceptable' or fast rate. What I've done to prevent this was to create a simple timer (using y_timers as it's easier) and freeze the player for approximately 5 seconds for the objects to load. I'm not experiencing this now, but I did.