AE. Posted February 13, 2015 Share Posted February 13, 2015 بسم الله الرحمن الرحيم شباب انا بدي كود زر يكون enable كل فترة مو فترة محددة لا كل فترة يعني كل ساعة كل ساعتين كدة ------------ واذا الاعب ماضغطه بعد ماصار enable يضل enable لين مايضغط عليها وبعدين يصير disable انا عارف انو طالب كتير بس مو ضروري اللي فوق اهم شئ اللي تحت وشكرآ Link to comment
#DRAGON!FIRE Posted February 13, 2015 Share Posted February 13, 2015 setTimer guiSetEnabled Link to comment
Professional Posted February 13, 2015 Share Posted February 13, 2015 Code: addCommandHandler ( "settimer", timer) function timer() setTimer ( time, 1000, 1, "لا يمكن فتح لوحه الا بعد .." ) if ( guiGetEnabled ( MyButton ) == true ) then guiSetEnabled ( MyButton, false ) else guiSetEnabled ( MyButton, true ) end end Link to comment
#MostafaSaadi Posted February 13, 2015 Share Posted February 13, 2015 Hassan Meke وش فيك ترى كود شغال ؟ Link to comment
nxFairlywell Posted February 13, 2015 Share Posted February 13, 2015 Hassan Meke وش فيك ترى كود شغال ؟ ياحبيبي وش الي شغال حاط الامر قبل الوظيفة انا من شفت السطر الاول مسحت يدي . Link to comment
xAbO-d7mY Posted February 13, 2015 Share Posted February 13, 2015 addEventHandler("onClientGUIClick",root, function() if(source== أسم الزر )then guiSetEnabled(أسم الزر,false) setTimer(guiSetEnabled,10000,1,أسم الزر,true) elseif(source== أسم الزر2 )then guiSetEnabled(أسم الزر2,false) setTimer(guiSetEnabled,10000,1,أسم الزر2,true) end end) 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