Posts: 322
	Threads: 29
	Joined: Feb 2012
	
Reputation: 
0
	 
 
	
	
		I have like 400 labels on server and they are all dynamic and I have some kind of bug, the labels mix.
For example. On the house label it shows the speed camera label.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 843
	Threads: 61
	Joined: Feb 2013
	
Reputation: 
0
	 
 
	
	
		search your code for the loops which include text labels. I had one array for 10 ATMs and only 7 fields where used, but my loop went through 10 fields, and my labels were messed up.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 322
	Threads: 29
	Joined: Feb 2012
	
Reputation: 
0
	 
 
	
	
		Only loops are house and biz labels, but it only creates for existing houses and bizes. No error in any of them :/
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 379
	Threads: 51
	Joined: Dec 2010
	
Reputation: 
0
	 
 
	
	
		Show us some codes or ss's