This commit is contained in:
Nordi98 2025-07-30 01:31:07 +02:00
parent 0905e09ac9
commit 98a52d34f5
4 changed files with 125 additions and 30 deletions

View file

@ -7,7 +7,13 @@ Config.Backpacks = {
[158] = { -- Example: Small backpack drawable ID
maxweight = 10000, -- 10kg
slots = 10,
label = 'Small Backpack'
label = 'Small Backpack',
-- Optional: specific textures
textures = {
[0] = true, -- Texture ID 0
[1] = true, -- Texture ID 1
-- Add more textures if needed
}
},
[41] = { -- Example: Medium backpack drawable ID
maxweight = 20000, -- 20kg
@ -34,6 +40,9 @@ Config.Backpacks = {
-- Key to open backpack inventory (default: B)
Config.BackpackKey = 'B'
-- Debug mode - prints additional information to console
Config.Debug = true
-- Notification settings
Config.Notifications = {
noBackpack = {