๐Prison Uniforms
๐ฆ Configuration Location
Config.PrisonUniform๐ Uniform Structure
๐จ Male Uniform Example
male = {
["t-shirt"] = { item = 15, texture = 0 },
["torso"] = { item = 535, texture = 0 },
["decals"] = { item = 0, texture = 0 },
["arms"] = { item = 11, texture = 0 },
["pants"] = { item = 197, texture = 0 },
["shoes"] = { item = 12, texture = 0 },
}๐ฉ Female Uniform Example
๐ง Tips
Last updated