D1abll0

Results 1 comments of D1abll0

try this code > ```python >from steam.client import SteamClient >from csgo.client import CSGOClient >from csgo.enums import ECsgoGCMsg >client = SteamClient() >cs = CSGOClient(client) > >@client.on('logged_on') >def start_csgo(): > cs.launch() >...