Mr.English Posted July 3, 2015 Share Posted July 3, 2015 السلام عليكم ابي كود اذا ضغطت على زر يتقفل لمدة 5 دقائق وشكرأ جزيلأ انا استخدمت setTimer (50000,0) استخدمت ذا الكود وماعمل ابي الحل تكفون Link to comment
Mr.English Posted July 3, 2015 Author Share Posted July 3, 2015 (edited) مشكوووور ياخوي مستر صفاح Edited July 3, 2015 by Guest Link to comment
iMr.SFA7 Posted July 3, 2015 Share Posted July 3, 2015 مشكوووور ياخوي مستر صفاء حياكك الله ومن صفاء ؟ Link to comment
iMr.Dawix~# Posted July 3, 2015 Share Posted July 3, 2015 مشكوووور ياخوي مستر صفاء 7 = ح 2 = ء Link to comment
Mr.English Posted July 3, 2015 Author Share Posted July 3, 2015 مشكوووور ياخوي مستر صفاء 7 = ح 2 = ء معليش والله خربطة تحطون اسمائكم فيها ارقام؟؟ اول مرة اشوفها في تاريخ اللغة الانجليزية Link to comment
iMr.Dawix~# Posted July 3, 2015 Share Posted July 3, 2015 مشكوووور ياخوي مستر صفاء 7 = ح 2 = ء معليش والله خربطة تحطون اسمائكم فيها ارقام؟؟ اول مرة اشوفها في تاريخ اللغة الانجليزية هذي انقليزيمعرب 2 = ء 3 = ع '3 = غ 4 = ا 5 = خ 6 = ط 7 = ح 8 = ق 9 = ص '9 = ض Link to comment
Mr.English Posted July 4, 2015 Author Share Posted July 4, 2015 مستر صفاح او مدري ايش اسمة ممكن الكود كامل لان مافهمت من الويكي وجبت الاكواد وحطيتها في المود وماعمل ابي الكود كامل وشكرأ Link to comment
Simple. Posted July 4, 2015 Share Posted July 4, 2015 local button = ButtonName -- اسم الزر addEventHandler ("onClientGUIClick", resourceRoot, function () if source == button then guiSetEnabled ( button, false ) setTimer ( guiSetEnabled ( button, true ), 50000, 1 ) end end) Link to comment
H25 Posted July 4, 2015 Share Posted July 4, 2015 local button = ButtonName -- اسم الزر addEventHandler ("onClientGUIClick", resourceRoot, function () if source == button then guiSetEnabled ( button, false ) setTimer ( guiSetEnabled ( button, true ), 50000, 1 ) end end) عندك خطأ في setTimer addEventHandler ("onClientGUIClick", root, function () if (source == button) then guiSetEnabled(source, false) setTimer(guiSetEnabled, 5*60*1000, 1, source, true ) end end) Link to comment
Mr.English Posted July 4, 2015 Author Share Posted July 4, 2015 Husain-[25]~ ليش مسحت Local Button ؟؟؟؟؟؟ Link to comment
H25 Posted July 4, 2015 Share Posted July 4, 2015 Husain-[25]~ليش مسحت Local Button ؟؟؟؟؟؟ لانه زيادة اكواد فقط حط اسم الزر في التحقق مباشرة Link to comment
Mr.English Posted July 4, 2015 Author Share Posted July 4, 2015 Husain-[25]~ليش مسحت Local Button ؟؟؟؟؟؟ لانه زيادة اكواد فقط حط اسم الزر في التحقق مباشرة الكود مااشتغل Link to comment
H25 Posted July 4, 2015 Share Posted July 4, 2015 Husain-[25]~ليش مسحت Local Button ؟؟؟؟؟؟ لانه زيادة اكواد فقط حط اسم الزر في التحقق مباشرة الكود مااشتغل تأكد انك غيرت button لاسم الزر Link to comment
; Mr.T76eM # Posted July 4, 2015 Share Posted July 4, 2015 guiSetEnabled( اسم الزر, false ) -- الزر setTimer ( guiSetEnabled, 5000, 1, الزر, true ) بس كذا تراه بسيط ~ طبعاً ضيفه للافنت onClientGUIClick addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == slap ) then -- نحدد الزر guiSetEnabled( اسم الزر, false ) -- الزر setTimer ( guiSetEnabled, 5000, 1, الزر, true ) end end ) Link to comment
Mr.English Posted July 4, 2015 Author Share Posted July 4, 2015 مشكوووور شباب لكن ممكن كود حق ذا ضغطت زر يعطيني دم انا دورت عليه ومالقيته Link to comment
; Mr.T76eM # Posted July 4, 2015 Share Posted July 4, 2015 بسيطة : addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == اسم الزر) then -- نحدد الزر setElementHealth ( localPlayer,100) guiSetEnabled( اسم الزر, false ) -- الزر setTimer ( guiSetEnabled, 5000, 1, الزر, 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