Jump to content

Search the Community

Showing results for tags 'hide window problem'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 1 result

  1. السلام عليكم انا عندي مشكلة بنافذة ال Window ماتظهر حاولت اسويها ماقدرت ضفت كود guiSetVisible (GUIEditor.window[1], false ) لكن ماقدرت اسويها ابيكم تساعدوني لاهنتم :* الكلينت : GUIEditor = { button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(379, 153, 521, 466, "Quran Mode", false) guiSetVisible (GUIEditor.window[1], false ) -- حطيته ترو وفولز ولم تضبط guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(181, 115, 188, 55, "Bakra", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF15E929") GUIEditor.button[2] = guiCreateButton(181, 225, 188, 55, "Al-Khf", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF15E929") GUIEditor.button[3] = guiCreateButton(177, 341, 188, 55, "Al-Ankbot", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF15E929") GUIEditor.label[1] = guiCreateLabel(411, 422, 96, 19, "By kokoseda", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(40, 424, 96, 19, "v 1.0.0", false, GUIEditor.window[1]) end function sound ()-- سويت للزر الاول لكن ماضبط ،، راح اسوي فنكشنات ثانيه واسوي الازرار الي بعدها if GUIEditor.button[1] then playSound ( http://b.top4top.net/d_a2c43d30dc1.mp3 , [throttled = true ] ) end end addEventHandler( "onClientGUIClick", sound ) 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("F12", "down", OpenWin)--???? ???
×
×
  • Create New...