Jump to content

استفسار


Recommended Posts

37 minutes ago, MR.StoRm said:

حاول ورح أساعدك 


GUIEditor = {
    button = {},
    window = {}
}

        GUIEditor.window[1] = guiCreateWindow(227, 112, 334, 362, "تجربة", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)

        GUIEditor.button[1] = guiCreateButton(29, 70, 270, 77, "تجربة", false, GUIEditor.window[1])
        guiSetProperty(GUIEditor.button[1], math.random(255),math.random(255),math.random(255) )    

 

Link to comment
3 minutes ago, A7MEDENO said:

GUIEditor = {
    button = {},
    window = {}
}

        GUIEditor.window[1] = guiCreateWindow(227, 112, 334, 362, "تجربة", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)

        GUIEditor.button[1] = guiCreateButton(29, 70, 270, 77, "تجربة", false, GUIEditor.window[1])
        guiSetProperty(GUIEditor.button[1], math.random(255),math.random(255),math.random(255) )    

 

p_530dkq3m1.png

Edited by #Soking
Link to comment

test

 
GUIEditor = {
    button = {},
    window = {}
}

        GUIEditor.window[1] = guiCreateWindow(227, 112, 334, 362, "تجربة", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)

        GUIEditor.button[1] = guiCreateButton(29, 70, 270, 77, "تجربة", false, GUIEditor.window[1])

        addEventHandler ( "onClientResourceStart", root, function (    ) 
setTimer(function() 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) 
end, 50, 0) 

 

Edited by F_F
Link to comment
1 minute ago, F_F said:

test


 
GUIEditor = {
    button = {},
    window = {}
}

        GUIEditor.window[1] = guiCreateWindow(227, 112, 334, 362, "تجربة", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)

        GUIEditor.button[1] = guiCreateButton(29, 70, 270, 77, "تجربة", false, GUIEditor.window[1])

        addEventHandler ( "onClientResourceStart", root, function (    ) 

     if ( isTimer ( timerColor ) ) then killTimer ( timerColor ) end 
     timerColor = setTimer ( function (   ) 
       guiLabelSetColor ( GUIEditor.button[1], math.random ( 255 ), math.random ( 255 ), math.random ( 255 ) ) 
      end, 300, 0 ) 
end )  

 

حبيبي انا كنت مؤدب معك مره واثنين ونصحتك مره واثنين اروهذي الثالثه

ارجوك لا تساعد احد غلط

@!#NssoR_)

شوف حل مع الاخ يا قلبي كانه يتعمد وضع الاخطاء في اكواده

Link to comment
9 hours ago, A7MEDENO said:

GUIEditor = {
    button = {},
    window = {}
}

        GUIEditor.window[1] = guiCreateWindow(227, 112, 334, 362, "تجربة", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)

        GUIEditor.button[1] = guiCreateButton(29, 70, 270, 77, "تجربة", false, GUIEditor.window[1])
        guiSetProperty(GUIEditor.button[1], math.random(255),math.random(255),math.random(255) )    

 

طيب صح ! -_- 

Link to comment
12 hours ago, F_F said:

test


 
GUIEditor = {
    button = {},
    window = {}
}

        GUIEditor.window[1] = guiCreateWindow(227, 112, 334, 362, "تجربة", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)

        GUIEditor.button[1] = guiCreateButton(29, 70, 270, 77, "تجربة", false, GUIEditor.window[1])

        addEventHandler ( "onClientResourceStart", root, function (    ) 
setTimer(function() 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) 
end, 50, 0) 

 

متاكد انك مسوي الكود ؟ 

+ صاحب الموضوع ، طلبك هنا

 

Link to comment
Just now, A7MEDENO said:

يعني هي لما اسوي اي لوحه تكون نفسها

ول اغيرها في كل زر

اذا تبي تلون كل ازرار السيرفر تقدر تسوي لوب على الالمنتات بأسم

gui-button

وتغير اللون حقه باستعمال :
 

guiSetProperty

 

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