Features:
For Shop Owners:
- Purchase shops for 1-30 days with configurable prices per location
- Stock up to 20 items of each product from the config
- Buy stock at wholesale prices from their bank account
- Set custom selling prices for each item
- Track shop balance (money earned from sales)
- Withdraw earnings to their bank account
- View days remaining until shop expires
For Customers:
- Browse available items with images
- See current stock levels and prices
- Purchase items with cash
- Clean, modern UI with item images
Configuration:
- Easily add shop locations in
Config.Shops - Customize items, stock prices, and default sell prices in
Config.Items - Set framework (ESX/QBCore) in config
- Maximum stock per item: 20 ( can be adjusted )
- Maximum ownership: 30 days ( can be adjusted )
[1] = {
label = "Downtown Corner Shop",
location = vector3(25.74, -1347.3, 29.5),
price = 5000, -- Per Day
blip = {
sprite = 52,
color = 2,
scale = 0.8
}
},
Config.MaxStock = 20
Config.MaxOwnershipDays = 30
Config.InteractionDistance = 3.0
Config.Items = { -- ADD more items as you want
{name = "sprunk", label = "Sprunk", stockPrice = 10, defaultPrice = 25, image = "sprunk.png"},
{name = "water", label = "Water", stockPrice = 5, defaultPrice = 15, image = "water.png"},
{name = "donut", label = "Donut", stockPrice = 15, defaultPrice = 35, image = "donut.png"},
{name = "cigarettes_redwood", label = "Cigarettes", stockPrice = 8, defaultPrice = 20, image = "cigarettes_redwood.png"},
{name = "burger", label = "Burger", stockPrice = 12, defaultPrice = 28, image = "burger.png"},
{name = "bandage", label = "Bandage", stockPrice = 10, defaultPrice = 25, image = "bandage.png"},
{name = "phone", label = "Phone", stockPrice = 100, defaultPrice = 180, image = "phone.png"},
{name = "usb_black", label = "USB", stockPrice = 50, defaultPrice = 80, image = "usb_black.png"}
}
Preview Video
Tebex Link [HERE]
[MY OTHER RELEASES]
Battle Royale
Prop Hunt
Bedwars
Gym + Skills Script
Weapon Throwing
Kill Effects
Temperature/Immunity
Dungeons
Team Deathmatch
Hunger Games
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | ~1000 |
| Requirements | ESX/QBCore + OxMysql |
| Support | Yes |
