TrevorBarns / luxart-vehicle-control

A siren / (non-els) emergency lights controller for FiveM.
https://www.luxartengineering.com/
GNU General Public License v3.0
137 stars 58 forks source link

New Locale handling & RageMenu Setting #95

Open Maximus7474 opened 4 months ago

Maximus7474 commented 4 months ago

Locales Changes

  1. Altered locale handling to function with SETTINGS.lua, making it easier to switch locale
    • (would of ideally used convars to reduce unnecessary code changes but it's a pain to explain people what a convar is)
  2. Added French locale

RageMenu Setting:

  1. Added an option to SETTINGS.lua to disable completly the rage menu, benefits:
    • Makes it easier to disable it if a server decides not to use it
    • Reduces client side resource consumption when turned off

I'm open to any discussion or alterations to be done.