Support for vehicles in GUI Shop pluginSolved
Hi Orange, is it possible to add the vehicles to the GUIShop and have the players buy them first before they can spawn them?
And when they lose the vehicle or crash it they will have to buy a new one but still allow them to pick it up and store it
i am not sure how GUIShop works.
i use ServerRewards and you can easy add them to the shop, also icons are loading
GuiShop works like this:

"马": {
"buy": "3",
"cmd": ["portablevehicles.give $player.id testridablehorse"],
"img": ""
},
"迷你直升机": {
"buy": "8",
"cmd": ["portablevehicles.give $player.id minicopter"],
"img": ""
},
"废料直升机": {
"buy": "15",
"cmd": ["portablevehicles.give $player.id scraphelicopter"],
"img": ""
},
"小船": {
"buy": "5",
"cmd": ["portablevehicles.give $player.id boat"],
"img": ""
},
Locked automatically