#-'Dr.LiOn'<3 Posted April 11, 2017 Share Posted April 11, 2017 السلام عليكم ممكن حد يحطلي اللون احمر + مكان الكلام تحت باخر الشاشة بالنص +حجمه متوسط وشكرا function shout ( player, cmd, ... ) local accountname = getAccountName ( getPlayerAccount ( player ) ) if isObjectInACLGroup ( "user." .. accountname, aclGetGroup ( "Admin" ) ) then local message = table.concat ( { ... }," " ) textDisplay = textCreateDisplay ( ) textItem = textCreateTextItem ( message, 0.5, 0.5, 2, 255, 0, 10, 255, 2, 1000, 500, 162, 35, false ) textDisplayAddText ( textDisplay, textItem ) for _, thePlayer in ipairs ( getElementsByType ( "player" ) ) do textDisplayAddObserver ( textDisplay, thePlayer ) end setTimer ( function ( ) textDestroyTextItem ( textItem ) textDestroyDisplay ( textDisplay ) end ,10000, 1 ) else outputChatBox ( "You cannot use this command!", player, 255, 12, 15 ) end end addCommandHandler ( "shoutall", shout ) 1 Link to comment
#-'Dr.LiOn'<3 Posted April 11, 2017 Author Share Posted April 11, 2017 Just now, LOAM said: اللون الاحمر اهو 255,0,0 مابي كدا نهائي Link to comment
AHMED MOSTAFA Posted April 11, 2017 Share Posted April 11, 2017 10 hours ago, #-'Dr.LiOn'<3 said: مابي كدا نهائي #ff0000 ? Link to comment
#-'Dr.LiOn'<3 Posted April 12, 2017 Author Share Posted April 12, 2017 23 hours ago, Killer Project said: #ff0000 ? ابي احد يبرمجلي اياه 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