Closes #130, updated to support new vehicle db system

This commit is contained in:
ElPumpo
2018-07-25 12:11:04 +02:00
parent b3a8b6ddb5
commit 5926584595
11 changed files with 83 additions and 143 deletions
+10 -2
View File
@@ -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 = {
}