Create Category

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