Script Integrations
How to connect your own inventory, target, notify, police alert, and other scripts
Inventory Integration
function Inventory.giveItem(source, itemName, count)
return exports["my_inventory"]:AddItem(source, itemName, count)
endTarget Integration
Notify, Text UI, HUD, Police Alert, Vehicle Keys
Weather Sync
Framework Integration
Safest Way To Integrate
Last updated