Jump to content

مشكله بالكود


POWR

Recommended Posts

الكود

ما ينقليني من التاب الاول لتاب الثاني مدري شنو المشكله

client-side

  
--------------------Tap1 
              
m1 = guiCreateStaticImage(1,62,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"Info",false,m1) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m1 ) then 
                guiSetVisible(Wnds1,true) 
                playSound("button.wav") 
            end 
        end 
    ) 
-----Tap2 
m2 = guiCreateStaticImage(1,150,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"weapon",false,m2) 
guiLabelSetColor(infolable1,255,255,0) 
  
  
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                guiSetVisible(Wnds2,true) 
                playSound("button.wav") 
            end 
        end 
    ) 
  

الي يعرف المشكله يحلهآ

والله يعطيه العافيه

Link to comment

جرب ذا

--------------------Tap1 
              
m1 = guiCreateStaticImage(1,62,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"Info",false,m1) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m1 ) then 
                guiSetVisible(Wnds1,true) 
                playSound("button.wav") 
            end 
        end 
    ) 
-----Tap2 
m2 = guiCreateStaticImage(1,150,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"weapon",false,m2) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                guiSetVisible(Wnds2,true) 
                playSound("button.wav") 
            end 
        end 
    ) 

Link to comment
جرب ذا
--------------------Tap1 
              
m1 = guiCreateStaticImage(1,62,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"Info",false,m1) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m1 ) then 
                guiSetVisible(Wnds1,true) 
                playSound("button.wav") 
            end 
        end 
    ) 
-----Tap2 
m2 = guiCreateStaticImage(1,150,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"weapon",false,m2) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                guiSetVisible(Wnds2,true) 
                playSound("button.wav") 
            end 
        end 
    ) 

نفس المشكله

Link to comment
اوصفلي كودك بالضبط

LoL

الكود

ما ينقليني من التاب الاول لتاب الثاني مدري شنو المشكله

client-side

  
--------------------Tap1 
              
m1 = guiCreateStaticImage(1,62,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"Info",false,m1) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m1 ) then 
                guiSetVisible(Wnds1,true) 
                playSound("button.wav") 
            end 
        end 
    ) 
-----Tap2 
m2 = guiCreateStaticImage(1,150,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"weapon",false,m2) 
guiLabelSetColor(infolable1,255,255,0) 
  
  
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                guiSetVisible(Wnds2,true) 
                playSound("button.wav") 
            end 
        end 
    ) 
  

الي يعرف المشكله يحلهآ

والله يعطيه العافيه

المشكلة يا عزيزي أنك ما أخفيت التاب الأول

فمثلاً إذا كنت بالتاب الثالث و تبي تروح إلى التاب الأول

لازم تخفي التاب الثالث و بعدها تظهر التاب الأول

Link to comment

  
المشكلة يا عزيزي أنك ما أخفيت التاب الأول 
  
فمثلاً إذا كنت بالتاب الثالث و تبي تروح إلى التاب الأول 
  
لازم تخفي التاب الثالث و بعدها تظهر التاب الأول 

تابل ما فعمت قصدك ممكن توضحلي

Link to comment
  
المشكلة يا عزيزي أنك ما أخفيت التاب الأول 
  
فمثلاً إذا كنت بالتاب الثالث و تبي تروح إلى التاب الأول 
  
لازم تخفي التاب الثالث و بعدها تظهر التاب الأول 

تابل ما فعمت قصدك ممكن توضحلي

نفترض أنك بالتاب الأول و تبي تروح التاب الثاني

addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                guiSetVisible(Wnds1,false) -- بالأول تخفي التاب الأول 
                guiSetVisible(Wnds2,true) -- ثم تظهر التاب الثاني 
                playSound("button.wav") 
            end 
        end 
    ) 

Link to comment
  
المشكلة يا عزيزي أنك ما أخفيت التاب الأول 
  
فمثلاً إذا كنت بالتاب الثالث و تبي تروح إلى التاب الأول 
  
لازم تخفي التاب الثالث و بعدها تظهر التاب الأول 

تابل ما فعمت قصدك ممكن توضحلي

نفترض أنك بالتاب الأول و تبي تروح التاب الثاني

addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                guiSetVisible(Wnds1,false) -- بالأول تخفي التاب الأول 
                guiSetVisible(Wnds2,true) -- ثم تظهر التاب الثاني 
                playSound("button.wav") 
            end 
        end 
    ) 

