Skip to content

Commit

Permalink
chore: implemented the point of purchase for the armory
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jul 1, 2024
1 parent a3a0e64 commit 48f3bd4
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,28 @@ Config.Shops = {
},
},
}, -- Copy and paste this shop to create more

["ammu"] = {
label = "Ammunation Shop",
blip = {
enabled = true,
coords = vec3(811.147278, -2157.349365, 29.616821),
sprite = 61,
color = 8,
scale = 0.7,
string = "ammu",
},
locations = {
stash = {
string = "[E] - Access Inventory",
coords = vec3(809.116516, -2169.626465, 29.616821),
range = 3.0,
},
shop = {
string = "[E] - Access Shop",
coords = vec3(308.782410, -592.061523, 43.282104),
range = 4.0,
},
},
},
}

0 comments on commit 48f3bd4

Please sign in to comment.