Jump to content

طلب كود تلوين الكلام


Recommended Posts

يعني النافذة نفسها ولا الكلام إللي فيها .؟

إذا الكلام إللي فيها

setTimer(function() 
    for _,labels in ipairs(getElementsByType("gui-label")) do 
        guiLabelSetColor(lables, math.random(255), math.random(255), math.random(255)) 
    end 
end, 200, 0) 

Link to comment
يعني النافذة نفسها ولا الكلام إللي فيها .؟

إذا الكلام إللي فيها

setTimer(function() 
    for _,labels in ipairs(getElementsByType("gui-label")) do 
        guiLabelSetColor(lables, math.random(255), math.random(255), math.random(255)) 
    end 
end, 200, 0) 

:lol:

قصده النافدة تتلون كامله

طيب طال عمرك

اذا بغيت كل النافذة تتلون ؟

اعتقد مافي كود الي طلبة

Link to comment
يعني النافذة نفسها ولا الكلام إللي فيها .؟

إذا الكلام إللي فيها

setTimer(function() 
    for _,labels in ipairs(getElementsByType("gui-label")) do 
        guiLabelSetColor(lables, math.random(255), math.random(255), math.random(255)) 
    end 
end, 200, 0) 

بيلون كل لبلات السيرفر

Link to comment
setTimer(function() 
            guiLabelSetColor(label,math.random(255), math.random(255), math.random(255)) 
end, 200, 0) 

ي لبييهه وربي مبدعع

خمتت البرمجةة لبىى قلبكك

الوحيد الي يساعدني

م راح انسى مجهودك معي :blowkiss:

Link to comment
setTimer(function() 
            guiLabelSetColor(label,math.random(255), math.random(255), math.random(255)) 
end, 200, 0) 

الحين ذا احطه اول الكود ولا اخره ولا وين بالضبط ؟

تقدر تحطه بأي مكآن ..

بس يفضل انكـ تحطه تحت الليبل الي تبي تلونه .. من حيث الترتيب = )

Link to comment
setTimer(function() 
            guiLabelSetColor(label,math.random(255), math.random(255), math.random(255)) 
end, 200, 0) 

حط مكان

label = اسم الليبل الي تبي تلونه

مثآل ,

theLabel = guiCreateLabel ( 0, 0, 100, 100, "...", true, .. ) 
setTimer ( function ( ) 
            guiLabelSetColor ( theLabel, math.random ( 255 ), math.random ( 255 ), math.random ( 255 ) ) 
end, 200, 0 ) 

Link to comment
الله يصلحك ذا مو لبل ذي نافذهـ -_- كذا :

setTimer(function() 
     guiSetProperty(النافذهـ, "CaptionColour", string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) 
  end, 250, 0) 

تلخبطت مع الخلفية احيبه لبل مو حق النافذة :mrgreen:

Link to comment
  • 2 weeks later...

اممم الحين انا سويت لبل بس برضضو نفس المشكلة

GUIEditor_Label[1] = guiCreateLabel(23,43,316,31,"yourname :",false,info) 
setTimer(function() 
            guiLabelSetColor(label,math.random(255), math.random(255), math.random(255)) 
end, 200, 0) 

ذا اللبل

Link to comment
اممم الحين انا سويت لبل بس برضضو نفس المشكلة
GUIEditor_Label[1] = guiCreateLabel(23,43,316,31,"yourname :",false,info) 
setTimer(function() 
            guiLabelSetColor(label,math.random(255), math.random(255), math.random(255)) 
end, 200, 0) 

ذا اللبل

GUIEditor_Label[1] = guiCreateLabel(23,43,316,31,"yourname :",false) 
setTimer(function() 
            guiLabelSetColor(GUIEditor_Label[1],math.random(255), math.random(255), math.random(255)) 
end, 200,0) 

Link to comment

ششوف ي اخووي اظن ان هذا مو ليبل هذا تبع النافذة ..

لان اذا حطيت صورة للنافذة راح يتغير مككانه ..

وطبعا ججميع الاكواد اللي طرححوها شغاله 100%

تاككدد ي اخووي ..

او اطرحح لي كلنت هنا واشوفه لك

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