Installation & Configuration
LX-PlateChanger – Installation & Configuration
LX-PlateChanger is a fully featured license plate changing system for FiveM, compatible with QBCore, QBox, and ESX.
1️⃣ Requirements
Before installing, ensure you have the following dependencies:
ox_lib – Required for notifications, menus, and progress bars.
oxmysql – Required for server-side functionality.
⚠ Note: Only one framework can be active at a time (QBCore, QBox, or ESX).
2️⃣ Installation
Download the latest version of LX-PlateChanger.
Extract the
.zipfile.Place the folder in your server's
resourcesdirectory:resources/[lx-scripts]/lx-platechangerAdd the resource to your
server.cfgafter ox_lib and oxmysql:ensure oxmysql ensure ox_lib ensure lx-platechangerAdd the
licenseplateitem to your inventory system (required for plate changes ifConfig.ItemCheckEnabled = true):
Ox Inventory (ox_inventory)
ox_inventory)QB Inventory (qb-inventory)
qb-inventory)Note: Place the included
licenseplate.pngimage in your inventory system’shtml/images/items/folder.
3️⃣ Configuration
All settings are managed in config.lua. Key sections:
4️⃣ Framework-specific Notes
QBCore:
Config.Core = 'qbcore'Player money checks use
Player.Functions.RemoveMoney('bank', amount)
QBox:
Config.Core = 'qbox'Avoid using exports; use player object functions for money and inventory
ESX:
Config.Core = 'esx'Money checks use
xPlayer.removeMoney(amount)
5️⃣ Commands & Keybinds
Open menu with command:
/platechangerOpen menu with keybind:
F10(default, configurable inconfig.lua)
✅ LX-PlateChanger is ready to use! Players can now change plates at the configured station with all checks, pricing, and logging enabled.
Last updated