mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(client/zones): debug walls
brings the debug display more in line with the creator
This commit is contained in:
@@ -335,6 +335,10 @@ local function debugPoly(self)
|
||||
DrawLine(a.x, a.y, a.z, b.x, b.y, b.z, 255, 42, 24, 225)
|
||||
DrawLine(a.x, a.y, a.z, c.x, c.y, c.z, 255, 42, 24, 225)
|
||||
DrawLine(b.x, b.y, b.z, d.x, d.y, d.z, 255, 42, 24, 225)
|
||||
DrawPoly(a, b, c, 255, 42, 24, 100)
|
||||
DrawPoly(c, b, a, 255, 42, 24, 100)
|
||||
DrawPoly(b, c, d, 255, 42, 24, 100)
|
||||
DrawPoly(d, c, b, 255, 42, 24, 100)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user