Jump to content

= [ آستفسار ] =


Recommended Posts

Posted

ي رجل لو تبحث بالقسم راح تلاقي طلبك وزود 

مدري وش ناقصك عشان تبحث بالمنتدى ؟ 

فيه اكثر من موضوع مطروح بنفس الفكرة 

 

  • Like 2
Posted
Just now, Abdul KariM said:

ي رجل لو تبحث بالقسم راح تلاقي طلبك وزود 

مدري وش ناقصك عشان تبحث بالمنتدى ؟ 

فيه اكثر من موضوع مطروح بنفس الفكرة 

 

لقيت كذا موضوع لكن مو دي اكس 

 

Posted

مايحتاج تنتظر الرد لو انك بحثت كان حصلته شوف هالموضوع

فيه كمان اكثر من ذا ابحث وبتحصل

Posted (edited)

سويت زي كذا لكن مازبط

 

local x, y = guiGetScreenSize ( ) -- تجيب مقاسات الشاشه 
local sx, sy = 800, 600 -- تحط مقاس الشاشه حقك 
local resX, resY = 599, 408 -- تحط الاحداثيات الطول والعرض 
local screenX, screenY = x * ( resX / sx ), y * ( resY / sy ) -- عمليات ضرب وقسمه عشان تصير نفس المقاس لكل الشاش
local rot = 5 
function dxDrawLoading() 
 rot = rot + 1 
 if rot > 360 then rot = 0 end
 dxDrawImage(599, 408, 106, 81, "load.png",rot)
end 

 

Edited by back!_

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...