Posts: 635
	Threads: 170
	Joined: Jun 2011
	
Reputation: 
0
	 
 
	
	
		Hi , i have Map change system , the problem is whene Player X , connect to the server and he is in Round 2 , me Player Y whene i connect i be in Round 1 ! how to make the system check if the Players are in Round X and spawn me to this one ?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 725
	Threads: 4
	Joined: Nov 2010
	
Reputation: 
0
	 
 
	
	
		When saying round, do you mean ROUND as MAP location?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 635
	Threads: 170
	Joined: Jun 2011
	
Reputation: 
0
	 
 
	
	
		yes i mean Round or like "Map" so my Gamemod has Map Change system 2 round (2 maps )...
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 725
	Threads: 4
	Joined: Nov 2010
	
Reputation: 
0
	 
 
	
	
		You need to set a variable so once the there is a public which changes the current "MAP", it will store the number of the map in this variable. Then when a player joins to your server, you could check what is the current "MAP" and send him over there.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 725
	Threads: 4
	Joined: Nov 2010
	
Reputation: 
0
	 
 
	
	
		I think you're wrong, 2 refers as MAP, not the maximum maps. What I mean is whenever someone logs in, he will automatically pointed to the second map, in that case, try changing "2" to "CurrentMap".
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 725
	Threads: 4
	Joined: Nov 2010
	
Reputation: 
0
	 
 
	
	
		Now, you should try it, until then I can't help you. You must try it first and tell me what it does now.