Skip to content

How to remove item sticker? #51

@STWonderFool

Description

@STWonderFool

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions