Jump to content

مساعده


Recommended Posts

سلام عليكم

شباب ابي لم اكتب بالعاجل اول م اكتب الكلام يتغير لونه مدة 5 ثواني بعدها يصير عادي 

 

هل الكود ذا صحيح 

  1. addEventHandler ( "onClientResourceStart", root, function (    )
  2.      if ( isTimer ( timerColor ) ) then killTimer ( timerColor ) end
  3.      timerColor = setTimer ( function (   )
  4.        guiLabelSetColor ( اسم الليبل, math.random ( 255 ), math.random ( 255 ), math.random ( 255 ) )
  5.       end, 300, 0 ) 
  6. end ) 
  7.  
Link to comment
 addEventHandler ( "onClientResourceStart", root, function (    )
     if ( isTimer ( timerColor ) ) then killTimer ( timerColor ) end
     timerColor = setTimer ( function (   )
       guiLabelSetColor ( اسم الليبل, math.random ( 255 ), math.random ( 255 ), math.random ( 255 ) )
      end, 300, 0 ) 
	setTimer(killTimer,5000,1,timerColor)
end ) 

 

Link to comment
On 22/11/2018 at 14:25, TOUNSI | ا̍ڸــڛۣــ؏ــٰٱ̍دہ said:

setTimer(function ()
guiLabelSetColor(هونا اسم الليبل, math.random ( 255, 255),math.random ( 0, 255 ),math.random ( 0, 255 ))
end,500, 0)

@[T]|O|[P]George 

الكيل تايمر؟

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