ما معي خبره بس
يمكن لو ركبت ذا الكود يصلح
function centerWindow(center_window)
local screenW,screenH=guiGetScreenSize()
local windowW,windowH=guiGetSize(center_window,false)
local x,y = (screenW-windowW)/2,(screenH-windowH)/2
guiSetPosition(center_window,x,y,false)
end
وتحت النافذه او الصورة حط
centerWindow(النافذه)