Skip to content

okriiza/brp-fivem-appearance

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.4%
  • Lua 12.5%
  • HTML 1.6%
  • JavaScript 1.5%