so me and a friend are making a admin menu where u can config stuff with out breaking the gamemode but the problem is when using DCollapsibleCategory it wont open all the way or when you click on the tab it will look as a tab but click on it again it wont open at all and no clue why
[CODE]local PlayerMangCollapsibleCategory = vgui.Create("DCollapsibleCategory")
PlayerMangCollapsibleCategory:SetSize(690,50)
PlayerMangCollapsibleCategory:SetExpanded(0)
PlayerMangCollapsibleCategory:SetLabel("Player Manager")[/CODE]
very simple as it but still dont work please help
The thing where it disappears is a bug in Gmod atm. Works on dev branch tho
so what would i use for now ??
1. Make your own
2. Look at how DarkRP F4 menu does by default as that works just fine in the current patch