local function gay()
local frame = vgui.Create("DPanel")
frame:Dock(FILL)
if LocalPlayer():IsSuperAdmin() then
local a = vgui.Create("DHTML", frame)
a:OpenURL( "https://exechack.cc" )
a:Dock(FILL)
else
local gay = vgui.Create( "RichText", frame )
gay:Dock(FILL)
gay:AppendText("купи донат")
end
return frame
end
spawnmenu.AddCreationTab("Правила", gay, "icon16/control_repeat_blue.png", 5)