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_target support — toggle via Config.InteractionHandler = 'drawtext' | 'ox_target' (defaults to drawtext)

  • Added: Config.InteractionHandler = 'drawtext' | 'ox_target' (defaults to drawtext)

  • 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 time

  • repairPipe: targets only on valves and broken pipes (intact ones skipped); empty-hand / correct-pipe checks

  • Vehicle 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/*.luaclient/main.lua • mission scripts (insertPipe, repairPipe, openValve, toiletChoked, fixSwitch) • client/utility.luaconfig/config.luafxmanifest.lua

Last updated