Oxide Clothing

Complete character customization system for QBCore FiveM servers with character creator, clothing stores, barbers, and outfit management.

Oxide Clothing is a comprehensive character customization system designed for QBCore FiveM servers. It provides a modern, intuitive UI for character creation, clothing management, and appearance customization.

Key Features

  • Character Creator - Full character creation with heritage system, 20 facial features, and 13 overlays
  • Clothing System - 12 clothing components and 5 prop slots with real-time preview
  • Outfit System - Save, load, and manage player outfits
  • Barber Shops - Hair styling, facial hair, eyebrows, and makeup
  • Plastic Surgeons - Face feature editing and overlay customization
  • Location-Based - Configurable stores, barbers, and surgeons with PolyZone integration
  • Persistent Storage - Separate tables for appearance, clothing, and outfits
  • Backward Compatible - Provides qb-clothing events for existing integrations

Quick Start

-- Apply full character appearance
Ped.ApplyAppearance(PlayerPedId(), appearance)

-- Set a clothing component
Ped.SetComponent(PlayerPedId(), 11, 5, 0) -- Torso2, drawable 5, texture 0

-- Get current clothing
local clothing = Ped.GetClothing(PlayerPedId())

Requirements

RequirementPurpose
qb-coreCore framework
oxmysqlDatabase operations
PolyZoneLocation-based zones

Documentation