1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-30 01:43:12 +02:00
parent 44c5ed941b
commit 723917ed73

View file

@ -5,7 +5,7 @@ Config = {}
-- Separated by gender (0 = male, 1 = female) -- Separated by gender (0 = male, 1 = female)
Config.Backpacks = { Config.Backpacks = {
[0] = { -- Male backpacks [0] = { -- Male backpacks
[31] = { -- Example: Small backpack drawable ID for males [158] = { -- Example: Small backpack drawable ID for males
maxweight = 10000, -- 10kg maxweight = 10000, -- 10kg
slots = 10, slots = 10,
label = 'Small Backpack', label = 'Small Backpack',
@ -38,7 +38,7 @@ Config.Backpacks = {
} }
}, },
[1] = { -- Female backpacks [1] = { -- Female backpacks
[29] = { -- Example: Small backpack drawable ID for females [158] = { -- Example: Small backpack drawable ID for females
maxweight = 10000, -- 10kg maxweight = 10000, -- 10kg
slots = 10, slots = 10,
label = 'Small Backpack' label = 'Small Backpack'