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
MIT License
204 stars 191 forks source link

How to change the debug color #65

Closed sherlinjacob closed 2 years ago

sherlinjacob commented 2 years ago

local Zone = CircleZone:Create(Config.zone, Config.radius, { name="mrpd", useZ = true, debugPoly=true, debugColor= {0,0,255}, }) This is my code but color is still green, How to fix this?