Skip to content

Commit eeab47f

Browse files
authored
Update README.md
Added correct config template
1 parent c6372d5 commit eeab47f

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ This resource was created as a free script for backpacks using ox_inventory
88
- Compatibility for ESX
99

1010
## Known bugs
11-
- Player can have multiple bag types example: 1x bag1 and 1x bag2
12-
- Some problems with illenium-appearance when entering and exiting vehicles
11+
- Only ESX compatible
1312

1413
## Installation
1514

@@ -55,7 +54,6 @@ Configure the bags in `unr3al_backpack/config.lua`
5554
['bag1'] = {
5655
Slots = 35,
5756
Weight = 20000,
58-
Label = 'Backpack',
5957
Uniform = {
6058
Male = {
6159
['bags_1'] = 41,
@@ -66,11 +64,20 @@ Configure the bags in `unr3al_backpack/config.lua`
6664
['bags_2'] = 0,
6765
}
6866
},
67+
CleanUniform = {
68+
Male = {
69+
['bags_1'] = 0,
70+
['bags_2'] = 0,
71+
},
72+
Female = {
73+
['bags_1'] = 0,
74+
['bags_2'] = 0,
75+
}
76+
}
6977
},
7078
['bag2'] = {
7179
Slots = 15,
7280
Weight = 5000,
73-
Label = 'Backpack',
7481
Uniform = {
7582
Male = {
7683
['bags_1'] = 41,
@@ -81,6 +88,16 @@ Configure the bags in `unr3al_backpack/config.lua`
8188
['bags_2'] = 0,
8289
}
8390
},
91+
CleanUniform = {
92+
Male = {
93+
['bags_1'] = 0,
94+
['bags_2'] = 0,
95+
},
96+
Female = {
97+
['bags_1'] = 0,
98+
['bags_2'] = 0,
99+
}
100+
}
84101
},
85102
```
86103

0 commit comments

Comments
 (0)