brp-fivem-appearance icon indicating copy to clipboard operation
brp-fivem-appearance copied to clipboard

A simple character creator for FiveM

Results 19 brp-fivem-appearance issues
Sort by recently updated
recently updated
newest added

using command /reloadskin fix this issue, but i tried this instead using command and not working at all. ``` local playerLoaded = false local firstSpawn = true AddEventHandler('esx:onPlayerSpawn', function() Citizen.CreateThread(function()...

Hi there, Much thank you for this awesome resource! Good stuff, nicely documented, I love it. 🥇 Only one minor issue occurred, I've added a clothing menu for the fire...

Whenever I try to save an outfit it saves as [object Object]. And whenever you spawn back in you spawn as a MP Female ped

![wee](https://user-images.githubusercontent.com/71615541/132141132-cfa7cd27-6257-4d40-802c-c84d38f1f27a.png)

![image](https://user-images.githubusercontent.com/68950015/129457486-14c4ac72-0ce6-4351-a61e-d165c806a0f5.png) ![image](https://user-images.githubusercontent.com/68950015/129457494-b7ac4928-ea2e-4ff5-bf3d-dd05fd302734.png) I have a couple of errors when i try to change and then save the clothes, and then when i try to save the outfit then upon coming...

Hi, I have restricted by permissions who can use peds and not, and i assign them via command. A good improvement for that script can be to hide the ped...

About jobs that call the skin to have players clothes? ``` function OpenCloakroomMenu() ESX.UI.Menu.Open('default', GetCurrentResourceName(), 'cloakroom', { title = _U('cloakroom'), align = 'top-left', elements = { {label = _U('ems_clothes_civil'), value...

![Immagine 2021-08-06 131355](https://user-images.githubusercontent.com/25954585/128502338-1c6bb58d-fa99-4288-9122-3a0174dbcaec.png)

![Immagine 2021-08-06 131608](https://user-images.githubusercontent.com/25954585/128502538-d5b78d8a-9181-497f-9b3f-8062249611b3.png) I have already modified the code: RegisterNUICallback("dataPost", function(data, cb) SetNuiFocus(false) TriggerEvent(data.event, data.args, data.arg2, data.arg3) cb('ok') end)