Jump to content

ما هيا وظيفة التيمر بالتفصيل من فضلكم


Recommended Posts

setTimer وظيفته يعمل فانشكن بعد وقت محدد

مثال بسيط:

  
setTimer( your-function, 5000, 1) 
  

your-function = الفانشكن حقك

5000 = 5000 جزء ثانية

1000 جزء ثانية

=

ثانية

--

1 = تكرير مرة واحدة

مثال آخر

  
setTimer( function() 
guiSetVisible(your-window, true) 
showCursor( true ) 
end, 5000, 1) 
  

وظيفته يفتح اللوحة بعد 5 ثوان

كل حاجة وضحتها لك

guiSetVisible = عرض النافذة

showCursor = فتح الماوس

your-window = نافذتك

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