Tutorials
1.
-- 1: Clothing type - 'mask', 'helmet', 'glasses', 'ear', 'chain', 'watches', 'bracelet', 'tshirt', 'vest', 'jacket', 'decals', 'bag', 'gloves', 'pants', 'shoes'.
-- 2: Clothing number
-- 3: Clothing color
exports.fivecode_clothing:AddClothing(clothType, clothNumber, clothColor)-- 1: Player source
-- 2: Clothing type - 'mask', 'helmet', 'glasses', 'ear', 'chain', 'watches', 'bracelet', 'tshirt', 'vest', 'jacket', 'decals', 'bag', 'gloves', 'pants', 'shoes'.
-- 3: Clothing number
-- 4: Clothing color
exports.fivecode_clothing:AddClothing(source, clothType, clothNumber, clothColor)2.
-- 1: Clothing type - 'mask', 'helmet', 'glasses', 'ear', 'chain', 'watches', 'bracelet', 'tshirt', 'vest', 'jacket', 'decals', 'bag', 'gloves', 'pants', 'shoes'.
exports.fivecode_clothing:RemoveClothing(clothType)-- 1: Player source
-- 2: Clothing type - 'mask', 'helmet', 'glasses', 'ear', 'chain', 'watches', 'bracelet', 'tshirt', 'vest', 'jacket', 'decals', 'bag', 'gloves', 'pants', 'shoes'.
exports.fivecode_clothing:RemoveClothing(source, clothType)3.
4.
Last updated