Files
Elite-Gaming-FiveM/resources/scully_lawenforcement/data/outfits.lua
T
2025-06-06 16:57:29 -07:00

140 lines
3.8 KiB
Lua

return {
['lspd'] = {
Male = {},
Female = {}
},
['bcso'] = {
Male = {
['Patrol Uniform 1'] = {
neck_1 = 0,
neck_2 = 0,
hat_1 = 0,
hat_2 = 0,
mask_1 = 0,
mask_2 = 0,
ear_1 = 0,
ear_2 = 0,
glasses_1 = 0,
glasses_2 = 0,
tshirt_1 = 15,
tshirt_2 = 0,
torso_1 = 15,
torso_2 = 0,
arms_1 = 15,
arms_2 = 0,
decals_1 = 0,
decals_2 = 0,
pants_1 = 61,
pants_2 = 0,
shoes_1 = 34,
shoes_2 = 0,
bproof_1 = 0,
bproof_2 = 0,
bags_1 = 0,
bags_2 = 0,
lefthand_1 = 0,
lefthand_2 = 0,
righthand_1 = 0,
righthand_2 = 0
},
['Patrol Uniform 2'] = {
neck_1 = 0,
neck_2 = 0,
hat_1 = 0,
hat_2 = 0,
mask_1 = 0,
mask_2 = 0,
ear_1 = 0,
ear_2 = 0,
glasses_1 = 0,
glasses_2 = 0,
tshirt_1 = 15,
tshirt_2 = 0,
torso_1 = 15,
torso_2 = 0,
arms_1 = 15,
arms_2 = 0,
decals_1 = 0,
decals_2 = 0,
pants_1 = 61,
pants_2 = 0,
shoes_1 = 34,
shoes_2 = 0,
bproof_1 = 0,
bproof_2 = 0,
bags_1 = 0,
bags_2 = 0,
lefthand_1 = 0,
lefthand_2 = 0,
righthand_1 = 0,
righthand_2 = 0
}
},
Female = {
['Patrol Uniform 1'] = {
neck_1 = 0,
neck_2 = 0,
hat_1 = 0,
hat_2 = 0,
mask_1 = 0,
mask_2 = 0,
ear_1 = 0,
ear_2 = 0,
glasses_1 = 0,
glasses_2 = 0,
tshirt_1 = 15,
tshirt_2 = 0,
torso_1 = 15,
torso_2 = 0,
arms_1 = 15,
arms_2 = 0,
decals_1 = 0,
decals_2 = 0,
pants_1 = 61,
pants_2 = 0,
shoes_1 = 34,
shoes_2 = 0,
bproof_1 = 0,
bproof_2 = 0,
bags_1 = 0,
bags_2 = 0,
lefthand_1 = 0,
lefthand_2 = 0,
righthand_1 = 0,
righthand_2 = 0
},
['Patrol Uniform 2'] = {
neck_1 = 0,
neck_2 = 0,
hat_1 = 0,
hat_2 = 0,
mask_1 = 0,
mask_2 = 0,
ear_1 = 0,
ear_2 = 0,
glasses_1 = 0,
glasses_2 = 0,
tshirt_1 = 15,
tshirt_2 = 0,
torso_1 = 15,
torso_2 = 0,
arms_1 = 15,
arms_2 = 0,
decals_1 = 0,
decals_2 = 0,
pants_1 = 61,
pants_2 = 0,
shoes_1 = 34,
shoes_2 = 0,
bproof_1 = 0,
bproof_2 = 0,
bags_1 = 0,
bags_2 = 0,
lefthand_1 = 0,
lefthand_2 = 0,
righthand_1 = 0,
righthand_2 = 0
}
}
}
}