Commands Config

Config.Commands = {
    DeleteVehicle = {
        command = {'cardel', 'dv'},
        permission = 'admin',
        help = "Delete a Vehicle from the World.",
        helpRange = "Give a Range to Delete Vehicles within that Range.",
    },

    SetOwnedVehicle = {
        command = {'setownedvehicle', 'sov'},
        permission = 'admin',
        help = 'Set this Vehicle in your Garage.',
    },

    Car = {
        command = {'car', 'spawncar'},
        permission = 'admin',
        help = 'Spawn a Car.',
        helpModel = 'Model Name like "adder".',
        helpPrimary = 'Primary Color ID.',
        helpSecondary = 'Secondary Color ID.',
    }
}

Last updated