+Source|> Posted March 30, 2019 Share Posted March 30, 2019 احد يعرف كيف استخدم ذا الشيء function guiSetDelay(gui, delay) assert(getElementType(gui):find('gui-'), 'bad argument guiSetDelay @1 gui-element expected got '..(isElement(gui) and getElementType(gui) or type(gui))) assert(type(delay)=='table', 'bad argument guiSetDelay @2 table expected got '..type(delay)) local canContinue for key in pairs(types) do if delay[key] then canContinue = true; break end end if canContinue then guiSetEnabled(gui, false); guiEnable[gui] = {oldString = guiGetText(gui), element = gui} local ms = 0; for key, value in pairs(delay) do if types[key] then ms=ms+(types[key]*value) end end guiEnable[gui].timer = setTimer(function() guiSetEnabled(gui, true) if isTimer(guiEnable[gui].timer) then killTimer(guiEnable[gui].timer);guiSetText(gui,guiEnable[gui].oldString);guiEnable[gui]=nil;end; local newTable = {}; for _, value in pairs(guiEnable) do table.insert(newTable, value) end if #newTable == 0 and isTimer(timerCheck) then killTimer(timerCheck) end end, ms, 1) timer(true) if not isTimer(timerCheck) then timerCheck = setTimer(timer, 1000, 0);end; setTimer(function() local details = getTimerDetails(guiEnable[gui].timer);guiSetText(guiEnable[gui].element, msToString(details)); end, 50, 1) end end Link to comment
Master_MTA Posted April 2, 2019 Share Posted April 2, 2019 On 30/03/2019 at 12:16, +Source|> said: احد الكود ناقص تعريفات التيبل Link to comment
Rockyz Posted April 3, 2019 Share Posted April 3, 2019 16 hours ago, Master_MTA said: الكود ناقص تعريفات التيبل On 30/03/2019 at 22:23, #,xiRocKyz said: 1 Link to comment
Master_MTA Posted April 3, 2019 Share Posted April 3, 2019 9 hours ago, #,xiRocKyz said: On 02/04/2019 at 20:41, Master_MTA said: عشان كذا قلت ناقص تعريفات التيبل +_+ Link to comment
Rockyz Posted April 3, 2019 Share Posted April 3, 2019 24 minutes ago, Master_MTA said: عشان كذا قلت ناقص تعريفات التيبل +_+ هو اخذ الفنكشن بس بدون الجداول و الفنكشنات المفيدة الثانية Link to comment
Master_MTA Posted April 3, 2019 Share Posted April 3, 2019 55 minutes ago, #,xiRocKyz said: الفنكشنات وانا وش قلت ؟+_+ الفنكشن ناقص تعريفات التيبلات ما قلت انت غلطان صباح الفل +_+ +لصاحب الموضوع تاكد من تفعيل ال oop من الميتا 1 1 Link to comment
Rockyz Posted April 4, 2019 Share Posted April 4, 2019 15 hours ago, Master_MTA said: وانا وش قلت ؟+_+ الفنكشن ناقص تعريفات التيبلات ما قلت انت غلطان صباح الفل +_+ +لصاحب الموضوع تاكد من تفعيل ال oop من الميتا مايحتاج يفعل ال oop لانه بس حق اللعبة وانا ماستخدمته على فنكشنات من اللعبة Link to comment
Master_MTA Posted April 4, 2019 Share Posted April 4, 2019 On 30/03/2019 at 12:16, +Source|> said: getElementType(guifind('gui-') 3 hours ago, #,xiRocKyz said: مايحتاج يفعل ال oop +_+ Link to comment
Rockyz Posted April 4, 2019 Share Posted April 4, 2019 34 minutes ago, Master_MTA said: +_+ يتفعل فقط في حالة ان الفنكشن من اللعبة نفسها Link to comment
Master_MTA Posted April 4, 2019 Share Posted April 4, 2019 2 minutes ago, #,xiRocKyz said: اللعبة يا روك الله يصلحك ترا مب محتاجه فلسفه لو غلطت قول انا غلطت وخلاص خل الموضوع يمر لا تكثر ردودنا وتخرب الموضوع على الرجال عالعموم اللي تشوفه لو انا غلطان فانا غلطان يلا بالتوفيق +_+ Link to comment
iMr.WiFi..! Posted April 4, 2019 Share Posted April 4, 2019 28 minutes ago, Master_MTA said: يا روك الله يصلحك ترا مب محتاجه فلسفه لو غلطت قول انا غلطت وخلاص خل الموضوع يمر لا تكثر ردودنا وتخرب الموضوع على الرجال عالعموم اللي تشوفه لو انا غلطان فانا غلطان يلا بالتوفيق +_+ oop بعد تجربة فعلية واطفاء معه oopأيّ ان اي فنكشن يجي من اللعبة بحد ذاتها يمكن استخدام الـ ,:find اشتغل سطر 1 Link to comment
Master_MTA Posted April 4, 2019 Share Posted April 4, 2019 40 minutes ago, iMr.WiFi..! said: find تمام بالتوفيق للججميع اعتذر على الازعاج Link to comment
iMr.WiFi..! Posted April 4, 2019 Share Posted April 4, 2019 3 minutes ago, Master_MTA said: تمام بالتوفيق للججميع اعتذر على الازعاج (كل بني آدم خطاء, وخير الخطّائين التوابون". (الترمذي وابن ماجه والحاكم وصححه" 1 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