Target
I have put in support for QB-Target and Ox-Target. I havent tested the qb-target implementation at all, and I doubt i will. Use OX-Target!
This self cleans when you stop a resource that uses HapticLib
Functions
-- Needs Job
-- Basic Target Event Only
HapticLib.CreateTargetBoxZoneJob(id, coords, width, depth, heading, minz, maxz, distance, label, icon, job, event)
-- Event + Arguements
HapticLib.CreateTargetBoxZoneJobArg(id, coords, width, depth, heading, minz, maxz, distance, label, icon, job, event, arg)
-- No Job Requirement
-- Event + Arguements
HapticLib.CreateTargetBoxZoneArg(id, coords, width, depth, heading, minz, maxz, distance, label, icon, event, arg)
-- Event Only
HapticLib.CreateTargetBoxZone(id, coords, width, depth, heading, minz, maxz, distance, label, icon, event)
-- All of them require a unique ID
Last updated