Jump to content

خطأ بالكود غير معروف


#Rmad~>

Recommended Posts

يالغلا ابيه لما يظغط الزر

وتفتح له النافذة

ولما يخلص منها ويظغط اف 2 الي هو يقفل تنقفل النافذة الثانية الي تنفتح بالزر مع النافذة الاولى

وابيه لما يفتح نافذة وكمان يفتح نافذة ثانية النافذة السابقة تنقفل

والله لحست مخي :mrgreen:

طيب جرب هذا اللي فهمته منك

GUIEditor = { 
    window = {}, 
    button = {} 
  } 
  
  GUIEditor.window[1] = guiCreateWindow(495, 206, 335, 363, "Test", false) 
  guiSetVisible ( GUIEditor.window[1], false ) 
  guiSetAlpha(GUIEditor.window[1], 0.76) 
  GUIEditor.button[1] = guiCreateButton(872, 269, 329, 216, "open wind", false,GUIEditor.window[1]) 
        
  GUIEditor.window[5] = guiCreateWindow(495, 206, 328, 265, "T", false) 
  guiSetVisible ( GUIEditor.window[5], false ) 
  
  
bindKey ( "F2" , "down" , 
    function () 
        if guiGetVisible ( GUIEditor.window[1] , true ) then 
            guiSetVisible ( GUIEditor.window[1] , false ) 
            guiSetVisible ( GUIEditor.window[5] , false ) 
            showCursor ( false ) 
            outputChatBox ( "Closed" , 255 , 0 , 0 , true ) 
        else 
            guiSetVisible ( GUIEditor.window[1] , true ) 
            showCursor ( true ) 
            outputChatBox ( "Opened" , 0 , 255 , 0 , true ) 
        end 
    end 
)     
        
    addEventHandler( "onClientGUIClick", resourceRoot,  
    function() 
        if ( source == GUIEditor.button[1] ) then 
            guiSetVisible ( GUIEditor.window[5],true) 
            showCursor(true) 
        end 
    end) 
      
    addEventHandler( "onClientGUIClick", resourceRoot,  
    function() 
    if ( source == GUIEditor.button[1] ) then   
      guiSetVisible ( GUIEditor.window[5], false ) 
        guiSetVisible ( GUIEditor.window[1], false ) 
        showCursor(false)   
        end 
    end)  

Link to comment
  • Replies 65
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

هاذا شغال يالغالي بس مو هنا الي اقصده

:lol:

انا اقصد مثلا

انا فتحت النافذة الرئيسية وظعطت الزر وفتحت لي نافذة فرعية

حلو؟؟

وخلصت منها ابغاا اقفلها طبعا الزر الي يقفل النافذة الرئيسية اف 2

انا ابيه لما يظغط اف 2 تنغلق النافذة الفرعية مع النافذة الرئيسية

وايضا ابيه لما يفتح نافذة فرعية اولى ويفتح نافذة فرعية ثانية اخرى ابي النافذة الفرعية الاولى تنقفل وتفتح له الثاني

Link to comment
هاذا شغال يالغالي بس مو هنا الي اقصده

:lol:

انا اقصد مثلا

انا فتحت النافذة الرئيسية وظعطت الزر وفتحت لي نافذة فرعية

حلو؟؟

وخلصت منها ابغاا اقفلها طبعا الزر الي يقفل النافذة الرئيسية اف 2

انا ابيه لما يظغط اف 2 تنغلق النافذة الفرعية مع النافذة الرئيسية

وايضا ابيه لما يفتح نافذة فرعية اولى ويفتح نافذة فرعية ثانية اخرى ابي النافذة الفرعية الاولى تنقفل وتفتح له الثاني

جرب

GUIEditor = { 
    window = {}, 
    button = {} 
  } 
  
  GUIEditor.window[1] = guiCreateWindow(495, 206, 335, 363, "Test", false) 
  guiSetVisible ( GUIEditor.window[1], false ) 
  guiSetAlpha(GUIEditor.window[1], 0.76) 
  GUIEditor.button[1] = guiCreateButton(872, 269, 329, 216, "open wind", false,GUIEditor.window[1]) 
        
  GUIEditor.window[5] = guiCreateWindow(495, 206, 328, 265, "T", false) 
  guiSetVisible ( GUIEditor.window[5], false ) 
  
  
bindKey ( "F2" , "down" , 
    function () 
        if guiGetVisible ( GUIEditor.window[1] , true ) then 
            guiSetVisible ( GUIEditor.window[1] , false ) 
            guiSetVisible ( GUIEditor.window[5] , false ) 
            showCursor ( false ) 
            outputChatBox ( "Closed" , 255 , 0 , 0 , true ) 
        else 
            guiSetVisible ( GUIEditor.window[1] , true ) 
            showCursor ( true ) 
            outputChatBox ( "Opened" , 0 , 255 , 0 , true ) 
        end 
    end 
)     
        
