Config File
```lua
DRZ = {}
DRZ.Debug = true
DRZ.Notify = 'ox' -- ox/okok/custom
DRZ.NotifyType = 'error' --error/success/custom
DRZ.Command = 'spawnvehicle'
DRZ.Spz = 'test' -- max 8
DRZ.FullTuning = false -- True/False
DRZ.DefaultColor = '#000000'
DRZ.Group = 'admin' -- Group that is authorized to spawn vehicle
```Last updated