Full View config.showroom.lua

Preview File Updated: v1.0.4 - 20.10.2024

-- ▄▀▀ █▄█ ▄▀▄ █   █ █▀▄ ▄▀▄ ▄▀▄ █▄ ▄█
-- ▄██ █ █ ▀▄▀ ▀▄▀▄▀ █▀▄ ▀▄▀ ▀▄▀ █ ▀ █

Config.RandomAnimsShowroom = {
    {"rcmnigel1a", "base"},
    {"rcmjosh1", "idle"},
    {"anim@heists@humane_labs@finale@strip_club", "ped_b_celebrate_loop"},
    {"random@street_race", "_car_b_lookout"},
    {"anim@amb@casino@hangout@ped_male@stand@02b@idles", "idle_a"}
}

Config.VehiclesCustomMaxSpeed = {
    -- ['adder'] = 250,
}

Config.VehiclesCustomInfos = {
    ['trunk'] = { -- class name
        icon = 'trunk.png', -- icon (vms_vehicleshopv2/html/icons/)

        name = 'Trunk:',
        value = '{0}kg',

        ---@param default number or nil
        default = nil,

        byModel = {
            ['dubsta3'] = 230,
        },
        byCategory = {
            -- ['muscle'] = 10,
            -- ['sedans'] = 10,
        },
        
    }
}

Last updated