Jump to content

طلب كود


Recommended Posts

Posted

السلام عليكم ورحمة الله وبركاته

أبي كود تلوين الكلمة

يعني لما تحطه الكلمة تجي ملونة ( واضحة ) ؟ :P:roll:

Posted

guiLabelSetColor(Label,255,255,255) 

Label = اللبل حقك ,

+ تقدر تغير الالوان ,

red: An integer specifying the amount of red (0 to 255).

green: An integer specifying the amount of green (0 to 255).

blue: An integer specifying the amount of blue (0 to 255).

Posted

شمعنى لبل ؟

انا بلون كلمة بالفري روم + معرف الاحمر وش كوده + الاخضر + الازرق + أي لون معرف شنو كوده

Posted

انا أبي موقع اذغط على اللون يطلع لي الكود حقها بعدين انتوا كيف تعرفون الاوان ذي ؟

Posted
انا أبي موقع اذغط على اللون يطلع لي الكود حقها بعدين انتوا كيف تعرفون الاوان ذي ؟

مافي موقع والالوان محدوده ذذ يعني موب اي لون تقدر تحطه -_-

+ اظن ما شفت ردي ؟

red: An integer specifying the amount of red (0 to 255).

green: An integer specifying the amount of green (0 to 255).

blue: An integer specifying the amount of blue (0 to 255).

Posted
local myLabel = guiCreateLabel ( 0.45, 0.48, 0.2, 0.5, "إسم اللبل", true ) 
guiLabelSetColor ( myLabel, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 

صح ؟

Posted
local myLabel = guiCreateLabel ( 0.45, 0.48, 0.2, 0.5, "إسم اللبل", true ) 
guiLabelSetColor ( myLabel, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) 

صح ؟

guiLabelSetColor ( myLabel, 0, 179, 255 ) 

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