ان
ااا سويت مود الترفيع والمشي على كفرتين بس علموني وين احط الوزنية
GUIEditor_Window = {}
GUIEditor_Button = {}
GUIEditor_Image = {}
GUIEditor_Window[1] = guiCreateWindow(158,175,480,250,"لوحة الترفيعات من قبل ||FoX||",false)
guiSetAlpha(GUIEditor_Window[1],1)
GUIEditor_Button[1] = guiCreateButton(26,187,142,46,"المشي على كفرتين",false,GUIEditor_Window[1])
GUIEditor_Button[2] = guiCreateButton(313,173,129,0,"",false,GUIEditor_Window[1])
GUIEditor_Button[3] = guiCreateButton(289,190,144,46,"تررفيع الموتر",false,GUIEditor_Window[1])
GUIEditor_Image[1] = guiCreateStaticImage(11,34,195,156,"images/images.png",false,GUIEditor_Window[1])
GUIEditor_Image[2] = guiCreateStaticImage(248,43,215,137,"images/mta-.png",false,GUIEditor_Window[1])
guiSetVisible (GUIEditor_Window[1], false)
function OpenWin()
if guiGetVisible ( GUIEditor_Window[1] ) then
guiSetVisible ( GUIEditor_Window[1], false )
showCursor(false)
guiSetInputEnabled(false)
else
guiSetVisible ( GUIEditor_Window[1], true )
showCursor(true)
guiSetInputEnabled(true)
end
end
bindKey("F7", "down", OpenWin)