qb-taxijob icon indicating copy to clipboard operation
qb-taxijob copied to clipboard

Requiring to enter PolyZone twice in order to receive prompt.

Open SquareSDI opened this issue 7 months ago • 0 comments

Describe the bug When picking up or dropping off an NPC, the prompt to call them / drop off won't show about half the time when initially entering the pickup / dropoff zone. The player must enter the zone, exit the zone, then re-enter the zone before receiving the prompt.

To Reproduce Steps to reproduce the behavior:

  1. Start NPC Mission
  2. Pick up and drop off a few NPCs until you run into this issue.

Expected behavior When entering the zone, should immediately recognize you're in the zone and prompt every time consistently.

Screenshots If applicable, add screenshots to help explain your problem.

Questions (please complete the following information):

  • When you last updated: Today, issue happened on both an old and new version of qb-taxijob.
  • Are you using custom resource? which ones? None which would conflict with qb-taxijob to my knowledge.
  • Have you renamed qb- to something custom? Yes (Named new resource to qb-taxijob-new, however, the old version which had the same issue kept the original name of qb-taxijob.)

Additional context This is how I have a TakeLocation's PolyZone configured:

[1] = { coord = vector3(203.87, 3540.2, 14.31), height = 15, width = 15, heading=90, minZ=1, maxZ=75 },

This is how I have a DropLocations's PolyZone configured:

[1] = { coord = vector3(1237.72, 4904.08, 35.97), height = 15, width = 15, heading=90, minZ=1, maxZ=75 },

Here is a short video of the issue, with PZ debug enabled: https://streamable.com/9cer68

SquareSDI avatar Aug 03 '24 06:08 SquareSDI