Mr.R Posted October 1, 2014 Share Posted October 1, 2014 @King_HOHO مثالك صحيح بس انا غلطت حطيت فنكشنين وناقصك تحقق بس وهذا الكود الصحيح Table = { { "effa1", "d.png"}, { "effa2", "n.png"}, } function RefreshList( ) -- وظيفه التحديث guiGridListClear( GridList ) for _,v in ipairs ( Table ) do -- نسوي لوب للقيم الي في الجدول يعني نجلب القيم الي في الجدول local row = guiGridListAddRow ( GridList ) guiGridListSetItemText ( GridList, row, 1, v[1], false, false ) guiGridListSetItemData ( GridList, row, 1, v[2] ) end -- اند الفنكشن end -- اند الدو addEventHandler( "onClientGUIClick", root, function ( ) -- وظيفه بدون اسم + حدث عند الضغط if ( source == Button ) then -- تحقق من الزر + نحدد السورس if ( isTimer ( Timer ) ) then return end -- تحقق الوقت setTimer ( RefreshList, 4000, 1 ) -- هنا الوقت انا مخليه بين كل ضغطه وضغطه اربع ثواني end -- اند الفنكشن end )-- اند الاف + قوس اغلاق الحدث الإضافه بـ سطر 18 اسف ع السحبه بسبب الانترنت ^^ اهم شيء الرجال استفاد مع السلامه : ) 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