Jump to content

- مساعده في الاكواد - تم حل المشكلة يرجي الاغلاق


Recommended Posts

local screenW, screenH = guiGetScreenSize() 
local start = getTickCount() 
addEventHandler("onClientRender", root, 
function() 
local now = getTickCount() 
local w,h = interpolateBetween(500,300,0,0,0,0, (now - start) / ((start +20000) - start), "Linear") 
dxDrawImage(screenW * 0.2797, screenH * 0.4150,101+w,66+h, "mm.png",0,0,0,  tocolor(255,255,255,255), true) 
end) 

:roll:

Link to comment
local screenW, screenH = guiGetScreenSize() 
local start = getTickCount() 
addEventHandler("onClientRender", root, 
function() 
local now = getTickCount() 
local w,h = interpolateBetween(500,300,0,0,0,0, (now - start) / ((start +20000) - start), "Linear") 
dxDrawImage(screenW * 0.2797, screenH * 0.4150,101+w,66+h, "mm.png",0,0,0,  tocolor(255,255,255,255), true) 
end) 

:roll:

الكود مب شغال :roll:

Link to comment
local screenW, screenH = guiGetScreenSize() 
local start = getTickCount() 
addEventHandler("onClientRender", root, 
function() 
local now = getTickCount() 
local w,h = interpolateBetween(500,300,0,0,0,0, (now - start) / ((start +20000) - start), "Linear") 
dxDrawImage(screenW * 0.2797, screenH * 0.4150,101+w,66+h, "mm.png",0,0,0,  tocolor(255,255,255,255), true) 
end) 

:roll:

الكود مب شغال :roll:

جربته وشغال

او يمكن انت حطيته مع اكواد ثانيه وخرب ؟

شغل الديبق وشوف يطلع اخطاء او لا

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...