lnd-hostagecard
A simple script where after using the card, a hostage appears in the place of our choice
Requirements
- ox lib
Paste this into
- ox_inventory/modules/items/client
Item('hostagecard', function(data, slot)
exports.ox_inventory:useItem(data, function(data)
TriggerEvent('lnd-hostagecard:client:useHostageCard', data)
end)
end)
Item
['hostagecard'] = {
label = 'Hostage Card',
weight = 10
}
Download
Preview