[release] fivem-appearance


Any idea why i am getting this when i hit the rotate button?

Hello, can you help me please ?
I don’t know for what when i finish to register my player in my Creator the outfit go delete.
I spawn like random with mp_freemodel, can you help me pelase ?

1 Like

is it possible for you to add a config for blacklisted clothes?

beautiful bro

Can someone help me with how to use exports to set/get player clothes?

local playerIdx = GetPlayerFromServerId(source)
local ped = GetPlayerPed(playerIdx)
					
	exports['fivem-appearance']:getPedComponents(function (PedComponents)
		if (PedComponents) then
			print(PedComponents)
		else
			print('Canceled')
		end
       end, ped)

I tried this code to get PedComponents but I got the following error :

Cool release. Keep it up!

So does it work or the barbershop and can i save clothes?

Nice interface :grin:

Loving the script but I’m having trouble making it work with esx job uniforms anyone help me out?

I cant start policejob or ambulancejob when selecting uniform only civilian clothing works surely I’m just being stupid and miss reading something :man_facepalming:

1 Like

I have spent 4 hours tonight trying to figure out how the heck I get this thing working. I’m using es_extended v1 final and for the best of me cant get this rite, yo anyone able to pass some wisdom to a good soul please?

Hello good,

I have installed everything and it works perfect. But I have a little mistake. Every time I press this button

Nuevo proyecto

it gives me the following error. Does anyone know how to fix it?

1 Like

Can someone please install this for me asap I have an ESX Plume server I need it so it works with ESX Multi Character and my clothing pack please…

1 Like

i have issues with this people admin cant do /car or use the command goto and bring

Anyone know where i can find the esx version of this for oxmysql?

Really nice, little work required but awesome resource.

nice work!

Here you Go Converted to Oxmysql

2 Likes

Anyone figure it out how to make it work with clothes for Jobs ?
Ambulancejob - Policejob etc.

1 Like

Same here, if i find a way i’ll let you know.

Here you go :slight_smile:

2 Likes

I have a problem when changing clothes, when I close the interface the script throws a respawn to the character and this causes the weapons to be deleted, any solution?