0 Üye ve 1 Ziyaretçi konuyu incelemekte.
setMarkerColor(markeradi, math.random(0,255), math.random(0,255), math.random(0,255), 90)
Yapamadim yardim edermisiniz?
renkli olsun araba almak icin ustune gelip
Ama benm istedigim su sekil durmadan rengi aralikli degisiyor markerin ayni yerde
r,g,b = 155,155,155rainbow = 0function rainboww() if rainbow == 0 then if r < 250 then r = r + 3 if r > 255 then r = 250 end else rainbow = 1 end end if rainbow == 1 then if g < 250 then g = g + 3 else rainbow = 2 end elseif rainbow == 2 then if b < 255 then if r > 0 then if r < 3 then r = r - 1 else r = r - 3 end else r = 0 end b = b + 3 if b > 255 then b = 255 end else rainbow = 3 end elseif rainbow == 3 then if g > 0 then if r > 0 then if r < 3 then r = r - 1 else r = r - 3 end else r = 0 end if g < 3 then g = g - 1 else g = g - 3 end if g < 0 then g = 0 end else rainbow = 4 end elseif rainbow == 4 then if b > 0 then if b < 3 then b = b - 1 else b = b - 3 end if b < 0 then b = 0 end else b = 0 rainbow = 0 end endend addEventHandler("onClientRender",getRootElement(),rainboww)function defineTheRGB() setMarkerColor(getRootElement(),r,g,b, 250) timera = setTimer(defineTheRGB, 1000, 1) start = getTickCount()endaddEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), defineTheRGB)
<meta> <script src="client.lua" type="client" cache="false"/></meta>