0 Üye ve 1 Ziyaretçi konuyu incelemekte.
function logo()if (not isPlayerMapVisible()) thenx,y = guiGetScreenSize()local seconds = getTickCount() / 1000local angle = math.sin(seconds) * 10dxDrawImage (x*0.85,y*0.25,110,110,"logo.png",angle)endendaddEventHandler("onClientRender",root,logo)
animi sayılarlamı yapıyor bu piyasadaki harekeli logun animi istedim onunda eroru var luac lı dosyalar öne geri gitmesi icin ne sayıları yazmam gerekli acaba
function logo()if (not isPlayerMapVisible()) thenx,y = guiGetScreenSize()test = math.min ( 0.3*(150)*1.4,1.3 - (0.5 + math.sin(math.rad(getTickCount())) / 3) / 12) * 110dxDrawImage (x*0.85,y*0.25,test,test,"logo.png",0)endendaddEventHandler("onClientRender",root,logo)