Posts: 70
Threads: 23
Joined: Nov 2010
Reputation:
0
I made a timer. What the timer does is it freezes everyone for a while and resets everything. But the only problem is that I have 2 teams, RED and BLUE. I need them to respawn in their specific area. But mostly they end up at the same position. How can I 'choose' only RED team to be in his spawnpoint and BLUE team in their spawn?
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
Without any code to build upon or look at, it's difficult to aid you much! The process itself is very simple however, simply check their team id prior to spawning them and set their spawn data appropriately.
Posts: 85
Threads: 14
Joined: Jul 2012
Reputation:
0
Well, this is what happens when someone connects to your server.
I would suggest you to make a dialog, so people can choose their team. Once they chose their team, you can set their spawn place. (And it wont get bugged). That's how I did it man.