Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requiring to enter PolyZone twice in order to receive prompt. #88

Open
SquareSDI opened this issue Aug 3, 2024 · 0 comments
Open

Requiring to enter PolyZone twice in order to receive prompt. #88

SquareSDI opened this issue Aug 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SquareSDI
Copy link

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 SquareSDI added the bug Something isn't working label Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant