From the reference libraryFiveM

esx_clotheshop

esx/src/pages/en/esx_addons/esx_clotheshop.mdx

esx_clotheshop

Github Link

It`s time to shine! Head over to the variety of stores this resource adds - to Get a new stylish look to out shine all your competition. <br /> <img src="https://r2.fivemanage.com/SVPyt7tsQi4njkYd2eKX6/Screenshot2025-01-04082103.png" alt="esx_clotheshop" />

Configuration

  • Config.Price
    • type: integer
    • default: 250
    • description: The price of the clothes.
  • Config.ChargePerPiece
    • type: integer
    • default: false
    • description: Charge Config.Price per piece of clothing changed.
  • Config.DrawDistance
    • type: float
    • default: 10.0
    • description: The distance to see the marker.
  • Config.MarkerSize
    • type: table
    • default: {x = 1.5, y = 1.5, z = 1.0}
    • description: The size of the marker.
  • Config.MarkerColor
    • type: table
    • default: {r = 100, g = 200, b = 104}
    • description: The color of the marker.
  • Config.MarkerType
    • type: integer
    • default: 1
    • description: The type of the marker.
  • Config.Shops
    • type: table
    • description: Contains all the positions of the shops.
  • Config.SkinProps
    • type: table
    • description: Contains all the skin props that the player can change here (from skinchanger).
    • default: { 'tshirt','torso', 'decals', 'arms', 'pants', 'shoes', 'bags', 'chain', 'helmet', 'glasses', 'watches' }
Back to documentation