سلام عليكم
عندي مشكلة بلوحة
اني لما اشغل المود طوالي اللوحة تفتح
وانا مابيها كذا
ياريت تساعدوني :
GUIEditor = {
button = {},
window = {},
staticimage = {}
}
wnd = guiCreateWindow(0.33, 0.32, 0.36, 0.50, "Restureannt", true)
guiWindowSetSizable(wnd, false)
GUIEditor.staticimage[1] = guiCreateStaticImage(10, 43, 338, 258, "img/2.png", false, wnd)
GUIEditor.staticimage[2] = guiCreateStaticImage(366, 43, 319, 258, "img/1.png", false, wnd)
S = guiCreateButton(0.07, 0.69, 0.33, 0.16, "------", true, wnd)
guiSetFont(S, "default-bold-small")
guiSetProperty(S, "NormalTextColour", "FF25A8D9")
B = guiCreateButton(414, 370, 228, 85, "------", false, wnd)
guiSetFont(B, "default-bold-small")
guiSetProperty(B, "NormalTextColour", "FF25A8D9")
close = guiCreateButton(321, 491, 52, 39, "X", false, wnd)
guiSetProperty(X, "NormalTextColour", "FFFD0000")