@@ -53,7 +53,8 @@ Config.VehicleKeys = {
5353
5454 -- This is for inventories with metadata like ox_inventory
5555 -- Supported Inventories: ox_inventory, qs-inventory, core_inventory
56- -- For okokGarage you have to set this to true!
56+ -- For okokGarage you have to set this to true
57+ -- For msk_vehiclekeys you have to set this to false
5758 uniqueItems = false , -- If set to true, it will search for the item in the inventory
5859 item = ' keys' , -- Item in your inventory for vehicle keys
5960}
@@ -64,12 +65,28 @@ Config.SaveAngleOnExit = 75 -- default: F - 75 (Exit Vehicle)
6465-- With this feature you can set vehicles and plates for which you don't need a key to start the engine
6566-- either exact plates or just a string that should be in the vehicles plate e.g. "ESX" will ignore te plate "ESX1234" too
6667Config .Whitelist = {
68+ classes = {
69+
70+ },
6771 vehicles = {
6872 -- Please use `` and NOT '' or ""
6973 ` caddy` , ` caddy2` , ` caddy3` , ` airtug` , ` docktug` , ` forklift` , ` mower` , ` tractor2` ,
7074 },
7175 plates = {
72- " ESX" , " MSK" , " Test"
76+ " ESX" , " MSK" , " Test" ,
77+ },
78+ }
79+
80+ Config .Blacklist = {
81+ classes = {
82+ 13 , 21 ,
83+ },
84+ vehicles = {
85+ -- Please use `` and NOT '' or ""
86+ ` bmx` , ` cruiser` , ` fixter` , ` scorcher` , ` tribike` , ` tribike2` , ` tribike3` ,
87+ },
88+ plates = {
89+ " ESX2" , " MSK2" , " Test2" ,
7390 },
7491}
7592---- ------------------------------------------------------------
@@ -179,4 +196,8 @@ Config.Animation = {
179196 action = ' skillbar' , -- Set to 'skillbar' or 'progressbar'
180197 time = 15 , -- in seconds // How long does it take to hotwire the vehicle // Only for 'progressbar'
181198 }
182- }
199+ }
200+ ---- ------------------------------------------------------------
201+ exports (' Config' , function ()
202+ return Config
203+ end )
0 commit comments