unknowneddeveloper
Bronze Elite
- Joined
- Aug 20, 2021
- Messages
- 14
- Reaction score
- 21
- Points
- 166
FIX FOR BLUSHHello, We got the character creator so far, it works but we have a problem with "Blush Color" when women restart FiveM and come back to the server the "Blush Color" is green and doesn't change anymore... also this happens if the woman types /skincreator in the chat she will be listed as a man again... can someone help us with the problem.
CHANGE LINE 315 TO
if changed(blushcolor, data.blushcolor) then
blushcolor = tonumber(data.blushcolor)
SetPedHeadOverlayColor(player, 5, 2, blushcolor) -- Blush Color
end
regards <3