mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
Closes #130, updated to support new vehicle db system
This commit is contained in:
+10
-2
@@ -31,7 +31,7 @@ Config.PoliceStations = {
|
||||
Scale = 1.2,
|
||||
Colour = 29,
|
||||
},
|
||||
-- https://wiki.fivem.net/wiki/Weapons
|
||||
-- https://wiki.rage.mp/index.php?title=Weapons
|
||||
AuthorizedWeapons = {
|
||||
{ name = 'WEAPON_NIGHTSTICK', price = 200 },
|
||||
{ name = 'WEAPON_COMBATPISTOL', price = 300 },
|
||||
@@ -83,7 +83,7 @@ Config.PoliceStations = {
|
||||
|
||||
}
|
||||
|
||||
-- https://wiki.fivem.net/wiki/Vehicles
|
||||
-- https://wiki.rage.mp/index.php?title=Vehicles
|
||||
Config.AuthorizedVehicles = {
|
||||
Shared = {
|
||||
{
|
||||
@@ -118,6 +118,10 @@ Config.AuthorizedVehicles = {
|
||||
}
|
||||
},
|
||||
|
||||
intendent = {
|
||||
|
||||
},
|
||||
|
||||
lieutenant = {
|
||||
{
|
||||
model = 'riot',
|
||||
@@ -129,6 +133,10 @@ Config.AuthorizedVehicles = {
|
||||
}
|
||||
},
|
||||
|
||||
chef = {
|
||||
|
||||
},
|
||||
|
||||
boss = {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user