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

changes character every time the server restarts

Open agung08 opened this issue 2 years ago • 1 comments

every time the server restarts the character changes to a female character

agung08 avatar Mar 16 '22 10:03 agung08

You need to add this trigger to your playerloaded function

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

MDJHShovon avatar Jun 24 '22 08:06 MDJHShovon