Fist Posted March 27, 2016 Share Posted March 27, 2016 Hello! I tried to disable 1 tab from tab gui with this code guiSetProperty(tab, "Disabled", "True") It didnt work i dont know why. Here is image http://prntscr.com/aklnpv i want to disable tab2 but so tab1 and tab3 would be still available, i saw this on admin panel but seems that i cant do that. Thanks for help. Link to comment
1LoL1 Posted March 27, 2016 Share Posted March 27, 2016 Hello!I tried to disable 1 tab from tab gui with this code guiSetProperty(tab, "Disabled", "True") It didnt work i dont know why. Here is image http://prntscr.com/aklnpv i want to disable tab2 but so tab1 and tab3 would be still available, i saw this on admin panel but seems that i cant do that. Thanks for help. Try this: guiSetEnabled(tab, false) 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