Sepete Ekle
İndirim!
Script QBCore

Gelişmiş Satılabilir Pazar

Orijinal fiyat: $50.00.Şu andaki fiyat: $41.00.

-18%

FiveM sunucunuzu şu şekilde yükseltin: Gelişmiş Satılabilir Piyasa Senaryosu Izzy tarafından. Bu esnek pazar sistemi, oyuncuların kendi pazar yerlerini kiralamalarına, özelleştirmelerine ve yönetmelerine olanak tanır ve yeni bir düzeyde etkileşimli oyun deneyimi sunar.

Özellikler:

  1. Kiralanabilir Piyasalar: Oyuncular, pazar yerini belirli bir süreliğine kiralayabilir ve istedikleri zaman uzatabilir veya geri satabilirler.
  2. Özel Envanter: Oyuncular tedarik listesinden ürünler satın alır ve bunları pazarda satarak stoklayacakları ürünleri seçerler.
  3. Kazanç Yönetimi: Satışlardan elde edilen paralar şirket hesabına yatırılır ve oyuncular istedikleri zaman paralarını çekebilirler.
  4. Personel Kiralama: Oyuncular envanteri yönetmek, satışları yönetmek, para çekmek ve pazar kiralarını uzatmak için personel kiralayabilirler.
  5. Önceden Ayarlanmış Öğeler: Pazar sahipleri, pazarı kiralamadan önce satışa sunulacak ürünleri belirleyerek, hemen satışa hazır hale getirebilirler.

QBCore İçin!

(6 müşteri değerlendirmesi)

Product facts

Framework
QBCore
Resource type
Script
Creator / Brand
Izzy Komut Dosyaları
Included files
1 downloadable file
Add to Cart
FiveM Pazar Sistemi
Gelişmiş Satılabilir Pazar
$50.00 Orijinal fiyat: $50.00.$41.00Şu andaki fiyat: $41.00.

Yapılandırma dosyası

-- https://discord.gg/mikishops

IZZY = {}

IZZY.Framework = "qb" --qb - oldqb
IZZY.FrameWorkScriptName = "qb-core"
IZZY.FrameGetObjectEvent = 'QBCore:GetObject'
IZZY.sql = "oxmysql" --Check fxmanifest.lua when you change it! | ghmattimysql / oxmysql / mysql-async
IZZY.SellPercentange = 10 --%10
IZZY.ExtendPercentange = 20 --%20 1 week extend price
IZZY.RentDay = 7 --7 day for 1 rent time(week)
IZZY.AccountForManageMarket = "bank" --For deposit money etc.
IZZY.FixCommand = "marketfix"
IZZY.Blip = {
    BlipSprite = 52,
    BlipColour = 2,
    BlipScale = 0.7,
    BlipName = "Shop",
}

IZZY.BuyMarketBlip = {
    BlipSprite = 350,
    BlipColour = 3,
    BlipScale = 0.7,
    BlipName = "Buy Market",
}

IZZY.WhoSallerBlip = {
    BlipSprite = 52,
    BlipColour = 27,
    BlipScale = 0.7,
    BlipName = "WhoSaller",
}

IZZY.ShopCoords = {
    [1] = vector3(-48.2197, -1757.4711, 29.4210),
    [2] = vector3(1163.2614, -323.6537, 69.2051),
    [3] = vector3(-707.3671, -914.3745, 19.2156),
    [4] = vector3(-1820.6412, 792.6923, 138.1135),
    [5] = vector3(1698.1538, 4924.4492, 42.0637),
    [6] = vector3(1135.6437, -982.3683, 46.4158),
    [7] = vector3(-1222.9817, -907.1884, 12.3263),
    [8] = vector3(-1487.2129, -379.1227, 40.1634),
    [9] = vector3(-2968.0149, 390.8926, 15.0433),
    [10] = vector3(1165.9236, 2709.1414, 38.1577),
    [11] = vector3(1392.5616, 3604.9871, 34.9809),
    [12] = vector3(373.8432, 326.2942, 103.5664),
    [13] = vector3(2556.8718, 382.1080, 108.6229),
    [14] = vector3(-3039.3450, 585.8024, 7.9089),
    [15] = vector3(-3241.8052, 1001.3857, 12.8307),
    [16] = vector3(547.7012, 2671.2729, 42.1565),
    [17] = vector3(1961.4301, 3740.4883, 32.3437),
    [18] = vector3(2679.0320, 3280.5186, 55.2411),
    [19] = vector3(1729.3567, 6414.9438, 35.0372),
    [20] = vector3(25.8079, -1347.2013, 29.4970),
}
IZZY.BuyShopCoords = vector3(-685.8456, 223.0823, 81.9551)
IZZY.WhoSaller = vector3(1197.0603, -3253.5757, 7.0952)

IZZY.WhoSallerItems = {
    [0] = {
        itemname = "iron",
        label = "Demir",
        price = 5,
    },
    [1] = {
        itemname = "Water",
        label = "Water",
        price = 50,
    },
    [2] = {
        itemname = "bandage",
        label = "Bandage",
        price = 17,
    },
    [3] = {
        itemname = "carokit",
        label = "Body Kit",
        price = 17,
    },
    [4] = {
        itemname = "iron",
        label = "Iron",
        price = 13,
    },
    [5] = {
        itemname = "copper",
        label = "Copper",
        price = 2,
    },
    [6] = {
        itemname = "diamond",
        label = "Diamon",
        price = 74,
    },
    [7] = {
        itemname = "gold",
        label = "Gold",
        price = 89,
    },
    [8] = {
        itemname = "fixkit",
        label = "Fixkit",
        price = 45,
    },
    [9] = {
        itemname = "medikit",
        label = "Medikit",
        price = 65,
    },
}
-- ekleme
IZZY.DefaultItems = {
    [0] = {
        itemname = "iron",
        label = "Demir",
        price = 5,
        stock = 50,
    },
    [1] = {
        itemname = "Water",
        label = "Water",
        price = 50,
        stock = 50,
    },
    [2] = {
        itemname = "bandage",
        label = "Bandage",
        price = 17,
        stock = 50,
    },
}

