I've add "vl.spawn" command to GUIShop to purchase spawning a car
like this code...
"car": {
"DisplayName": "car",
"Shortname": "vehiclelicence.use",
"EnableBuy": true,
"EnableSell": false,
"Image": "https://i.imgur.com/vI6LwCZ.png",
"SellPrice": 1.0,
"BuyPrice": 50.0,
"BuyCooldown": 10,
"SellCooldown": 0,
"KitName": null,
"Command": [
"vl.spawn $player.id SmallCar"
],
"SkinId": 0
},on server console is appear "[Vehicle Licence] The server console cannot use the 'vl.spawn' command"
How can I spawn command to GUIShop?