addEventHandler( "onClientGUIClick", resourceRoot, 
  function() 
        if ( source == GUIEditor.button[1] ) then 
            guiSetVisible ( GUIEditor.window[1],false) 
            guiSetVisible ( GUIEditor.window[5],true) 
            showCursor(true) 
        end 
    end) 

Link to comment

طلبك الاول التاني ما فهمتو

GUIEditor = { 
    window = {}, 
    button = {} 
  } 
  
  GUIEditor.window[1] = guiCreateWindow(495, 206, 335, 363, "Test", false) 
  guiSetVisible ( GUIEditor.window[1], false ) 
  guiSetAlpha(GUIEditor.window[1], 0.76) 
  GUIEditor.button[1] = guiCreateButton(872, 269, 329, 216, "open wind", false,GUIEditor.window[1]) 
        
  GUIEditor.window[5] = guiCreateWindow(495, 206, 328, 265, "T", false) 
  guiSetVisible ( GUIEditor.window[5], false ) 
  
  
bindKey ( "F2" , "down" , 
    function () 
        if guiGetVisible ( GUIEditor.window[1] , true ) then 
            guiSetVisible ( GUIEditor.window[1] , false ) 
            guiSetVisible ( GUIEditor.window[5] , false ) 
            showCursor ( false ) 
            outputChatBox ( "Closed" , 255 , 0 , 0 , true ) 
        else 
            guiSetVisible ( GUIEditor.window[1] , true ) 
            guiSetVisible ( GUIEditor.window[5] , true ) 
            showCursor ( true ) 
            outputChatBox ( "Opened" , 0 , 255 , 0 , true ) 
        end 
    end 
)     
        
    addEventHandler( "onClientGUIClick", resourceRoot, 
    function() 
        if ( source == GUIEditor.button[1] ) then 
            guiSetVisible ( GUIEditor.window[5],true) 
            showCursor(true) 
        end 
    end) 
      
    addEventHandler( "onClientGUIClick", resourceRoot, 
    function() 
    if ( source == GUIEditor.button[1] ) then   
      guiSetVisible ( GUIEditor.window[5], false ) 
        guiSetVisible ( GUIEditor.window[1], false ) 
        showCursor(false)   
        end 
    end) 

Link to comment
فيها غلط يالغلا

بس خلاص تمام حقت مستر

بس لسا ياخوان محد جاوبني اني ابيها تنغلق مع النافذة الرئيسيه

مستر تي9 ^ ض1 :D

تبي تتغلق مع النافذه الرئيسيه

لما وش يسوي يضغط زر ولا ضغط اف 2 ؟

Link to comment
لما يظغط اف 2 يالغلا

ومعليش حسيت اني بهدلتكم شباب *__*

جرب

GUIEditor = { 
    window = {}, 
    button = {} 
  } 
  
  GUIEditor.window[1] = guiCreateWindow(495, 206, 335, 363, "Test", false) 
  guiSetVisible ( GUIEditor.window[1], false ) 
  guiSetAlpha(GUIEditor.window[1], 0.76) 
  GUIEditor.button[1] = guiCreateButton(872, 269, 329, 216, "open wind", false,GUIEditor.window[1]) 
        
  GUIEditor.window[5] = guiCreateWindow(495, 206, 328, 265, "T", false) 
  guiSetVisible ( GUIEditor.window[5], false ) 
  
Window = GUIEditor.window[1],GUIEditor.window[5] 
bindKey ( "F2" , "down" , 
    function () 
        if guiGetVisible ( Window , true ) then 
            guiSetVisible ( GUIEditor.window[1] , false ) 
            guiSetVisible ( GUIEditor.window[5] , false ) 
            showCursor ( false ) 
            outputChatBox ( "Closed" , 255 , 0 , 0 , true ) 
        else 
            guiSetVisible ( GUIEditor.window[1] , true ) 
            showCursor ( true ) 
            outputChatBox ( "Opened" , 0 , 255 , 0 , true ) 
        end 
    end 
)     
        
addEventHandler( "onClientGUIClick", resourceRoot, 
  function() 
        if ( source == GUIEditor.button[1] ) then 
            guiSetVisible ( GUIEditor.window[1],false) 
            guiSetVisible ( GUIEditor.window[5],true) 
            showCursor(true) 
        end 
    end) 

Link to comment
  • 2 years later...

اذا تبي زر داخل لوحة تظغط عليه يفتح لوحة اخري تفضل

addEventHandler ( "onClientGUIClick", root, 
function () 
if source == الزر then 
guiSetVisible ( اللوحة الولي,false ) 
guiSetVisible ( اللوحة الثانية,true ) 
end 
end 
) 

Link to comment
اذا تبي زر داخل لوحة تظغط عليه يفتح لوحة اخري تفضل
addEventHandler ( "onClientGUIClick", root, 
function () 
if source == الزر then 
guiSetVisible ( اللوحة الولي,false ) 
guiSetVisible ( اللوحة الثانية,true ) 
end 
end 
) 

ترا الموضوع من سنة

2014

-___-

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...