forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
44c5ed941b
commit
723917ed73
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue