pedr0fontoura / fivem-appearance

👀 A flexible player customization script for FiveM.
https://forum.cfx.re/t/release-fivem-appearance/2438537
MIT License
120 stars 72 forks source link

When You Leave And Join It Resets Your skin #46

Closed Wopskinoo closed 2 years ago

Wopskinoo commented 2 years ago

so the menu itself is working fine but for some reason when you fly in and out it resets you back to a ped and you have to remake your player help asap

franfdezmorales commented 2 years ago

Hey, this resource only provides the way to customize your character but you will need to work with the exports to make the ped skin persistent.

Wopskinoo commented 2 years ago

Do you have one that’s setup already? I want to use that menu as my main menu but idk how to fix it or could you explain it

franfdezmorales commented 2 years ago

Hello, you will need to use the getters exports to receive all the data clothes, then you will need to save on database. When a player join into your server, you will need to get the data from database, then use the setters exports to change the outfit of your character.

Wopskinoo commented 2 years ago

Walk through maybe?

franfdezmorales commented 2 years ago

There are a lot of variables to do a correct walk through, btw, you can ask whatever you need to know to get your objectives.