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