uyuyorumstore
um-clothing

Setup

Setup guide for um-clothing

Select Framework

Firstly

  1. Delete or backup your old clothing or appearance script (qb-clothing, illenium-appearance, fivem-appearance, etc.)
  2. Drag um-clothing-qb to the desktop and rename it to um-clothing
  3. Make sure the playerskins, player_outfits, and player_outfit_codes tables exist; if not, import them from the sql folder

Server.cfg

  • It would be better to ensure before multicharacter scripts like um-multicharacter
server.cfg

ensure oxmysql
ensure ox_lib
ensure qbx_core
ensure [qbx]
ensure [standalone] # include um-clothing
--------------
ensure [um] # um-multicharacter, other um scripts etc.
------------

Firstly

  1. Delete or backup your old clothing or appearance script (esx_skin, skinchanger, esx_barbershop, esx_clotheshop, esx_tattooshop, etc.)
  2. Drag um-clothing-esx to the desktop and rename it to um-clothing
  3. Make sure the users > skin column, player_outfits, and player_outfit_codes tables exist; if not, import them from the sql folder

Server.cfg

  • It would be better to ensure before multicharacter scripts like um-multicharacter
server.cfg

ensure oxmysql
ensure ox_lib
ensure es_extended
ensure [core]
ensure [standalone] # include um-clothing
--------------
ensure [um] # um-multicharacter, other um scripts etc.
------------

Requirements

On this page