IZZY.Languages = {
    ["nomoney"] = "You don't have money",
    ["bought"] = "Bougted.",
    ["no_money_on_market"] = "Not enought money on market.",
    ["already_working_here"] = "This player already working on this market.",
    ["not_online"] = "This player not in game",
    ["rented_market"] = "Market rented.",
    ["error_market"] = "Market not found try again",
    ["hired_person"] = "Person hired.",
    ["remove_stock"] = "Removed in stock.",
    ["negative_number"] = "You can't enter negative number.",
    ["price_changed"] = "Price changed.",
    ["no_stock"] = "There is not that much stock",
    ["turn_back_item"] = "You got the items back. Amount:",
    ["enter_price"] = "You have to enter price",
    ["enter_stock"] = "You have to enter stock",
    ["stock_added"] = "Stock added.",
    ["max_stock"] = "Max Stock: ",
    ["fired_person"] = "Fired from job.",
    ["cannot_increase"] = "You can't increase it any more",
    ["cannot_decrease"] = "You can't decrease it any more",
    ["removed_on_basket"] = "Removed item on basket.",
    ["has_owner_market"] = "This market already has an owner.",
    ["enter_player_id"] = "You need enter player id",
    ["not_market_owner"] = "You're not a market owner.",

    ["buy_market"] = "[E] Buy Market" ,
    ["whosaller"] = "[E] WhoSaller",
    ["acces_market"] = "[E] Access Market",

    ["market_no"] = "Market No: ",

    -- ekleme
    ["no_job"] = "Your job cannot access this market.",
}
-- ekleme
IZZY.Shops = {
    ["policemarket"] = { --must be uniq
        job = "police", --if you want add job, don't want set false
        MarketName = "Police Shop", --market name
        coords = vector3(37.2594, -1758.7753, 29.3020), --set coords
        blip = { --for blip option, if you don't want set false
            Label = "Police Market",
            Sprite = 5,
            Colour = 5,
            Scale = 0.7,
        },
        items = { --you can set shop items with this table
            [0] = {
                itemname = "weapon_pistol", --itemname
                label = "Pistol", --label
                price = 5,  --price
                stock = 50, --stock (refresh on every open shop)
            },
            [1] = {
                itemname = "Water",
                label = "Water",
                price = 50,
                stock = 50,
            },
            [2] = {
                itemname = "bandage",
                label = "Bandage",
                price = 17,
                stock = 50,
            },
        }
    },
    ["megamall"] = {
        job = false,
        MarketName = "MegaMall",
        coords = vector3(16.6959, -1754.6932, 29.3030),
        blip = {
            Label = "MegaMall",
            Sprite = 5,
            Colour = 5,
            Scale = 0.7,
        },
        items = {
            [0] = {
                itemname = "bandage",
                label = "test item",
                price = 5,
                stock = 50,
            },
            [1] = {
                itemname = "Water",
                label = "Water",
                price = 50,
                stock = 50,
            },
            [2] = {
                itemname = "bandage",
                label = "Bandage",
                price = 17,
                stock = 50,
            },
        }
    },
}

 

Setup guide

The former public config dump matched the package, but the complete shop, coordinate and item tables belong in the download.

Requirements and preparation

  • QBCore or old QBCore.
  • A configured SQL adapter; the package manifest defaults to oxmysql.

Kurulum

  1. Çıkarmak izzy-AdvancedShopSystem and import the included SQL.
  2. Set framework, SQL, rent period, percentages, account and repair command in config.lua.
  3. Replace package API credentials with credentials owned by your server, then configure markets, coordinates and items.

Configuration checkpoints

  • Verify buying/renting, ownership, stock, employee access, deposits and expiry.
  • Check item names against the active inventory before opening the market publicly.

Safety: Back up the affected resource and database tables, use credentials owned by your server, and complete a staging test before replacing a live resource. The full configuration remains in the download package.

Advanced Sellable Market için 6 değerlendirme

  1. Braeden (doğrulanmış kullanıcı)

    Belgeler açık ve tüm önemli kurulum adımlarını kapsıyor.

  2. AxelYoung (doğrulanmış kullanıcı)

    We tested several similar resources, but this one had the best combination of features, design, and performance.

  3. TheoKraken (doğrulanmış kullanıcı)

    The developer was patient and answered all my questions clearly. Highly recommended.

  4. Edison (doğrulanmış kullanıcı)

    The first time I got the urges to leave a comment, but this is simply a top-notch thing you can find.

  5. Edgardo (doğrulanmış kullanıcı)

    Great balance between simplicity and customization. You can use it immediately or configure every detail.

  6. BellaByte (doğrulanmış kullanıcı)

    Normalde özellikleri kendim oluştururum, ancak bu kaynağı satın almak bana saatlerce işten tasarruf sağladı.

Sadece bu ürünü satın almış olan müşteriler yorum yapabilir.