طيب يعني كذا مظبوط
--
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')
؟