Im trying to setup a TDM on my server.
what i want to happen is this:
when the TDM starts (or when somebody joins), they are spawned in a 'holding area' where they go click or touch a brick to choose their team. Once they choose a team, the player gets spawned in their team area and then play normal TDM from there.
everything works except for the initial spawning. If a player joins a team with the /jointeam cmd, it works. if a player walks into my holding area and clicks or touches a team brick, they spawn correctly. but nobody actually spawns in the holding area (where I do have spawnpoints).
Since my server is also somewhat freebuild theres other spawnpoints scattered about. some belong to me, some dont.
Now also -- based on Space Guy's instructions, I setup 'setTeamAllied' events on all the spawnpoints i want to use. for team 1, for team 2 and for team 'none', but the team 'none' spawnpoints dont seem to work.
how can i get them to work w/o having to delete all the other spawnpoints on the map?