Jump to content

كيف اسوي لوحه تفتح لـ لاعب


Recommended Posts

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

لا لازم تسوي جدول وتدخل القيم فية وتطلعها بعدين مثل كذآ :

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

تصدق توي انتبهت لشي

الموضوع شطح من أساسه ذذ

نصيحتي لصاحب الموضوع :

إتعلم الشي إللي سويت الموضوع عشانه, عشان لا تتعقد

حبة حبة و مع الوقت بتتعلم كل شي بإذن الله

@ Prestege :

أنا كملت على ردي فوق ^

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...