Jump to content

[REL] dxGridlists Framework


t3wz

Recommended Posts

  • 2 months later...
  • 3 months later...

I got a problem, I don't know which event wrote with the function where I script the gridlist, when i add no event, it dosn't shows and when I add it, it shows everytime, I added gridlist:SetVisible ( false ) but still when I start the script It shows, any help?

  
function categorias() 
    gridlist = dxGrid:Create ( (780/1920)*sX, (250/1080)*sY, (125/1920)*sX, (100/1080)*sY); 
    gridlist:AddColumn ( "Gamemode", (125/1920)*sX ); 
    for i = 1, 3 do 
        gridlist:AddItem ( 1, categories[i] ) 
    end 
end 
addEventHandler("onResourceStart", root, categorias) 
  

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...