Jump to content

Shop


Recommended Posts

@ #♡ ZĂ7Ḟ : التايمر في كودك مرة واحدة ذذ

@ 3ssol : أستخدم كودي او كود ذا بيست

edit : وش اللي منت فاهمه ؟

Label = guiCreateLabel( ... ); -- سوي ليبل 
  
setTimer( function( ) -- سوي تايمر 
    if not guiGetVisible( Label ) then -- تحقق اذا الليبل مو مفتوح 
        guiSetVisible( Label, true ); -- افتحه 
    else -- غير كذا 
        guiSetVisible( Label, false ); -- اغلقه 
    end -- اغلاق للجملة الشرطية 
end, 2000, 0 ); -- اغلاق للوظيفة والتايمر 

Link to comment

Test = guiCreateLabel(141,109,503,299,"# Text",false) 
  
setTimer ( function() 
                  guiSetVisible(Test,false) 
 end, 1000, 0 ) 
  
setTimer ( function() 
                  guiSetVisible(Test,true) 
 end, 1500, 0 ) 

معليش ي اخوان لاكن المعلومات البسيطة هذي ما نعرفها جزاكم كل خير ع العموم الكود يصير كذا #

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