Jump to content

Creating a tab panel with tabs editing the freeroam default resource


Recommended Posts

Hello, I'm trying to edit the freeroam resource in order to create a new one, but I'm trying to create a tab panel with tabs and I am not getting it right or something

{
			'tbp',
			id='clothestab',
			--x = 0,
			--y = 0,
			width = 350,
			height = 100,
			controls = {
				{'tab',
					text='Skin',
					controls = {
						{'br'},
					},
				},
				{'tab',
					text='Skin2',
					controls = {
						{'br'},
					},
				},
				{'tab',
					text='Skin3',
					controls = {
						{'br'},
					},
				},
			},
		},

 

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