Add some clothing from the CL vendor to the civilian CC and possibly add the service or dress uniforms for the military CC?
I mean, sure.
Thats litterally just copy pasting items from one list to another.
If you want to try a hand at it yourself, to get all the clothing you want to the CCs, i could help ya with it.
I looked at it myself but well unsure with the code.
Like if I were to add the Marine service uniform how do I make it to where that the civ CC doesn’t have access to vend it.
Wont be hard. There are already items in the vendor that check for the type of CC.
Specificly the fax mashine is civilian cc only (as was the camera at some point).
All thats hapening there is pretty simpel really.
The code block for the civilian CC job has some code stapeld on the bottom that says “they can vent stuff with this define slapped on”
Then said define is just put on the fax mashine as well, in the code for the CC vendor.
The CIVILIAN_CAN_BUY_BACKPACK.
You could also look at how the pilots and crew chief have it handeld.
They have one clothing vendor, but each see a diffrent invetory.
Also sorry it took a bit.
Thank you for doing this.