okriiza / brp-fivem-appearance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brp-fivem-appearance

This is something I made for my server a couple months ago I take no credit for the UI all I've done is make the LUA side with clothing shops, barber shops and saved outfits the original post was from https://forum.cfx.re/t/release-fivem-appearance/2438537

Dependencies

Conflicts

This rescorce is meant to replace these two so it cannot be used while these rescorces are running

  • esx_skin
  • skinchanger

Setup

  • Delete vrp- from the file name
  • Run Outfits.sql

If you'r using esx_multicharacter or most rescorces using esx_skin or skinchanger this should work out of the box thansk to edits made by Linden however if it doeas not you can use the trigger below on the client side after the player loads in order to set their skin

ESX.TriggerServerCallback('fivem-appearance:getPlayerSkin', function(appearance)
    exports['fivem-appearance']:setPlayerAppearance(appearance)
end)

Server Config

ensure fivem-appearance
setr fivem-appearance:locale "en"

Preview

About


Languages

Language:TypeScript 84.4%Language:Lua 12.5%Language:HTML 1.6%Language:JavaScript 1.5%