Mrfull

Results 8 comments of Mrfull

For sure i'm authorised

So for get this match_details, user witch one play via python code, should be in lobby all time till game will finished?

I'm asking about, to get information about which team won, you need the bot to be in the match until the end of the game, right?

How script can know when match is finished?

Can you give me some example how to do it for get match results?

@DEV-ONI If you know can you answer on thats questions: https://github.com/ValvePython/dota2/issues/68

@DEV-ONI Thats how its look in my code: ``` class DotaController: def __init__(self): self.client = SteamClient() self.dota = Dota2Client(self.client) # get lobby proto CSODOTALobbyProto = so.find_so_proto(ESOType.CSODOTALobby) LobbyState = CSODOTALobbyProto.State #...