very nice script. Is it possible for you to use your own outfits that you define beforehand instead of standard peds?
How for example qb-clothing used?
Config.Outfits = {
['Projectlead'] = {
-- Job
['male'] = {
-- Gender
[0] = {
-- Grade Level
[1] = {
-- Outfits
outfitLabel = 'Admin',
outfitData = {
['pants'] = {item = 24, texture = 0}, -- Pants
['arms'] = {item = 19, texture = 0}, -- Arms
['t-shirt'] = {item = 58, texture = 0}, -- T Shirt
['vest'] = {item = 0, texture = 0}, -- Body Vest
['torso2'] = {item = 55, texture = 0}, -- Jacket
['shoes'] = {item = 51, texture = 0}, -- Shoes
['accessory'] = {item = 0, texture = 0}, -- Neck Accessory
['bag'] = {item = 0, texture = 0}, -- Bag
['hat'] = {item = -1, texture = -1}, -- Hat
['glass'] = {item = 0, texture = 0}, -- Glasses
['mask'] = {item = 0, texture = 0} -- Mask
}
},
[2] = {
outfitLabel = 'Supporter',
outfitData = {
['pants'] = {item = 24, texture = 0}, -- Pants
['arms'] = {item = 20, texture = 0}, -- Arms
['t-shirt'] = {item = 58, texture = 0}, -- T Shirt
['vest'] = {item = 0, texture = 0}, -- Body Vest
['torso2'] = {item = 317, texture = 3}, -- Jacket
['shoes'] = {item = 51, texture = 0}, -- Shoes
['accessory'] = {item = 0, texture = 0}, -- Neck Accessory
['bag'] = {item = 0, texture = 0}, -- Bag
['hat'] = {item = 58, texture = 0}, -- Hat
['glass'] = {item = 0, texture = 0}, -- Glasses
['mask'] = {item = 0, texture = 0} -- Mask
}
}
},