Posts: 100
	Threads: 31
	Joined: Jul 2012
	
Reputation: 
0
	 
	
	
		I've some objects on my gamemode that I cannot see from distance, it's not all of the objects, all the objects has the same format on CreateDynamicObject, it's can't be drawdistance because I didn't set to any of my objects drawdistance and even when I tried too it's still didn't worked.
It's some objects, interiors, that I downloaded. Help, please.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,799
	Threads: 95
	Joined: Jun 2006
	
Reputation: 
0
	 
	
	
		Define "that I downloaded"
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 973
	Threads: 10
	Joined: Sep 2012
	
Reputation: 
0
	 
	
	
		Try to use the normal CreateObject on the ones who doesn't show up.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 32
	Threads: 6
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		You might want to change it to CreateObject instead.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 32
	Threads: 6
	Joined: Mar 2012
	
Reputation: 
0
	 
	
	
		If there are more than 400 objects, some of them won't show up. The maximum are 400 in a small area.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3
	Threads: 0
	Joined: Jan 2013
	
Reputation: 
0
	 
	
	
		Try using the normal CreateObject rather on everything that doesn't normally show up.