Dyztiny-Project / DyzCarSystem

The vehicle HUD for FiveM NUI.
GNU General Public License v3.0
20 stars 15 forks source link

cant change the "PRESS (B) TO USE THE SEATBELT" #8

Open spedc00kei opened 3 years ago

spedc00kei commented 3 years ago

cant change the "PRESS (B) TO USE THE SEATBELT". i looked through the files but cant seem to find where i can change it. I changed the keybind to K

joartspp commented 3 years ago

cant change the "PRESS (B) TO USE THE SEATBELT". i looked through the files but cant seem to find where i can change it. I changed the keybind to K

---- Config ---- u can change it in config_c.lua file at line : 5 ( Reference key : https://docs.fivem.net/docs/game-references/controls/ )

---- UI ---- u can change it in html/index.html file at line : 11

Example <p id="txtNotice">PRESS (<span style="color: rgba(255, 255, 255, 1)">F</span>) TO USE THE SEATBELT.</p>

l3lackMegas commented 3 years ago

Thank you, @joartspp! I think next release I'll add this to config file.