Object World ID - Streamer(Incognito)
#1

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!
Reply
#2

Try and update the objects using the force update streamer function.
Reply
#3

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?
Reply
#4

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);
Reply
#5

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.
Reply
#6

Quote:
Originally Posted by iGetty
Посмотреть сообщение
Never had to do this before, lol. What's that?
Search the streamer thread, you will see it...
Reply
#7

Quote:
Originally Posted by KyleSmith
Посмотреть сообщение
Search the streamer thread, you will see it...
Resolved this, all good.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)