mkafrin / PolyZone

PolyZone is a FiveM mod to define zones of different shapes and test whether a point is inside or outside of the zone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Z

ahmoge opened this issue · comments

when I press "z" nothing happens, how to fix this?

Stop the qb-target resource if your using it.

Sorry, I must have missed this somehow when it was first posted. Agree with erik here. This issue is almost always caused by some other resource enabling the control while PolyZone relys on the control being disabled (see https://github.com/mkafrin/PolyZone/blob/master/creation/client/BoxZone.lua#L87). To verify if this is happening (which would be useful to determine next steps), I'd try disabling all other resources then retesting the creation.

Also, it'd be nice to have some additional info here, specifically, what type of zone you are trying to create, and what commands you used to start the creation.