ed
This commit is contained in:
parent
97d1f6a2f2
commit
f8eb493530
31 changed files with 7767 additions and 15 deletions
|
@ -3,11 +3,6 @@
|
|||
-- example use: if you set the max usage of a repair kit to 5. after repairing the vehicle 5 times the repair kit will be deleted
|
||||
-- Added items need to be set to 'uniq = true' in item list
|
||||
config.maxUseAmount = {
|
||||
binoculars = {
|
||||
amount = 5,
|
||||
autoDecreases = true -- When set to true, the number decreases by one when you use the item.
|
||||
--if it is set to false, you need to trigger x event after using the item "TriggerServerEvent("tgiann-inventory:decreaseMaxUseAmount", itemSlot)"
|
||||
},
|
||||
testitemuniq = {
|
||||
amount = 5,
|
||||
autoDecreases = true -- When set to true, the number decreases by one when you use the item.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue