> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apex-services.site/llms.txt
> Use this file to discover all available pages before exploring further.

# APEX Clothing Store

> Smooth orbit cam, outfit persistence, and proximity sharing.

A standalone clothing shop with a cinematic orbit camera, multi-part customization (13 clothing parts + color pickers), outfit save/load via MySQL, and proximity-based outfit sharing — let another player nearby try on what you're wearing before they buy.

## Features

* 13 clothing parts — hat, glasses, bracelet, pants, shoes, chain, bag, torso, tshirt, arms, mask, bproof, decals
* Smooth orbit camera with head/body/legs presets
* Per-player outfit saves — up to 10 outfits, MySQL-persisted
* Proximity outfit sharing — players within 3m can browse and try another player's outfit
* Anti-cheat — server-side distance validation + hook for custom handling
* 15 pre-configured store locations around Los Santos + Blaine County
* Configurable price + payment account (bank/cash/black\_money)
* en/de localization

## Requirements

<Card title="Required" icon="circle-check">
  `es_extended`, `ox_lib`, `oxmysql`, `skinchanger`, `esx_skin`
</Card>

## Configuration

```lua config.lua theme={null}
Config.Price                       = 500
Config.MaxOutfits                  = 10
Config.PaymentAccount              = 'bank'
Config.ShareRange                  = 3.0
Config.ShareAntiCheatDistance      = 10.0
Config.SharedOutfitLifetimeSeconds = 30
Config.ShopCloseDistance           = 7.0
```

15 store locations ship with blips. Camera presets, marker visuals, and blip style are all configurable.

## Hooks

See [Hooks reference / Clothing Store](/hooks/apex-clothing-store). Key hooks: `Hooks.ShowHelpText` / `Hooks.HideHelpText`, `Hooks.SetHudVisibility`, `Hooks.OnShareAntiCheat`.

## Resource info

<Note>
  Code accessible: `config.lua`, `hooks.lua`, `locales/*`, `html/*`. Approximately 1800 lines of Lua + NUI. English + German.
</Note>
