I've noticed recently Garry's Mod Gun no longer can be sold in the shop.
Is there a fix I can do?
Is there a fix I can do?
Yes, just create it as a new shop item using it's item shortname give it a custom display name then set it in a shop Tab to buy it. Should work? If it does not let me know I'll see what i can do
"Garrys Tool Gun": {
"buy": "10",
"img": "https://rustlabs.com/img/items180/toolgun.png",
"item": "toolgun",
"cooldown": "0",
"sell": "0"
},
"Garry's Mod Tool Gun": {
"buy": "1000",
"img": "https://rustlabs.com/img/items180/toolgun.png",
"item": "toolgun",
"sell": "100"differance between yours and mine is I don't have cooldown, the rest of the items that have been tested work fine.