Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🎨 Run formatter + new shops #632

Merged
merged 3 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: new shops
  • Loading branch information
bitpredator committed Jan 30, 2024
commit 446033ab5cc4e9fc58daa6f03aecdd444ede7c47
3 changes: 2 additions & 1 deletion server-data/resources/[ox]/ox_inventory/data/shops.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ return {
blip = {
id = 59, colour = 69, scale = 0.8
}, inventory = {
{ name = 'backpack', price = 800 }
{ name = 'backpack', price = 800 },
{ name = 'wallet', price = 300 }
}, locations = {
vec3(-1131.481323, -1635.652710, 4.359009)
}, targets = {
Expand Down
Loading