addEventHandler("onClientRender",root,function()
for i=0,360,0.25 do
dxDrawLine(300,300,300+100*math.sin(math.rad(i)),300+100*math.cos(math.rad(i)),(i>=0 and i<=50) and tocolor(60,60,60) or (i>50 and i<=180) and tocolor(255,50,50) or (i>180 and i<=360) and tocolor(0,255,70))
end
end)
You can use this simple function for an output like this:
That function doesnt looks totally right (The dark one does not totally reach the exact center of the circle..
Fix it then. It's lua.