csgo icon indicating copy to clipboard operation
csgo copied to clipboard

πŸ”« Python package for interacting with CS:GO Game Coordinator

Results 17 csgo issues
Sort by recently updated
recently updated
newest added

I'm not quite sure what exactly this method returns... I thought this method returns information about the current match I'm playing. But I call this method when I am playing...

Hi guys. i have a couple questions. First. when I inspect the item's paintwear, it's an integer. Why? in game, this is a float value. example ```python inspect_params = {'param_a':...

question

```python from steam.client import SteamClient from csgo.client import CSGOClient client = SteamClient() cs = CSGOClient(client) client.cli_login(username="***", password="***") print("[Steam] Logged on as: %s" % client.user.name) print("[Steam] Community profile: %s" % client.steam_id.community_url)...

https://github.com/ValvePython/csgo/blob/bf70a4163492e7b5b07168cd6341a847b61509d1/protobufs/gcsdk_gcmessages.proto#L170

help wanted

How can I completely remove a sticker from a weapon, i tried like this client = SteamClient() cs = CSGOClient(client) @client.on('logged_on') def start_csgo(): cs.launch() @cs.on('ready') def gc_ready(): cs.send(EGCItemCustomizationNotification.RemoveSticker, { 'item_id':...

I wonder if there any way to get info about stickers on item? (Sticker name and float)

Hi, Are there known what represent which value?

question

Hello. Need help, please guys :) There are 2 questions that i dont understand. 1) I use `response = cs.wait_event('full_match_info', timeout=30, raises=False)` for get the game data from user last...

Hey, for now three days `request_live_game_for_user()` is no longer returning any match data nor emitting a `live_game_for_user` event. Not sure if it's connected but it stopped working after the newest...

I'd like to know where can I find the stuff that I need to pass in as parameters for different messages. For example: message CGCSystemMsg_GetAccountDetails { option (msgpool_soft_limit) = 128;...

question