Create Category

Anonymous
plain_text
07/25/2022 11:14 PM
256 B
23
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...