Posts: 692
Threads: 69
Joined: Sep 2012
Reputation:
0
We can't do much without code. :')
Posts: 447
Threads: 205
Joined: Dec 2013
Reputation:
0
What code? ... It's a map.. CreateDynamicObject
Posts: 447
Threads: 205
Joined: Dec 2013
Reputation:
0
How do I make the map load even when you're not close to it.. cause momentarily it only loads when you get close to it.
Posts: 447
Threads: 205
Joined: Dec 2013
Reputation:
0
CreateDynamicObject(12814, 2318.94409, 56.67810, 25.48090, 0.00000, 0.00000, 0.00000);
This is a line of my map how owuld I change this? It doesn't have interiorid, worldid, playerid.. ?
Posts: 2,698
Threads: 37
Joined: Mar 2012
Reputation:
0
If you're loading it in run-time, you'll have to use Streamer_Update on every players to update it suddenly. In case if you've to get too close to the object to view it, increase the streamdistance parameter.