Skip to main content

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.

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

Required

es_extended, ox_lib, oxmysql, skinchanger, esx_skin

Configuration

config.lua
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. 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.