Features
Vehicle Stock
How does vehicle stock work?
Vehicle stock lets you limit how many times a specific vehicle can be sold in the VIP shop.
- Stock is saved in the database
- Stock amounts can be changed at any time
- Only vehicles added to the vehicle stock table are limited
- Vehicles not in the table can be sold unlimited times
How do I use vehicle stock?
- Enable vehicle stock in
configs/config.lua:- Set
Config.VehicleStockto true
- Set
- Open your server database
- Locate the
cd_vipshop_vehiclestocktable - Add:
- The vehicle spawn name
- The stock amount
.png)
⚠️ Vehicle stock can only be edited in the database.
Subscriptions (Monthly)
To enable recurring / monthly subscriptions on your Tebex store:
- Go to Step 6 where you added the Tebex command to the product
- Add the same command a second time
- Change when the second command is sent to run on renewal (not on purchase)
This ensures the player automatically receives the same amount of vip tokens every time their subscription renews.
.png)
zDiscord Integration
To integrate with zDiscord:
Add the 3 files from the download into:
zdiscord/server/commandsRestart your server
This integration is QBCore only unless you modify the code.
Available Commands
/pointlist [cid]– View a player’s points/pointadd [cid] [points]– Add points to a player/pointremove [cid] [points]– Remove points from a player