Object World ID - Streamer(Incognito) - 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: Object World ID - Streamer(Incognito) (
/showthread.php?tid=440126)
Object World ID - Streamer(Incognito) -
iGetty - 28.05.2013
So, I have this line:
pawn Код:
StoreFurniture[tTotalStoreFurn][FurnObject] = CreateDynamicObject(model, x, y, z, 0, 0, 0, vw, int, -1, 15.0);
It spawns, but when I change my virtual world, it's in every single one of them, not the one that it's set to. What's the issue? Thanks!
Re: Object World ID - Streamer(Incognito) -
Kyle - 28.05.2013
Try and update the objects using the force update streamer function.
Re: Object World ID - Streamer(Incognito) -
iGetty - 28.05.2013
Quote:
Originally Posted by KyleSmith
Try and update the objects using the force update streamer function.
|
Never had to do this before, lol. What's that?
Re: Object World ID - Streamer(Incognito) -
Red_Dragon. - 28.05.2013
What virtual world did you set it to ?
Double check the parameters.
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0);
Re: Object World ID - Streamer(Incognito) -
iGetty - 28.05.2013
Quote:
Originally Posted by Red_Dragon.
What virtual world did you set it to ?
Double check the parameters.
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0);
|
Either 0 or 1, not -1.
Re: Object World ID - Streamer(Incognito) -
Kyle - 28.05.2013
Quote:
Originally Posted by iGetty
Never had to do this before, lol. What's that?
|
Search the streamer thread, you will see it...
Re: Object World ID - Streamer(Incognito) -
iGetty - 29.05.2013
Quote:
Originally Posted by KyleSmith
Search the streamer thread, you will see it...
|
Resolved this, all good.