Configurable hunger and thirst rate.

This commit is contained in:
tastyfish
2021-09-01 04:03:22 -04:00
parent 512b1c9d9f
commit 6cce66c001
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@ QBConfig.Money.PayCheckTimeOut = 10 -- The time in minutes that it will give the
QBConfig.Player = {}
QBConfig.Player.MaxWeight = 120000 -- Max weight a player can carry (currently 120kg, written in grams)
QBConfig.Player.MaxInvSlots = 41 -- Max inventory slots for a player
QBConfig.Player.HungerRate = 4.2 -- Rate at which hunger goes down.
QBConfig.Player.ThirstRate = 3.8 -- Rate at which thirst goes down.
QBConfig.Player.Bloodtypes = {
"A+",
"A-",