v1.09
Added full ox_target support alongside the existing DrawText system. Switch between modes via config; coop-safe across all 5 missions.
Changes:
Added
ox_targetsupport — toggle viaConfig.InteractionHandler = 'drawtext' | 'ox_target'(defaults todrawtext)Added:
Config.InteractionHandler = 'drawtext' | 'ox_target'(defaults todrawtext)Added: ox_target adapter + mission target helper, with safe fallback if ox_target isn't running
insertPipe: only the next-in-sequence pipe shows a target at any timerepairPipe: targets only on valves and broken pipes (intact ones skipped); empty-hand / correct-pipe checksVehicle trunk and delivery point stay on DrawText regardless of mode
Cleanup: all ox_target zones/entities removed on resource stop / mission abort
Bumped version 1.08 → 1.09
Changed Files:
client/interaction/adapters/* (new) • client/interaction/*.lua • client/main.lua • mission scripts (insertPipe, repairPipe, openValve, toiletChoked, fixSwitch) • client/utility.lua • config/config.lua • fxmanifest.lua
Last updated

