mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Move vehicle garage to seperate file, see desc for full change
This commit is contained in:
+36
-48
@@ -144,65 +144,53 @@ Config.AuthorizedWeapons = {
|
||||
}
|
||||
|
||||
Config.AuthorizedVehicles = {
|
||||
Shared = {
|
||||
{model = 'police', label = 'Police Cruiser', price = 10000},
|
||||
{model = 'pbus', label = 'Police Prison Bus', price = 5000}
|
||||
car = {
|
||||
recruit = {},
|
||||
|
||||
officer = {
|
||||
{model = 'police3', price = 20000}
|
||||
},
|
||||
|
||||
sergeant = {
|
||||
{model = 'policet', price = 18500},
|
||||
{model = 'policeb', price = 30500}
|
||||
},
|
||||
|
||||
intendent = {},
|
||||
|
||||
lieutenant = {
|
||||
{model = 'riot', price = 70000},
|
||||
{model = 'fbi2', price = 60000}
|
||||
},
|
||||
|
||||
chef = {},
|
||||
|
||||
boss = {}
|
||||
},
|
||||
|
||||
recruit = {
|
||||
helicopter = {
|
||||
recruit = {},
|
||||
|
||||
},
|
||||
officer = {},
|
||||
|
||||
officer = {
|
||||
{model = 'police3', label = 'Police Interceptor', price = 20000}
|
||||
},
|
||||
sergeant = {},
|
||||
|
||||
sergeant = {
|
||||
{model = 'policet', label = 'Police Transporter', price = 18500},
|
||||
{model = 'policeb', label = 'Police Bike', price = 30500}
|
||||
},
|
||||
intendent = {},
|
||||
|
||||
intendent = {
|
||||
lieutenant = {
|
||||
{model = 'polmav', props = {modLivery = 0}, price = 200000}
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
lieutenant = {
|
||||
{model = 'riot', label = 'Police Riot', price = 70000},
|
||||
{model = 'fbi2', label = 'FIB SUV', price = 60000}
|
||||
},
|
||||
|
||||
chef = {
|
||||
|
||||
},
|
||||
|
||||
boss = {
|
||||
chef = {
|
||||
{model = 'polmav', props = {modLivery = 0}, price = 150000}
|
||||
},
|
||||
|
||||
boss = {
|
||||
{model = 'polmav', props = {modLivery = 0}, price = 100000}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Config.AuthorizedHelicopters = {
|
||||
recruit = {},
|
||||
|
||||
officer = {},
|
||||
|
||||
sergeant = {},
|
||||
|
||||
intendent = {},
|
||||
|
||||
lieutenant = {
|
||||
{model = 'polmav', label = 'Police Maverick', livery = 0, price = 200000}
|
||||
},
|
||||
|
||||
chef = {
|
||||
{model = 'polmav', label = 'Police Maverick', livery = 0, price = 150000}
|
||||
},
|
||||
|
||||
boss = {
|
||||
{model = 'polmav', label = 'Police Maverick', livery = 0, price = 100000}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Config.CustomPeds = {
|
||||
shared = {
|
||||
{label = 'Sheriff Ped', maleModel = 's_m_y_sheriff_01', femaleModel = 's_f_y_sheriff_01'},
|
||||
|
||||
Reference in New Issue
Block a user