Originally posted by Trefad
What I mean by the topic is ex. Sniping only lobby.
Make a variable and put something like this onPlayerSpawned
if(level.sniperLobby)
self thread sniperLobbySetup();
Then just make the sniperLobbySetup function to take the players weapons and give them a sniper.