Open Mrfull opened 3 years ago
It is in the documentation: https://dota2.readthedocs.io/en/stable/dota2.features.lobby.html#dota2.features.lobby.Lobby.launch_practice_lobby
As for checking if all players have joined, you have to implement that yourself, perhaps by checking the all_members
repeated
proto field on the a lobby events:
I suggest printing out or logging the proto messages you get so you can see what information they carry as you experiment with them.
How to launch game when all players connect to teams?