File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ This resource was created as a free script for backpacks using ox_inventory
8
8
- Compatibility for ESX
9
9
10
10
## 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
13
12
14
13
## Installation
15
14
@@ -55,7 +54,6 @@ Configure the bags in `unr3al_backpack/config.lua`
55
54
['bag1'] = {
56
55
Slots = 35,
57
56
Weight = 20000,
58
- Label = 'Backpack',
59
57
Uniform = {
60
58
Male = {
61
59
['bags_1'] = 41,
@@ -66,11 +64,20 @@ Configure the bags in `unr3al_backpack/config.lua`
66
64
['bags_2'] = 0,
67
65
}
68
66
},
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
+ }
69
77
},
70
78
['bag2'] = {
71
79
Slots = 15,
72
80
Weight = 5000,
73
- Label = 'Backpack',
74
81
Uniform = {
75
82
Male = {
76
83
['bags_1'] = 41,
@@ -81,6 +88,16 @@ Configure the bags in `unr3al_backpack/config.lua`
81
88
['bags_2'] = 0,
82
89
}
83
90
},
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
+ }
84
101
},
85
102
```
86
103
You can’t perform that action at this time.
0 commit comments