Create Category

 avatar
unknown
plain_text
3 years ago
191 B
8
Indexable
DarkRP.createCategory{
	name = "For Hire",
	categorises = "jobs",
	startExpanded = true,
	color = Color(215, 171, 44, 255),
	canSee = function(ply) return true end,
	sortOrder = 100,
}
Editor is loading...