S4MuEL Posted May 10, 2013 Share Posted May 10, 2013 ممثلآ تققصد كذآ الققيمةة لـ k ? "..k.." ? Link to comment
iPrestege Posted May 10, 2013 Share Posted May 10, 2013 لا لازم تسوي جدول وتدخل القيم فية وتطلعها بعدين مثل كذآ : local TheTable = {} addCommandHandler("Results", function ( ) for i = 1,#TheTable do local r,g,b = math.random(255),math.random(255),math.random(255) outputChatBox(" "..i.." ",root,r,g,b) end end ) addCommandHandler("Insert", function ( ) local ID = math.random(10,5000) table.insert ( TheTable , {ID} ) end ) Link to comment
S4MuEL Posted May 10, 2013 Share Posted May 10, 2013 وممففروض علي آسوي تآبل إنسرت ؟ ! Link to comment
iPrestege Posted May 10, 2013 Share Posted May 10, 2013 table.insert تستخدم لـ ادخال قيم بـ الجدول Link to comment
PaiN^ Posted May 10, 2013 Share Posted May 10, 2013 مو لازم جدول local k = '#iR4y[b]ak' function output ( ) outputChatBox ( k ) end addEventHandler ( 'onResourceStart', resourceRoot, output ) Link to comment
iPrestege Posted May 10, 2013 Share Posted May 10, 2013 @ Pain ذا شيء معروف بس تسوي متغير / = حنا نتكلم عن الجداول Link to comment
PaiN^ Posted May 10, 2013 Share Posted May 10, 2013 تصدق توي انتبهت لشي الموضوع شطح من أساسه ذذ نصيحتي لصاحب الموضوع : إتعلم الشي إللي سويت الموضوع عشانه, عشان لا تتعقد حبة حبة و مع الوقت بتتعلم كل شي بإذن الله @ Prestege : أنا كملت على ردي فوق ^ 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