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

How to change the debug color

sherlinjacob opened this issue · comments

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?