Custom Variants
Customizing Clothing Variants
Structure of Custom Variants
Config.customVariants = {
[`ped_model`] = {
[variant_name] = {
[clothing_item] = {
itemIds = {
drawable = drawable_id,
ids = { id1, id2, ... } -- Array of selected IDs
},
table = {
{ drawable = drawable_id, id = texture_id, texture = palette_id },
-- More items (optional)
},
animation = 'animation_name', -- (optional)
},
-- More clothing items...
},
-- More variants...
},
-- More ped models...
}Last updated