ND_Police icon indicating copy to clipboard operation
ND_Police copied to clipboard

[suggestion] locker room also separated by rank

Open davefl67 opened this issue 2 years ago • 1 comments

This way, a sergeant can have his patrol uniform with added rank stripes on the sleeves, for example. Optional line could be added to the configuration with the rank number:

        {
            title = "Sergeant Patrol Uniform",
            groups = {"lspd"},
            rank = 3,
            clothing = options.lspd_patrol
        },

davefl67 avatar Jan 31 '24 03:01 davefl67

Yae or I could make it like:

groups = {
    lspd = 5
}

that way it can be configured for each dept with rank, but then how would that be would it look for that rank and higher or just strictly that rank, and also would it show as disabled on the menu or not show up at all?

Andyyy7666 avatar Feb 01 '24 12:02 Andyyy7666