General Settings
Framework, opening method, module toggles, and integration settings.
Framework & Opening
| Option | Default | Description |
|---|---|---|
Config.Framework | "esx" | Framework: "esx", "qbcore", "standalone" |
Config.Command | "carplay" | Chat command to open CarPlay |
Config.EnableKey | false | Enable keybind to open CarPlay |
Config.DefaultKey | "F10" | Default keyboard key |
Config.BindingDescription | "Open CarPlay" | Description in keybinding settings |
Config.UseItem | false | Open with inventory item instead of command |
Config.ItemName | "carplay" | Item name when UseItem is enabled |
Config.debugPrint | false | Enable verbose debug logging |
Integration Settings
| Option | Default | Description |
|---|---|---|
Config.identifierType | "license" | Identifier type for database |
Config.FuelSystem | "LegacyFuel" | Fuel system integration |
Config.VehicleLockSystem | "default" | Vehicle lock system |
Config.InventorySystem | "ox_inventory" | Inventory system (when UseItem is true) |
Config.Distance | 30 | Music hearing distance in meters |
Config.YoutubeAPIKey | API key | YouTube Data API v3 key |
Config.NoImage | URL | Fallback profile image |
Available fuel systems: "cdn-fuel", "ps-fuel", "LegacyFuel", "lj-fuel", "ox_fuel"
Available lock systems: "default", "cd_garage", "qb-vehiclekeys", "qs-vehiclekeys"
Available inventory systems: "esx", "qbcore", "ox_inventory", "qs-inventory", "codem-inventory", "origen_inventory", "core_inventory"
Module Toggles
| Option | Default | Description |
|---|---|---|
Config.Modules.VehicleControl | true | Show vehicle control module |
Config.Modules.LightControl | true | Show light control module |
Config.Modules.AutoPilot | true | Show autopilot module |
Config.Modules.MusicPlayer | true | Show music player module |
Vehicle Restrictions
CarPlay can be restricted by vehicle class via Config.AllowedTypes:
| Class ID | Class Name | Default |
|---|---|---|
| 0 | Compacts | true |
| 1 | Sedans | true |
| 2 | SUVs | true |
| 3 | Coupes | true |
| 4 | Muscle | true |
| 5 | Sports Classics | true |
| 6 | Sports | true |
| 7 | Super | true |
| 8 | Motorcycles | true |
| 9 | Off-road | true |
| 10 | Industrial | true |
| 11 | Utility | false |
| 12 | Vans | true |
| 13 | Cycles | false |
| 14 | Boats | true |
| 15 | Helicopters | true |
| 16 | Planes | false |
| 17 | Service | true |
| 18 | Emergency | true |
| 19 | Military | true |
| 20 | Commercial | true |
| 21 | Trains | false |
| 22 | Open Wheel | false |
