Liam Dormon
Liam Dormon
> I had the same issue. You just need to make unique polyzone's for each place you want to add it. > > Also you dont need "white true do"...
I haven't changed anything in this resource, the latest release doesn't work and I don't have the time to debug this for you.
This is a known issue that occurs when the 'bennys script' isn't working correctly and assumes a custom colour paint job is a regular indexed paint job and tries to...
Probably the vehicle doesn't exist in your qbcore
This branch doesn't have any bones? If there's a problem with it leave an issue on whichever repository you got that from
So open an issue there not here?
You can now
> The issue is, bt-target cant find Zones[_].center with vector2 math Polyzones don't have a _center_ param so there is no vector for it to work with, the vector2 has...
Download the latest version of PolyZone and make sure it's running before bt-target
I think the easiest way to ammend this would be to add a center param to the AddPolyZone function like so ```lua function AddPolyzone(name, center, points, options, targetoptions) Zones[name] =...