Script Updates
Update version 1.2.0
to update from previous versions to version 1.2.0, do these steps!
Information:
Vehicle Mileage Database UI
Interactive vehicle mileage database panel accessible in-game
Displays a list of vehicles with plate numbers and current mileage
Allows editing of vehicle data including:
Mileage
Last oil change
Last oil filter change
Last air filter change
Last tire change
Last brakes change and brake wear
Last clutch change and clutch wear
Last suspension change
Last spark plug change
Validation to ensure data consistency (e.g., last change values not exceeding mileage)
Supports deleting vehicles with user confirmation
Real-time updates and notifications for successful or failed operations
Custom confirmation modal for user actions
Mileage UI Customizer
Allows players to toggle visibility of mileage and wear displays
Provides sliders to adjust size of mileage meter and wear bars
Allows precise positioning of UI elements via X and Y coordinates inputs
Supports dragging UI elements to reposition them interactively
Saves player customization settings persistently
Enhances user experience with customizable and flexible UI layout
Added an oil can icon behind the mileage text in the UI
The icon is gray by default.
Turns yellow when any wear percentage is 50% or lower.
Turns red when any wear percentage is 10% or lower.
Flashes red when any wear percentage is 5% or lower.
Mileage meter display:
When mileage reaches 999.99 and above, the display switches to integer only (e.g., 1000, 1001, etc.)
Shows with two decimals when below 1000.
Shows integer with thousand separators (commas) when 1000 or above.
Added support for Quasar
and CodeM
inventory scripts
Quasar
and CodeM
inventory scriptsAdded support for QB Menu
and QBX Menu
QB Menu
and QBX Menu
Added option to fully disable each part's wear and affects
Added spark plugs and suspension system
Added update checker system
Added script files checker system
Performance improvements and bug fixes!
SQL updates
import the following code to your DataBase
Config.lua update
Replace the
with
Replace the
with
Add the following codes
Inventory items
Last updated