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

Target points will not work UNLESS someone is standing within. #129

Open
Wendigo23 opened this issue Jan 30, 2024 · 1 comment
Open

Target points will not work UNLESS someone is standing within. #129

Wendigo23 opened this issue Jan 30, 2024 · 1 comment

Comments

@Wendigo23
Copy link

There seems to be some random thing, where certain target interaction points will not actually allow interaction, unless a player is standing exactly on the point, then another player can target them to use the interact by proxy. This is happens within multiple scripts.

For example, qb-management will have many boss menu locations. All of them work just fine, except for 1 or two that require a player to stand within the point so the point can be targeted. There is no real variations in the script, other than vector coords, that should be causing this, right?

@thelindat
Copy link
Member

Points/zones require the raycast to hit an entity or the world with collision; targeting the air or simply intersecting the zone will not satisfy that condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants