NextScripts
  • NextScripts Documentation
  • ESX Scripts
    • ✅Garage System
      • Installation
      • SQL
      • Configuration
        • Main Config
        • Blips Config
        • Commands Config
        • Zones Config
      • Events & Exports
        • Client
          • Deformation
          • getExtraData - Export
          • SpawnVehicle - Export
          • StoreVehicle - Export
          • isInAnyMarker - Export
          • impound - Export
          • pdimpound - Export
        • Server
          • Deformation
      • Commands
    • 🛠️Engine System
      • Installation
      • Configuration
      • Events & Exports
        • Client
        • Server
    • 🛠️Vehicle Lock
Powered by GitBook
On this page
  1. ESX Scripts
  2. Garage System
  3. Configuration

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.',
    }
}
PreviousBlips ConfigNextZones Config

Last updated 1 year ago

✅