mesh4al Posted May 28, 2014 Share Posted May 28, 2014 السلام عليكم شباب ابغى كود حق الالوان يعني كل ماطلع كلام بالشات يكون له لون Link to comment
#DRAGON!FIRE Posted May 28, 2014 Share Posted May 28, 2014 تقصد يوم يتكلون الادمنيات .. ولا الزائر ولا للكل ؟ Link to comment
mesh4al Posted May 28, 2014 Author Share Posted May 28, 2014 هذا الكود حقي انا مسويه شف ابغى كل بعد فتره يتغير اللون function mainFunction() setTimer ( function() outputChatBox ( "#FFFF00[M.O]حــيــاكم الله بسيــرفــرFF00FF# مجـــأآأآنيــن الششطف #FF0000[M.O]", getRootElement(), 255, 0, 0, true ) end, 50000, 999999 ) end mainFunction() --call function Link to comment
#DRAGON!FIRE Posted May 28, 2014 Share Posted May 28, 2014 function RGBToHex(red, green, blue, alpha) if((red < 0 or red > 255 or green < 0 or green > 255 or blue < 0 or blue > 255) or (alpha and (alpha < 0 or alpha > 255))) then return nil end if(alpha) then return string.format("#%.2X%.2X%.2X%.2X", red,green,blue,alpha) else return string.format("#%.2X%.2X%.2X", red,green,blue) end end local Text = ""..RGBToHex( math.random( 255 ), math.random( 255 ), math.random( 255 ) ).."[M.O] "..RGBToHex( math.random( 255 ), math.random( 255 ), math.random( 255 ) ).."حياكم الله بسيرفر مجانين الشطف "..RGBToHex( math.random( 255 ), math.random( 255 ), math.random( 255 ) ).."[M.O]" setTimer ( function( ) outputChatBox ( Text, getRootElement( ), 255, 255, 255, true ) end, 50000, 0 ) Link to comment
</Mr.Tn6eL> Posted May 28, 2014 Share Posted May 28, 2014 اسف على رفع الموضوع بس وش دخل اسم سيرفري داخل الكود اكرر اسفي من جديد بس كنت ابسال Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now