Originally posted by Vez
Does anyone know a working gsc code to get the whole lobby including enemy team the menu, for example in free for all lobbies?
Use
foreach(player in level.players)
{
//Functions to initiate menu, set verification, etc
}
Find out how verification works in your menu base.