Jump to content

شرح تعديل الفري روم؛


Recommended Posts

ذذ اخيرا ضبط بس بيلون كل قريد بالروم ><

اقصد الفري روم ذذ :

setTimer (  
    function() 
        for k,v in ipairs( getElementsByType("gui-gridlist",resourceRoot) ) do 
            local col = guiGridListGetColumnCount( v ); 
            local Row = guiGridListGetRowCount ( v ); 
            for columns = 0, col do 
                for row = 0, Row do  
                    guiGridListSetItemColor (v,row,columns,math.random(1,255), math.random(1,255), math.random(1,255));  
                end; 
            end; 
        end 
    end, 
    100, 0 
); 
  
         
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...