Skip to content

Commit

Permalink
chore: set the new coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Oct 31, 2024
1 parent 7a9037a commit ceb1479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_crafting/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Config = {
radius = 1.0,
},
{
coords = vector3(311.314301, -565.213196, 43.282104),
coords = vector3(365.432983, -1384.470337, 32.413940),
jobs = { "ambulance" },
blip = false,
recipes = { "bandage", "marijuana", "marijuana_extract", "medikit" },
Expand Down
10 changes: 5 additions & 5 deletions server-data/resources/[ox]/ox_inventory/data/stashes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ return {
},

{
coords = vec3(306.606598, -601.569214, 43.282104),
coords = vec3(361.767029, -1384.127441, 32.413940),
target = {
loc = vec3(306.606598, -601.569214, 43.282104),
loc = vec3(361.767029, -1384.127441, 32.413940),
length = 0.6,
width = 1.8,
heading = 340,
minZ = 43.34,
maxZ = 44.74,
label = "Open personal locker",
label = "Apri il deposito Aziendale",
},
name = "emslocker",
label = "Personal Locker",
owner = true,
label = "Deposito Aziendale",
owner = false,
slots = 70,
weight = 70000,
groups = { ["ambulance"] = 0 },
Expand Down

0 comments on commit ceb1479

Please sign in to comment.