0 Üye ve 1 Ziyaretçi konuyu incelemekte.
function dxbar() local g_Me = getLocalPlayer()if getElementData(g_Me, "EkranGizle") then return false endif bardurum == false then return end yukseklik = dxGetFontHeight(1,"default-bold") genislik = dxGetTextWidth(levelx,1,"default-bold") dxDrawRectangle(x,y,g,u,tocolor(0,0,0,200)) dxDrawRectangle(x,y,((screenx/2)/100)*puanx,u,tocolor(255,255,255,100)) dxDrawText("Level: "..levelx.." %"..puanx,screenx/2-screenx/4,screeny-yukseklik,screenx-screenx/4,screeny,tocolor(255,255,255,255),1,"default-bold","center")end
dxDrawRectangle(x,y,g,u,tocolor(0,0,0,200))
dxDrawRectangle(x,y,g,u,tocolor(255,0,0,200))