شكرآأ تابل

بش شوف العمل صحيح ؟؟

Wnds1 = guiCreateStaticImage(72,59,480,426,"Wnds.png",false,windows) 
--------------------Tap1 
              
m1 = guiCreateStaticImage(0,62,71,77,"Button.png",false,windows)   
infolable1 = guiCreateLabel(20,25,71,77,"Info",false,m1)         
     addEventHandler("onClientMouseEnter",getRootElement(), 
            function () 
                if ( source == m1 ) then 
                    guiSetVisible(Wnds1,false)  
                    guiSetVisible(Wnds2,true)  
                    guiSetVisible(Wnds1,false)  
                    guiSetVisible(Wnds3,true) 
                    guiSetVisible(Wnds1,false)  
                    guiSetVisible(Wnds4,true) 
                    playSound("button.wav") 
                end 
            end 
        ) 
  
Wnds2 = guiCreateStaticImage(72,59,480,426,"Button.png",false,windows) 
-----Tap2 
m2 = guiCreateStaticImage(1,150,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"weapon",false,m2) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                    guiSetVisible(Wnds2,false)  
                    guiSetVisible(Wnds1,true)  
                    guiSetVisible(Wnds2,false)  
                    guiSetVisible(Wnds3,true) 
                    guiSetVisible(Wnds2,false)  
                    guiSetVisible(Wnds4,true) 
                playSound("button.wav") 
            end 
        end 
    ) 
  

Link to comment

-_-""""""

Wnds1 = guiCreateStaticImage(72,59,480,426,"Wnds.png",false,windows) 
--------------------Tap1 
              
m1 = guiCreateStaticImage(0,62,71,77,"Button.png",false,windows)   
infolable1 = guiCreateLabel(20,25,71,77,"Info",false,m1)         
     addEventHandler("onClientMouseEnter",getRootElement(), 
            function () 
                if ( source == m1 ) then 
                    guiSetVisible(Wnds1,true) 
                    guiSetVisible(Wnds2,false) 
                    guiSetVisible(Wnds3,false) 
                    guiSetVisible(Wnds4,false) 
                    playSound("button.wav") 
                end 
            end 
        ) 
  
Wnds2 = guiCreateStaticImage(72,59,480,426,"Wnds.png",false,windows) 
guiSetVisible(Wnds2,false) 
-----Tap2 
m2 = guiCreateStaticImage(1,150,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"weapon",false,m2) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                    guiSetVisible(Wnds1,false) 
                    guiSetVisible(Wnds2,true) 
                    guiSetVisible(Wnds3,false) 
                    guiSetVisible(Wnds4,false) 
                playSound("button.wav") 
            end 
        end 
    ) 
  

Link to comment
-_-""""""
Wnds1 = guiCreateStaticImage(72,59,480,426,"Wnds.png",false,windows) 
--------------------Tap1 
              
m1 = guiCreateStaticImage(0,62,71,77,"Button.png",false,windows)   
infolable1 = guiCreateLabel(20,25,71,77,"Info",false,m1)         
     addEventHandler("onClientMouseEnter",getRootElement(), 
            function () 
                if ( source == m1 ) then 
                    guiSetVisible(Wnds1,true) 
                    guiSetVisible(Wnds2,false) 
                    guiSetVisible(Wnds3,false) 
                    guiSetVisible(Wnds4,false) 
                    playSound("button.wav") 
                end 
            end 
        ) 
  
Wnds2 = guiCreateStaticImage(72,59,480,426,"Wnds.png",false,windows) 
guiSetVisible(Wnds2,false) 
-----Tap2 
m2 = guiCreateStaticImage(1,150,71,77,"Button1.png",false,windows)           
infolable1 = guiCreateLabel(20,25,71,77,"weapon",false,m2) 
guiLabelSetColor(infolable1,255,255,0) 
   addEventHandler("onClientMouseEnter",getRootElement(), 
        function () 
            if ( source == m2 ) then 
                    guiSetVisible(Wnds1,false) 
                    guiSetVisible(Wnds2,true) 
                    guiSetVisible(Wnds3,false) 
                    guiSetVisible(Wnds4,false) 
                playSound("button.wav") 
            end 
        end 
    ) 
  

Thx and Sorry Disturbance

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...