Setting up

This guide will help you setup your Scissor Lift

Setting up a vehicle with Smart Vehicle is easy. First of all, download the vehicle from your Cfx Portal account and install it as a new resource in your server.

The vehicle lua file may already be present in the Smart Vehicle > Vehicles folder. If so, no further action is needed to set up the vehicle.

Car Transporter features a working control panel, allowing you to control all elements of the Car Transporter without having to use the keybinds. By default, the menu will work provided you have named the Car Transporter resource "cartransporter" and Smart Vehicle is fully up to date.

The resource is configured to automatically open the menu when you start controlling the vehicle, however this can be disabled in the tr2.lua file within the Smart Vehicle vehicles folder.

menu = { 
        enabled = true,
        resourceName = "cartransporter",
        menuControls = {
            openAuto = true,
            openMenuKey = 311,
            -- Export to open menu should be named openMenu()
        }
    },

Within the menu section you are able to enable/disable the menu, set whether it opens automatically when a player starts controlling and also set the key to open the menu (if you didn't have it open automatically or a player later closes it and wants to reopen).

Last updated

Was this helpful?