Fix integration with ox_core
Updated command creation to support groups again {’group.admin’, …}
New camera system (optional, you can opt in the config
Files Changed
Config changes
Camera = {
+ system = "new", -- "new" | "old"
controls = {
-- <https://docs.fivem.net/docs/game-references/controls/>
Toggle_Mouse = {
index = 44,
label = 'INPUT_COVER',
},
Toggle_Front_Camera = {
index = 38,
label = 'INPUT_PICKUP',
},
Record = {
index = 24,
label = 'INPUT_ATTACK',
},
},
},