ND-Framework / ND_Police

Police Job & tools for ND Framework includes ESX & QB integration
https://discord.gg/Z9Mxu72zZ6
GNU General Public License v3.0
26 stars 10 forks source link

[suggestion] locker room also separated by rank #3

Open davefl67 opened 7 months ago

davefl67 commented 7 months ago

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
        },
Andyyy7666 commented 7 months ago

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?