π²hex-BikeRack
How to edit configuration file to hex-BikeRack.
Config File
Config.UseTarget = "ox-target" -- "ox-target" or "qb-target"Config.UseCommand = trueConfig.Command = "dropbike"Config.DefaultMaxBike = 2 -- lower value is 1 max value is 4Config.Bikes = {'bmx', 'cruiser', 'fixter', 'tribike', 'tribike2', 'tribike3', 'scorcher', 'inductor', 'inductor2'}Config.MaxBike = {
-- Example value
[`sultan`] = 3,
}Last updated
Was this helpful?