Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Update and rename config.default to config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
XxFri3ndlyxX committed Mar 7, 2019
1 parent 20bb0a1 commit 1cd2f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.default → config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Config = {
}

-- Set to true if you are using a "plate" column on your owned_vehicles table (such as when using esx_migrate)
Config.OwnedVehiclesHasPlateColumn = false
Config.OwnedVehiclesHasPlateColumn = true

-- Determines if the ability to impound vehicles is based upon esx jobs
Config.RestrictImpoundToJobs = true
Expand All @@ -30,12 +30,12 @@ Config.UserMustWaitElapsedTime = true
Config.UserMustPayFine = true

-- The amount of the fine the user must pay
Config.ImpoundFineAmount = 10
Config.ImpoundFineAmount = 10000


-- The time in minutes before a user is able to retrieve a vehicle from the
-- impound lot.
Config.ElapsedTimeBeforeRelease = 0
Config.ElapsedTimeBeforeRelease = 60


Config.ImpoundLots = {
Expand Down

0 comments on commit 1cd2f7c

Please sign in to comment.