Optimized standalone script for vehicle customization (extras and liveries) with modern and responsive interface.
- ✅ Standalone & Flexible - Works without dependencies, but supports QBCore, ox_lib and vRP.
- ✅ Modern Interface - Clean Glassmorphism design, with smooth animations and real-time updates.
- ✅ Visual Feedback - Indicators (green borders and ✓ icons) show exactly what is active.
- ✅ Centralized Configuration - Everything in
config.lua. - ✅ Locales System - Easy translations via JSON files (
en,pt-br, etc.). - ✅ Adaptable Notifications - Smart system that detects your framework (ox_lib, qbcore, etc.).
- ✅ Secure - Validation to allow only drivers (configurable).
-
Download the script and place it in the
resourcesfolder of your server. -
Add to
server.cfg:ensure mri_extras
-
Start the server or use
refreshfollowed bystart mri_extras.
Edit the config.lua file:
Config.Commands = {
Extras = "extras", -- /extras command
Liveries = "liveries" -- /liveries command
}Choose the notification system compatible with your server:
-- Options: "qbcore", "oxlib", "vrp", "standalone", "custom"
Config.NotifyType = "oxlib"The script detects the ox_lib locale or uses the default set:
Config.Locale = GetConvar("ox:locale", "pt-br")The translation system is in the locales/ folder.
- pt-br.json (Brazilian Portuguese)
- en.json (English)
To create a new language, simply copy an existing file, rename it (e.g., es.json) and change Config.Locale to es.
| Command | Description |
|---|---|
/extras |
Vehicle extras menu |
/liveries |
Liveries (paint jobs) menu |
- Enter a vehicle.
- Use the command.
- Click the buttons to toggle on/off.
- Green with ✓: Active
- Gray: Inactive
- Press ESC to close.
mri_extras/
├── web/ # NUI Interface (HTML/CSS/JS)
├── locales/ # Translation files (JSON)
├── client.lua # Client logic
├── config.lua # General configuration
└── fxmanifest.lua # Manifest
- Community: MRI QBOX
- Author: Murai Dev
- Discord:
.mur4i - Version: 2.0
- ✨ Interface: New modern design, active visual indicators, real-time feedback.
- ✨ Locales: JSON translation system implemented.
- ✨ Notifications: Native support for QBCore, ox_lib and vRP.
- ✨ Code: Complete refactoring, optimization and debug cleanup.
- ✨ Structure: Organization into
webandlocalesfolders.
Customize your vehicles with style! 🚗💨

