Skip to content

Commit

Permalink
Merge pull request #512 from ItzMuri/patch-1
Browse files Browse the repository at this point in the history
missing Config.CarItems in config.lua
  • Loading branch information
GhzGarage authored Jul 25, 2024
2 parents f440fd1 + 9b6ceb1 commit 0b5e620
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ Config.Radars = {
vector4(-823.3688, -1146.980, 8.0, 300.0),
}

Config.CarItems = {
[1] = {name = "heavyarmor", amount = 2, info = {}, type = "item", slot = 1,},
[2] = {name = "empty_evidence_bag", amount = 10, info = {}, type = "item", slot = 2,},
[3] = {name = "police_stormram", amount = 1, info = {}, type = "item", slot = 3,},
}

Config.AuthorizedVehicles = {
-- Grade 0 and higher
[0] = {
Expand Down

0 comments on commit 0b5e620

Please sign in to comment.