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.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.
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
Required
es_extended, ox_lib, oxmysql, skinchanger, esx_skinConfiguration
config.lua
Hooks
See Hooks reference / Clothing Store. Key hooks:Hooks.ShowHelpText / Hooks.HideHelpText, Hooks.SetHudVisibility, Hooks.OnShareAntiCheat.
Resource info
Code accessible:
config.lua, hooks.lua, locales/*, html/*. Approximately 1800 lines of Lua + NUI. English + German.