Joints, carry, player metadata
Last updated
Last updated
Go to qb-smallresources\server\consumables.lua and remove this block of code
Go to qbx_smallresources\qbx_consumables\server.lua and remove this block of code
With old : Add this inside local props = {}
Go to qb-core\config.lua
Search for:
metadata = {
hunger = 100,
thirst = 100,
Add:
weed_rep = 0,
Go to qbx_core\server\player.lua
Search for:
function CheckPlayerData(source, playerData)
Add:
playerData.metadata.weed_rep = playerData.metadata.weed_rep or 0
With new :