Open lanting200 opened 2 years ago
I want to try to create an inventory modification menu in game
You can add a method to ItemModificationHandler class, modifying the item properties (it should be called from GUI code). In order to update the item in the CS:GO inventory you should add a new backend response type and implement handling it. You can check how updating StatTrak counter is implemented in the source code.
I try to modify the wear and tear of my current stock Need help