fivem-appearance
fivem-appearance copied to clipboard
Add config to disable exit option
Hey @nevos08, could you take a look into the conflicts? Also, could you update the locale json with this:
"headOverlays": {
"title": "Appearance",
"hair": {
"title": "Hair",
"style": "Style",
"color": "Color",
"highlight": "Highlight"
"highlight": "Highlight",
"fade": "Fade" // This need to be added
},
"opacity": "Opacity",
"style": "Style",
"color": "Color",
"blemishes": "Blemishes",
"beard": "Beard",
"eyebrows": "Eyebrows",
"ageing": "Ageing",
"makeUp": "Make up",
"blush": "Bblush",
"complexion": "Complexion",
"sunDamage": "Sun damage",
"lipstick": "Lipstick",
"moleAndFreckles": "Mole and Freckles",
"chestHair": "Chest hair",
"bodyBlemishes": "Body blemishes",
"eyeColor": "Eye color"
},
Ty in advance!
Hey @nevos08, thinking about compatibility over versions, i think your change will break this because all the events need to be updated with allowExit = true
, maybe it will be better if you do other way around, allowExit = true
by default and if you dont want to show the exit, then, you add on options. Ty for ur work! :P
All right, sorry for the delay. Really appreciated for ur work!