⚙️Configuration

Configuration guide of Admin Menu System.

Vehicle Shop Configuration


Framework Selection

Config.Framework = "auto" -- Options: "auto", "esx", "qb"

Determines which framework will be used. When set to auto, it will automatically detect esx or qb-core.


Localization

Config.Language = "en" -- Available: "en", "de", "fr", "es", "pt"

Sets the default language for UI and notifications.


General Settings

Config.maxSpeed = 200 -- Speed limit in test drives (0 to disable limit)
Config.Target = false -- Enable or disable target interaction system
Config.testDriveTime = 60 -- Duration of test drives in seconds
Config.Debug = false -- Enable for debug logging in console

Driving License Requirement

When active is true, players must have a license of the specified type to purchase vehicles.


Custom License Plate

Allows players to set a custom license plate during purchase.


Available Colors

These are the colors available for selection in the vehicle shop.


Vehicle Shop Locations

You can configure multiple shop types (e.g., police, boats, ambulances).


Vehicle Categories and Models

You can restrict specific vehicles by job grade using min_grade.


💡 Tip: You can also change the UI theme and color scheme directly in config.css. Avoid modifying opacity settings to preserve visual clarity.

🛒 Note: You can find this script on our Tebex store: STG Tebex

Last updated