STWonderFool

Results 1 issues of 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':...