screenw, screenh = guiGetScreenSize()windoww, windowh = 400, 500x = (screenw/2) - (windoww/2)y = (screenh/2) - (windowh/2)guiCreateStaticImage(x, y, 400, 500, \"valami.png\", false)