Skip to content

Commit

Permalink
Merge pull request #632 from bitpredator/dev
Browse files Browse the repository at this point in the history
chore: 🎨 Run formatter + new shops
  • Loading branch information
bitpredator authored Jan 31, 2024
2 parents 3b8d743 + f5603a3 commit 4afa6fa
Show file tree
Hide file tree
Showing 8 changed files with 443 additions and 414 deletions.
34 changes: 17 additions & 17 deletions server-data/resources/[bpt_addons]/bpt_ammujob/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ Config.Locale = "en"
Config.OxInventory = ESX.GetConfig().OxInventory

Config.AuthorizedVehicles = {
{ model = "rumpo", label = "Rumpo" },
{ model = "rumpo", label = "Rumpo" },
}

Config.Zones = {

VehicleSpawner = {
Pos = { x = 821.340637, y = -2146.417480, z = 28.706909 },
Size = { x = 1.0, y = 1.0, z = 1.0 },
Color = { r = 145, g = 30, b = 30 },
Type = 36,
Rotate = true,
},
VehicleSpawner = {
Pos = { x = 821.340637, y = -2146.417480, z = 28.706909 },
Size = { x = 1.0, y = 1.0, z = 1.0 },
Color = { r = 145, g = 30, b = 30 },
Type = 36,
Rotate = true,
},

VehicleSpawnPoint = {
Pos = { x = 822.540649, y = -2134.575928, z = 29.279907 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = -1,
Rotate = false,
Heading = 225.0,
},
VehicleSpawnPoint = {
Pos = { x = 822.540649, y = -2134.575928, z = 29.279907 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = -1,
Rotate = false,
Heading = 225.0,
},

VehicleDeleter = {
Pos = { x = 822.540649, y = -2134.575928, z = 28.279907 },
VehicleDeleter = {
Pos = { x = 822.540649, y = -2134.575928, z = 28.279907 },
Size = { x = 3.0, y = 3.0, z = 0.25 },
Color = { r = 255, g = 0, b = 0 },
Type = 1,
Expand Down
18 changes: 9 additions & 9 deletions server-data/resources/[bpt_addons]/bpt_ammujob/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ version("1.0.0")
shared_script("@es_extended/imports.lua")

client_scripts({
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"client/main.lua",
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"client/main.lua",
})

server_scripts({
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"server/main.lua",
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"server/main.lua",
})

dependency("es_extended")
dependency("es_extended")
Loading

0 comments on commit 4afa6fa

Please sign in to comment.