function dxDrawlogo()
local screenW,screenH=guiGetScreenSize()
local start = getTickCount()
local a, b = (screenW - 185) / 2, (screenH - 800) / 2
local x1, y1 = (screenW - 1280) / 2, (screenH - 800) / 2
addEventHandler("onClientRender",root,
function()
local now = getTickCount()
local x, y = interpolateBetween(a, b, 0, x1, y1, 0, (now - start) / 1500, "OutBack")
dxDrawImage(x, y, 1280, 800, "mm.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) -- full
end
)
end
ابي هاي الكود يخلي الصوره تتحرك بس هو خربان ياريت مساعده