A modern, intuitive vehicle spawner menu for FiveM servers with category management and add-on vehicle support.
- 🗂️ Category System: Organized vehicle classes (Cars, Helicopters, Planes, etc.)
- 🔍 Instant Search: Find vehicles by name in real-time
- 🎨 Dark UI: Clean, modern interface with dark theme
- 🔑 Framework Support: QBcore, QBX, and standalone configurations
- 🔒 Permission System: Admin-restricted access
- 🖼️ Custom Vehicle Images: Support for add-on vehicle previews
- ⚡ Optimized Performance: Smooth animations and lazy loading
- ox_lib (Required)
- Place
rup-vehiclespawnerin yourresourcesdirectory - Add this to your
server.cfg:
ensure rup-vehiclespawner- Configure
Config.luafor your server needs
Config = {
--[[ Command Config ]]
Command = 'vehiclemenu', --[[ Command name in game, can make whatever 0-0 ]]
AdminGroups = { 'group.admin'} --[[ Add More If needed, its a table ]]
--[[ Vehicle Config ]]
Fuel = 'standalone', --[[ legacy, ox, cdn, standalone]]
Keys = 'standalone', --[[ qb, qbx, standalone]]
Warp = true, --[[ Should player warp into the vehicle on spawn, recommend keeping true :P ]]
}- Open the folder:
web/images/ - Add images named exactly as your vehicle models (e.g.:
police.png) - Supported formats: PNG
- Recommended size:
512x512px(will auto-scale)
Example structure:
resources/
└── rup-vehiclespawner/
└── web/
└── images/
├── police.png
├── adder.png
└── fallback.png
In config.lua, there's a Discord configuration section that includes a LicenseType option.
This is an integer ranging from 0 to 8, representing different identifier types.
You can find the full list of license types here:
License Types
Contributions welcome! Please follow these steps:
- Fork the repository
- Create a pull request
- Ill review 0-0
MIT License - See LICENSE for details
