كامل واستبدله بـ ذا guiCreateButton امسح فنكشن
function guiCreateButton( x2, y2, width2, height2, titleBarText2, relative2, ksa )
local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "Button.png", relative2, ksa )
local w, h = guiGetSize ( mainBackground, false )
local mainBackgroundLabel = guiCreateLabel ( x2, y2, w, h, titleBarText2, false, mainBackground )
guiSetFont ( mainBackgroundLabel, font )
guiSetEnabled ( mainBackgroundLabel, false )
guiLabelSetHorizontalAlign(mainBackgroundLabel, "center")
guiLabelSetVerticalAlign(mainBackgroundLabel, "center")
guiLabelSetColor( mainBackgroundLabel, 255, 0, 0 )
end