ذي النافذه حقه
function showClientImage()
guiCreateStaticImage( 139, 178, 554, 342, "imagename.png", false )
end
addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage )
GUIEditor_Tab[1] = guiCreateTab("::قوانين الزوار::",GUIEditor_TabPanel[1])
GUIEditor_Tab[2] = guiCreateTab("::قوانين الادمنيه::",GUIEditor_TabPanel[1])
GUIEditor_Tab[3] = guiCreateTab("::شروحات السيرفر::",GUIEditor_TabPanel[1])
GUIEditor_Tab[4] = guiCreateTab("::ادارة السيرفر::",GUIEditor_TabPanel[1])
GUIEditor_Tab[5] = guiCreateTab("::منتدى السيرفر::",GUIEditor_TabPanel[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("F2", "down", OpenWin)