Jump to content

NaZ NaR

Members
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1

NaZ NaR last won the day on September 5 2022

NaZ NaR had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

NaZ NaR's Achievements

Civilian

Civilian (7/54)

3

Reputation

Single Status Update

See all updates by NaZ NaR


  1. كود لتشغيل لوحات الجيو أيديتور بس لازم يكون أسم اللوحة wnd1 وأسم زر الأغلاق cl

     

    1. ------------
      function open()
          if (guiGetVisible(wnd1) == true) then
          guiSetVisible(wnd1, false)
          showCursor(false)
      elseif (guiGetVisible(wnd1) == false) then
      guiSetVisible(wnd1, true)
      showCursor(true)
      end
      end
      bindKey("F7","down",open)
      ------------
      function close()
          if source == cl then
              guiSetVisible(wnd1, false)
              showCursor(false)
          end
      end
      addEventHandler("onClientGUIClick", root, close)
      
      
      
      كود عدم أظهار اللوحة أول ماتشغل المود تفتح بس بزر وتغلق بزر
      
       
      • guiSetVisible(wnd1, false)
         
×
×
  • Create New...