Script Integrations
How to connect your own inventory, target, notify, text UI, and key scripts
Inventory Integration
function Inventory.GiveItem(source, itemName, count)
return exports["my_inventory"]:AddItem(source, itemName, count)
endTarget Integration
Notify, Text UI, Vehicle Keys
Progressbar Integration
Framework Integration
Last updated