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

Add config to disable exit option

Open nevos08 opened this issue 2 years ago • 2 comments

nevos08 avatar Jun 06 '22 14:06 nevos08

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 avatar Jun 06 '22 19:06 franfdezmorales

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 avatar Jun 09 '22 08:06 franfdezmorales

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

franfdezmorales avatar Sep 02 '22 16:09 franfdezmorales