Jump to content

طلب اكواد


Recommended Posts

7 minutes ago, Master_MTA said:

قصدك الرابع كررت الفنكشن بالخطا اعذروني +_+

طيب يعني كذا مظبوط

--
function guiCreateButton(x,y,x1,y1,text,state,realative,png)
local imgl = guiCreateStaticImage(x,y,x1,y1,png, state, realative)
local lbll =guiCreateLabel(x+0.4,y,x1,y1, text, state, realative)
return imgl
end
log = guiCreateButton(187, 127, 88, 38,"Login", false, wnd,'gg.png')

؟

  • Like 1
Link to comment
2 minutes ago, MARIY said:

طيب يعني كذا مظبوط


--
function guiCreateButton(x,y,x1,y1,text,state,realative,png)
local imgl = guiCreateStaticImage(x,y,x1,y1,png, state, realative)
local lbll =guiCreateLabel(x+0.4,y,x1,y1, text, state, realative)
return imgl
end
log = guiCreateButton(187, 127, 88, 38,"Login", false, wnd,'gg.png')

؟

يب جرب ؟ ليه ما تجرب

Link to comment
5 minutes ago, MARIY said:

^^

تاكد انك ب مسوي

guiSetEnabled

 

+ لو صوره ما بيجيك تاثير عليها ترا يعني ما بتصير الالفا حقها خفيف

اضغط عليها فقط

 لازم تسويلك يوزفل فنكشن لللالفا

Link to comment
2 hours ago, #STZ said:

الصورة دي ثيم للعب

وتقدر تعمل صورة بيضا و تلونها بمود

guieditor

وتبرومجها زي اي زر عادي

وتعامل معاملة الزر

طيب اخي ممكن تسويها لي مثل الصوره ذي

p_5356zus71.png

وتعكيني الاكواد اتعلم منها

 

Link to comment
function guiCreateButton(x3, y3, width3, height3, titleBarText3, relative3 , SoloWnd)
	local mainBackground3 = guiCreateStaticImage ( x3, y3, width3, height3, "Button.png", relative3 , SoloWnd) ---- Button.png هذا بيكون اسم الصوره , لازم يكون محطوط بـ meta
	local mainBackgroundLabel3 = guiCreateLabel ( 0.4, 0, 700, 100, ""..titleBarText3, true, mainBackground3 )
	guiSetEnabled ( mainBackgroundLabel3, false )
	guiLabelSetColor ( mainBackgroundLabel3, 0, 0, 0 )

	return mainBackground3
end

--- طريقة الاستخدام,
---- بتحط الكود زي ماهو فـ الملف حق المود حقك ..
---- يعني مثلآ انت مسوي لوحة .. حط الكود هذا فوق او تحت اللوحه .
--- وبس هو بيشتغل لحاله !
----

 

Link to comment
1 hour ago, Abu-Solo said:

function guiCreateButton(x3, y3, width3, height3, titleBarText3, relative3 , SoloWnd)
	local mainBackground3 = guiCreateStaticImage ( x3, y3, width3, height3, "Button.png", relative3 , SoloWnd) ---- Button.png هذا بيكون اسم الصوره , لازم يكون محطوط بـ meta
	local mainBackgroundLabel3 = guiCreateLabel ( 0.4, 0, 700, 100, ""..titleBarText3, true, mainBackground3 )
	guiSetEnabled ( mainBackgroundLabel3, false )
	guiLabelSetColor ( mainBackgroundLabel3, 0, 0, 0 )

	return mainBackground3
end

--- طريقة الاستخدام,
---- بتحط الكود زي ماهو فـ الملف حق المود حقك ..
---- يعني مثلآ انت مسوي لوحة .. حط الكود هذا فوق او تحت اللوحه .
--- وبس هو بيشتغل لحاله !
----

 

ذا يسوي 

كل الزاير الي باللوحه صح ؟

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