ID:178833
 
How do you make a special log in screen for players to choose a team to be on in a game and have different teams start in different places?
Sob wrote:
How do you make a special log in screen for players to choose a team to be on in a game and have different teams start in different places?
How to do a special login screen. This is easy just check to see what team they are on then st mob.client.eye to that area. Different team starting in different places is a little simpler. Make an area for every start place then this command
src.Move(locate(/area))
or
usr.Move(locate(/area))
depending on what you need.