Facebook
From me, 2 Months ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 173
  1. exports['qb-target']:AddBoxZone("MissionRowDutyClipboard", vector3(441.7989, -982.0529, 30.67834), 0.45, 0.35, {
  2.  name = "MissionRowDutyClipboard",
  3.  heading = 11.0,
  4.  debugPoly = false,
  5.  minZ = 30.77834,
  6.  maxZ = 30.87834,
  7. }, {
  8.  options = {
  9.   {
  10.             type = "client",
  11.             event = "qb-policejob:ToggleDuty",
  12.    icon = "fas fa-sign-in-alt",
  13.    label = "Sign In",
  14.    job = "police",
  15.   },
  16.  },
  17.  distance = 2.5
  18. })