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-clothingevents 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
| Requirement | Purpose |
|---|---|
| qb-core | Core framework |
| oxmysql | Database operations |
| PolyZone | Location-based zones |
Documentation
- Installation Guide - Get started with Oxide Clothing
- Configuration - Customize stores, barbers, and locations
- Features - Explore character creator and clothing system
- Exports & API - Complete API reference
- Troubleshooting - Common issues and solutions