Problem with "Cloakrooms" cabinets

Hi guys, sorry for my english, I use the translator. My problem is that I try to add more uniforms to the Officer.cloakroom and I can not get them to run, what I’m trying to do is to unify the uniforms in the same rank, that is to say that a policeman has access to his suit and SWAT for example, the case is that I can not find the correct procedure, and there are very few tutorials in my language (Spanish) Thanks to all

I tried to do this and it did not work

Also try it like this:

[“Officer”] = {
_config = { permissions = {“Officer.cloakroom”} },
[“Policia Nacional”] = officer_male,
[“Policia Nacional Femenino”] = cop_female
[“SWAT”] = fbi_male

And also try to assign the SWAT. coakroom in Group.lua to Police Officer and nothing, I’m really desperate

[“Officer”] = {
_config = { permissions = {“Officer.cloakroom”} },
[“Policia Nacional”] = officer_male,
[“Policia Nacional Femenino”] = cop_female, – See you
[“SWAT”] = fbi_male

Send your clockrom so I can help you.