Configuration

Notify

function core.notify(text, type)
    -- add your custom notification script
end

Vehicle Key

function core.setVehicleKey(plate)
    -- add your vehicle script here
end

Exports

exports['yeva_impound']:openimpmenu()

Add More Vehicles

vehlist = {
    { model = 'blista', name = 'Blista', category = 'compacts', type = 'automobile' }
}

Add More Location

Config

Last updated