Hello, I have problems with adding a RichText to a CollapsibleCategory
Instead of Label I want to have a RichText.
[CODE]
local isVipCat = vgui.Create("DCollapsibleCategory")
isVipCat:SetLabel("Fisse")
local Info = isVipCat:Add("DLabel")
Info:SetTextColor(Color(0,0,200,255))
Info:SetText("In order to see this content you have to buy vip.")
[/CODE]
Can anyone give me a hint or a snippet? :)
Thanks In Advance
Charlie
Dont know if this is allowed but anyways.. bump!
Sorry, you need to Log In to post a reply to this thread.