Hello,
im allready done with my Scoreboard and now i want to add Jobs, its work good but in the scoreboard i want to sort it.
So how can i get the VAR SortOrder for the Job?
DarkRP.createCategory{
name = “Secret-Service”,
categorises = “jobs”,
startExpanded = true,
color = Color(0, 83, 216, 255),
canSee = function(ply) return true end,
**sortOrder **= 69,
}
Anyone can help me?
Thx