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 barbershop / makeup studio with a cinematic orbit camera, 6 customization categories (hair, beard, eyebrows, makeup, lipstick, earrings), hat/glasses/mask toggles, and facial expression cycling. 7 pre-configured locations and per-category pricing.

Features

  • 6 customization categories — hair, beard, eyebrows, makeup, lipstick, earrings
  • Smooth orbit camera with per-category presets (hair view vs lipstick view)
  • Facial expression cycling (normal, happy, angry, sad)
  • Hat / glasses / mask toggle during customization
  • 7 pre-configured saloons around LS + Blaine County
  • Per-category pricing — separately tunable
  • Gender-aware — makeup/lipstick hidden for male by default (configurable)
  • en/de localization

Requirements

Required

es_extended, ox_lib, skinchanger, esx_skin

Configuration

config.lua
Config.Prices = {
    hair = 250, beard = 250, eyebrows = 250,
    makeup = 250, lipstick = 250, ears = 250, default = 250,
}
Config.PaymentAccount       = 'bank'
Config.DisableMakeupForMale = true
Config.Expressions          = { normal = 'mood_normal_1', happy = 'mood_happy_1' }
7 locations ship (Pitchers, Del Perro, Rockford, Mirror Park, Paleto, Grapeseed, Lost MC).

Hooks

See Hooks reference / Hair Saloon. Key hooks: Hooks.ShowHelpText, Hooks.SetHudVisibility, Hooks.ShowNotification.

Resource info

Code accessible: config.lua, hooks.lua, locales/*, html/*. Approximately 1400 lines of Lua + NUI. English + German.