Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove item sticker? #51

Open
STWonderFool opened this issue Nov 13, 2021 · 0 comments
Open

How to remove item sticker? #51

STWonderFool opened this issue Nov 13, 2021 · 0 comments

Comments

@STWonderFool
Copy link

STWonderFool commented Nov 13, 2021

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': 23911133513,
'sticker_slot': 3,
'sticker_wear': 1.0
})

client.cli_login(username, password)
client.run_forever()

but it doesn't work (
Can you show how to use this method?
https://csgo.readthedocs.io/en/stable/csgo.enums.html#csgo.proto_enums.EGCItemCustomizationNotification.RemoveSticker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant