Jump to content

طلب : الوان & colors


Recommended Posts

لو تقصد داخل لوحة ~

لازم تسوي ليبلات منفصلة عن بعض وكل ليبل تحط لون خاص
ولو تقصد بالشات او بأماكن ثانية ينفع تحط اكواد الوان
وتصحح قيمة الكود اللوني إلى true ~

 

  • Like 1
Link to comment
12 minutes ago, MR.GRAND said:

لو تقصد داخل لوحة ~

لازم تسوي ليبلات منفصلة عن بعض وكل ليبل تحط لون خاص
ولو تقصد بالشات او بأماكن ثانية ينفع تحط اكواد الوان
وتصحح قيمة الكود اللوني إلى true ~

 

صح تسلم أخوي بس انا كمان أقصد ان الحرف نفسه يفضل يتغير في لونه كل مرة
يعني مثلا حرف الـ ( ميم) في أحمد يكون لونها اصفر بعدين يصير لونها في مرة تانية احمر وهكذا

Link to comment
Just now, medo7 said:

صح تسلم أخوي بس انا كمان أقصد ان الحرف نفسه يفضل يتغير في لونه كل مرة
يعني مثلا حرف الـ ( ميم) في أحمد يكون لونها اصفر بعدين يصير لونها في مرة تانية احمر وهكذا

setTimer

 

Link to comment
41 minutes ago, MR.GRAND said:

setTimer

 

كيف؟
انا سويت
 

colors = {
["ahmad"] = "#0000ffAh#fff000m#0000ffed",
["ahmad"] = "#0000ffAh#00ff00m#0000ffed",
["ahmad"] = "#0000ffAh#ff0000m#0000ffed",
["ahmad"] = "#0000ffAh#ff00ffm#0000ffed",
["ahmad"] = "#0000ffAh#0000ffm#0000ffed"
}
addEventHandler("onPlayerChat", getRootElement(),
function(text, msgtype)
 	    for i, v in pairs(colors) do
        while text:lower():find(i:lower(),1,true) do
            local start, end_ = text:lower():find(i:lower(),1,true)
            local found = text:sub(start,end_)
            text = text:gsub(found,v)
        end
    end
	cancelEvent()
  outputChatBox("[Admin]: medo7 :"..text, getRootElement(), 255, 255, 255, true)
            
	end)

شات عام : اكتب
ahmad

Edited by medo7
Link to comment

خذ هذا المثال حط سريالك وشوف عندك الكلام بيكون بالوان عشوائية رسالتك اللي في الشات

الاحمر الازرق و الاصفر :

 

aMyColors = { '#FF0000','#FFFF00','#0000FF' }
aMySerial = 'Your serial in here'
addEventHandler ( 'onPlayerChat',root,
  function (  aMsg )
    if getPlayerSerial ( source ) == aMySerial then 
      cancelEvent ( )
      outputChatBox ('* FaHaD : '..aMyColors [ math.random ( 1,#aMyColors ) ]..''..aMsg,root,255,255,255,true )
    end
  end
)

 

  • Like 2
Link to comment
aMyColors = { '#FF0000','#FFFF00','#0000FF' }
aMySerial = 'You serial in here'
addEventHandler ( 'onPlayerChat',root,
  function (  aMsg )
    if getPlayerSerial ( source ) == aMySerial then 
      cancelEvent ( )
      outputChatBox ('* Fa'..aMyColors [ math.random ( 1,#aMyColors ) ]..'H#FFFFFFaD :'..aMsg,root,255,255,255,true )
    end
  end
)

 

قصدك كذا ولا وش بالضبط وضح وش تبي :) 

Link to comment

 

10 minutes ago, medo7 said:

يب ..
اممم
^ زي فوق
الكلام بيكون بالوان عشوائية ?
اكتب fahad

 

بدل السريال بسريالك وجرب هذا مجرد مثال فقط لكيف تسوي الوان عشوائية من جدول .

عند التحدث بالشات

Link to comment
2 hours ago, FaHaD said:

خذ هذا المثال حط سريالك وشوف عندك الكلام بيكون بالوان عشوائية رسالتك اللي في الشات

الاحمر الازرق و الاصفر :

 


aMyColors = { '#FF0000','#FFFF00','#0000FF' }
aMySerial = 'Your serial in here'
addEventHandler ( 'onPlayerChat',root,
  function (  aMsg )
    if getPlayerSerial ( source ) == aMySerial then 
      cancelEvent ( )
      outputChatBox ('* FaHaD : '..aMyColors [ math.random ( 1,#aMyColors ) ]..''..aMsg,root,255,255,255,true )
    end
  end
)

 

مو هيك يجي  الكلام بلون عشوائي ؟ مو اسمك

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