Skip to content

Commit

Permalink
Merge pull request #133 from FlorianLeChat/patch-4
Browse files Browse the repository at this point in the history
Add the cheque limit in the settings
  • Loading branch information
FPtje committed Nov 27, 2018
2 parents 08f96a8 + bec755b commit d506ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/darkrp_config/settings.lua
Expand Up @@ -206,6 +206,8 @@ GM.Config.jailtimer = 120
GM.Config.lockdowndelay = 120
-- maxadvertbillboards - The maximum number of /advert billboards a player can place.
GM.Config.maxadvertbillboards = 3
-- maxCheques - The maximum number of cheques someone can write
GM.Config.maxCheques = 5
-- maxdoors - Sets the max amount of doors one can own.
GM.Config.maxdoors = 20
-- maxdrugs - Sets max drugs.
Expand Down

0 comments on commit d506ae1

Please sign in to comment.