




Price
UnknownA script by Luiiis
Price
UnknownHey guys,
with this script I want to present my enhanced shops script. Basically a pretty simple, but often suggested script in our community.
Features:
Update 09.01.2022:
- You can sell items and weapons in one shop. This also allows you to create an ammunation with this script. Or different ones, with different content .
Showcase:
Example shops:
You can add as many shops as you want with different shop content simply through the Config.
Config = {}
Config.Locale = 'en'
Config.NotificationPicture = 'CHAR_MANUEL'
Config.EnableBuyOption = true -- Should players be able to sell items at the shop
Config.PriceBuyDivide = 2 -- Sell price / this value = buy price
Config.useWeightSystem = true
Config.Shops = {
{type = "shop", name = "Shop", pedmodel = "mp_m_shopkeep_01", banner = "shopui_title_conveniencestore", blip = 52, color = 2, x =372.48, y =326.74, z =103.57, rot = 240.0},
{...}
}
Config.ShopItems = {
['shop'] = {
{label = "Cheese Sandwich", name = "sandwich", price = 15, max = 120},
{label = "Bacon Sandwich", name = "sandwich2", price = 15, max = 120},
{...}
},
['bar'] = {
{label = "Beer", name = "beer", price = 30, max = 100},
{...}
}
}
Dependencies:
Price: 1.65€ + tax
Download at https://luis-scripts.tebex.io/package/4470748
Or you can get this script in a bundle with myClothesshop and EnhancedBarber in sale for 6.40€ + tax: https://luis-scripts.tebex.io/package/4470832
myMailing
myJobsystem
myCrafting
myImpound
myDrugs
myClothesshop
myProperties
myMapbuilder
myMultichar
myBills
EnhancedBarbershop
myATMRobbery
No approved reviews found for this script yet.