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

Add config to disable exit option #48

Closed nevos08 closed 2 years ago

franfdezmorales commented 2 years ago

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!

franfdezmorales commented 2 years ago

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

franfdezmorales commented 2 years ago

All right, sorry for the delay. Really appreciated for ur work!