Skip to content

Commit

Permalink
Add the cheque limit in the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Nov 27, 2018
1 parent 08f96a8 commit bec755b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/darkrp_config/settings.lua
Original file line number Diff line number Diff line change
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 bec755b

Please sign in to comment.