CARSHOP

FiveM Car Shop Configuration FiveM Car Shop Setup FiveM Vehicle Shop Script FiveM Car Dealership Script FiveM Auto Shop Script FiveM Car Store Management FiveM Car Shop Customization FiveM Car Shop

Vehicle Configuration

This section includes definitions of vehicles and their related categories. Each category contains details like model, label, price, and category.

    -- Added New Category
    ['new_category'] = { 
        {model = 'bati', label = 'Bati', price = 1600, category = 'luxury'},
        {model = 'zentorno', label = 'Zentorno', price = 2600, category = 'luxury'},
        {model = 'sanchez', label = 'Sanchez', price = 3600, category = 'luxury'}, 
    },

Categories

This section includes vehicle categories and the trunk capacity for each category.

Example Categories

['new_category'] = {
    {name = 'boats', trunk = '15'},
    {name = 'criminals', trunk = '25'},
},

Colors

This section defines the colors for each category. Each color is defined by its RGB values.

Example Colors

Custom Camera

This section includes a function to customize the camera settings.

Vehicle Fuel Level

This section includes a function to get the fuel level of a vehicle.

Car Keys

This section includes a function to set the owner of a vehicle key.

Custom Plate

This section includes a function to customize the vehicle plate.

Locations

This section defines various locations for jobs and vehicle types.

Example Location

Last updated