• My Categories wont go in order for DarkRP
    3 replies, posted
So my categories are like this and when i go into game the Criminals is on the top, My Custom classes are in the 2nd row, And my Citizens are at the very bottom. DarkRP.createCategory{     name = "Citizens",     categorises = "jobs",     startExpanded = true,     color = Color(232, 157, 225, 255),     canSee = function(ply) return true end,     sortOrder = 1 } DarkRP.createCategory{     name = "Criminals",     categorises = "jobs",     startExpanded = true,     color = Color(5, 0, 0, 255),     canSee = function(ply) return true end,     sortOrder = 2 } DarkRP.createCategory{     name = "Civil Protections",     categorises = "jobs",     startExpanded = true,     color = Color(67, 41, 232, 255),     canSee = function(ply) return true end,     sortOrder = 3 } DarkRP.createCategory{     name = "Custom Classes",     categorises = "jobs",     startExpanded = true,     color = Color(138, 107, 230, 255),     canSee = function(ply) return true end,     sortOrder = 4 } DarkRP.createCategory{     name = "Staff",     categorises = "jobs",     startExpanded = true,     color = Color(247, 0, 0, 255),     canSee = function(ply) return true end,     sortOrder = 5 }
Moved to the correct section.
Ive done that and it does the same thing.
He meant he moved your post to the correct section of the forum
Sorry, you need to Log In to post a reply to this thread.