Skip to content

Commit

Permalink
🎨 Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Feb 5, 2024
1 parent a61abfe commit 6a13a16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,19 +187,6 @@ Config.ClothingShops = {
price = 120,
},

{
blip = {
enabled = false,
sprite = 73,
color = 47,
scale = 0.7,
string = "Clothing Shop",
},
coords = vec3(300.6, -597.7, 42.1), -- Pillbox Hospital
distance = 7,
price = false,
},

{
blip = {
enabled = false,
Expand Down
26 changes: 12 additions & 14 deletions server-data/resources/[esx_addons]/esx_ambulancejob/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,23 @@ description("ESX Ambulance Job")

version("1.0.0")

shared_script("@es_extended/imports.lua")

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

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

shared_script("@es_extended/imports.lua")

dependencies({
"es_extended",
"es_extended",
})

0 comments on commit 6a13a16

Please sign in to comment.