Clothes
Other Clothing Scripts
if Config.ClothingScript == "your_resource_name" then
dbug("your_resource_name")
-- Add your setPed, setClothing or however your clothing script export is named
-- Set the clothes to the designed ped and trigger a return at the end
-- Look at the other scripts examples
return
endLast updated