- Config = {}
- Config.UseTruckerJob = true -- true = The shops stock is based on when truckers refill it | false = shop inventory never runs out
- Config.UseTarget = GetConvar('UseTarget', 'false') == 'true' -- Use qb-target interactions (don't change this, go to your server.cfg and add `setr UseTarget true` to use this and just that from true to false or the other way around)
- Config.FirearmsLicenseCheck = false -- Whether a arms dealer checks for a firearms license
- Config.ShopsInvJsonFile = './json/shops-inventory.json' -- json file location
- -- Config.SellCasinoChips = {
- -- coords = vector4(950.37, 34.72, 71.87, 33.82),
- -- radius = 1.5,
- -- ped = 's_m_y_casino_01'
- -- }
- Config.Products = {
- ["normal"] = {
- [1] = {
- name = "tosti",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "bread",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 2,
- },
- [3] = {
- name = "water_bottle",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 3,
- },
- [4] = {
- name = "bzzz_prop_shop_coffee",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 4,
- },
- [5] = {
- name = "bzzz_prop_shop_bottle_cola",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 5,
- },
- [6] = {
- name = "bzzz_prop_shop_can_cola",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 6,
- },
- [7] = {
- name = "bzzz_prop_shop_bottle_zero",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 7,
- },
- [8] = {
- name = "bzzz_prop_shop_can_zero",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 8,
- },
- },
- ["liquor"] = {
- [1] = {
- name = "beer",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "whiskey",
- price = 25,
- amount = 50,
- info = {},
- type = "item",
- slot = 2,
- },
- [3] = {
- name = "vodka",
- price = 36,
- amount = 50,
- info = {},
- type = "item",
- slot = 3,
- },
- },
- ["saefte"] = {
- [1] = {
- name = "applejuice",
- price = 2,
- amount = 50,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "plumjuice",
- price = 25,
- amount = 50,
- info = {},
- type = "item",
- slot = 2,
- },
- [3] = {
- name = "pearjuice",
- price = 36,
- amount = 50,
- info = {},
- type = "item",
- slot = 3,
- },
- [4] = {
- name = "strawberryjuice",
- price = 36,
- amount = 50,
- info = {},
- type = "item",
- slot = 4,
- },
- [5] = {
- name = "peachjuice",
- price = 36,
- amount = 50,
- info = {},
- type = "item",
- slot = 5,
- },
- [6] = {
- name = "citronjuice",
- price = 36,
- amount = 50,
- info = {},
- type = "item",
- slot = 6,
- },
- [7] = {
- name = "glas_bottle",
- price = 36,
- amount = 50,
- info = {},
- type = "item",
- slot = 7,
- },
- },
- ["icecream"] = {
- [1] = {
- name = "bzzz_icecream_cherry",
- price = 7,
- amount = 3,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "bzzz_icecream_chocolate",
- price = 7,
- amount = 3,
- info = {},
- type = "item",
- slot = 2,
- },
- [3] = {
- name = "bzzz_icecream_lemon",
- price = 7,
- amount = 3,
- info = {},
- type = "item",
- slot = 3,
- },
- [4] = {
- name = "bzzz_icecream_pistachio",
- price = 7,
- amount = 3,
- info = {},
- type = "item",
- slot = 4,
- },
- [5] = {
- name = "bzzz_icecream_raspberry",
- price = 7,
- amount = 3,
- info = {},
- type = "item",
- slot = 5,
- },
- [6] = {
- name = "bzzz_icecream_stracciatella",
- price = 7,
- amount = 3,
- info = {},
- type = "item",
- slot = 6,
- },
- [7] = {
- name = "bzzz_icecream_strawberry",
- price = 7,
- amount = 3,
- info = {},
- type = "item",
- slot = 7,
- },
- [8] = {
- name = "bzzz_icecream_walnut",
- price = 7,
- amount = 3,
- info = {},
- type = "item",
- slot = 8,
- },
- },
- ["spieße"] = {
- [1] = {
- name = "skewer1",
- price = 200,
- amount = 50,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "chicken-intestine",
- price = 200,
- amount = 50,
- info = {},
- type = "item",
- slot = 2,
- },
- [3] = {
- name = "fishball",
- price = 200,
- amount = 50,
- info = {},
- type = "item",
- slot = 3,
- },
- [4] = {
- name = "black-pudding",
- price = 200,
- amount = 50,
- info = {},
- type = "item",
- slot = 4,
- },
- [5] = {
- name = "quail-eggs",
- price = 200,
- amount = 50,
- info = {},
- type = "item",
- slot = 5,
- },
- [6] = {
- name = "skewerhotdog",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 6,
- },
- [7] = {
- name = "skewerbanana",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 7,
- },
- [8] = {
- name = "skewercheese",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 8,
- },
- [9] = {
- name = "skewerborq",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 9,
- },
- [10] = {
- name = "chicken-feet",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 6,
- },
- [11] = {
- name = "skewercorn",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 6,
- },
- },
- ["hardware"] = {
- [1] = {
- name = "garden_pitcher",
- price = 200,
- amount = 50,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "garden_shovel",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 2,
- },
- },
- ["phone"] = {
- [1] = {
- name = "classic_phone",
- price = 200,
- amount = 50,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "black_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 2,
- },
- [3] = {
- name = "blue_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 3,
- },
- [4] = {
- name = "gold_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 4,
- },
- [5] = {
- name = "purple_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 5,
- },
- [6] = {
- name = "red_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 6,
- },
- [7] = {
- name = "green_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 7,
- },
- [8] = {
- name = "greenlight_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 8,
- },
- [9] = {
- name = "pink_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 9,
- },
- [10] = {
- name = "white_phone",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 10,
- },
- [11] = {
- name = "powerbank",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 10,
- },
- [10] = {
- name = "simcard",
- price = 500,
- amount = 50,
- info = {},
- type = "item",
- slot = 10,
- },
- },
- ["weapons"] = {
- [1] = {
- name = "weapon_knife",
- price = 250,
- amount = 250,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "weapon_bat",
- price = 250,
- amount = 250,
- info = {},
- type = "item",
- slot = 2,
- },
- [3] = {
- name = "weapon_hatchet",
- price = 250,
- amount = 250,
- info = {},
- type = "item",
- slot = 3,
- requiredJob = { "mechanic", "police" }
- },
- [4] = {
- name = "weapon_pistol",
- price = 2500,
- amount = 5,
- info = {},
- type = "item",
- slot = 4,
- requiresLicense = true
- },
- [5] = {
- name = "weapon_snspistol",
- price = 1500,
- amount = 5,
- info = {},
- type = "item",
- slot = 5,
- requiresLicense = true
- },
- [6] = {
- name = "weapon_vintagepistol",
- price = 4000,
- amount = 5,
- info = {},
- type = "item",
- slot = 6,
- requiresLicense = true
- },
- [7] = {
- name = "pistol_ammo",
- price = 250,
- amount = 250,
- info = {},
- type = "item",
- slot = 7,
- requiresLicense = true
- },
- },
- }
- Config.Locations = {
- -- 24/7 Locations
- ["247supermarket"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(24.47, -1346.62, 29.5, 271.66),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(26.45, -1315.51, 29.62, 0.07)
- },
- ["247supermarket2"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(-3039.54, 584.38, 7.91, 17.27),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-3047.95, 590.71, 7.62, 19.53)
- },
- ["247supermarket3"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(-3242.97, 1000.01, 12.83, 357.57),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-3245.76, 1005.25, 12.83, 269.45)
- },
- ["247supermarket4"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(1728.07, 6415.63, 35.04, 242.95),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(1741.76, 6419.61, 35.04, 6.83)
- },
- ["247supermarket5"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(1959.82, 3740.48, 32.34, 301.57),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(1963.81, 3750.09, 32.26, 302.46)
- },
- ["247supermarket6"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(549.13, 2670.85, 42.16, 99.39),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(541.54, 2663.53, 42.17, 120.51)
- },
- ["247supermarket7"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(2677.47, 3279.76, 55.24, 335.08),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(2662.19, 3264.95, 55.24, 168.55)
- },
- ["247supermarket8"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(2556.66, 380.84, 108.62, 356.67),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(2553.24, 399.73, 108.56, 344.86)
- },
- ["247supermarket9"] = {
- ["label"] = "24/7 Supermarkt",
- ["coords"] = vector4(372.66, 326.98, 103.57, 253.73),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(379.97, 357.3, 102.56, 26.42)
- },
- -- LTD Gasoline Locations
- ["ltdgasoline"] = {
- ["label"] = "Tankstellenshop",
- ["coords"] = vector4(-47.02, -1758.23, 29.42, 45.05),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-40.51, -1747.45, 29.29, 326.39)
- },
- ["ltdgasoline2"] = {
- ["label"] = "Tankstellenshop",
- ["coords"] = vector4(-706.06, -913.97, 19.22, 88.04),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-702.89, -917.44, 19.21, 181.96)
- },
- ["ltdgasoline3"] = {
- ["label"] = "Tankstellenshop",
- ["coords"] = vector4(-1820.02, 794.03, 138.09, 135.45),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-1829.29, 801.49, 138.41, 41.39)
- },
- ["ltdgasoline4"] = {
- ["label"] = "Tankstellenshop",
- ["coords"] = vector4(1164.71, -322.94, 69.21, 101.72),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(1160.62, -312.06, 69.28, 3.77)
- },
- ["ltdgasoline5"] = {
- ["label"] = "Tankstellenshop",
- ["coords"] = vector4(1697.87, 4922.96, 42.06, 324.71),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Einkaufen",
- ["products"] = Config.Products["normal"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(1702.68, 4917.28, 42.22, 139.27)
- },
- -- Rob's Liquor Locations
- ["robsliquor"] = {
- ["label"] = "Likörladen",
- ["coords"] = vector4(-1221.58, -908.15, 12.33, 35.49),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Getränke kaufen",
- ["products"] = Config.Products["liquor"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-1226.92, -901.82, 12.28, 213.26)
- },
- ["robsliquor2"] = {
- ["label"] = "Likörladen",
- ["coords"] = vector4(-1486.59, -377.68, 40.16, 139.51),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Getränke kaufen",
- ["products"] = Config.Products["liquor"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-1468.29, -387.61, 38.79, 220.13)
- },
- ["robsliquor3"] = {
- ["label"] = "Likörladen",
- ["coords"] = vector4(-2966.39, 391.42, 15.04, 87.48),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Getränke kaufen",
- ["products"] = Config.Products["liquor"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-2961.49, 376.25, 15.02, 111.41)
- },
- ["robsliquor4"] = {
- ["label"] = "Likörladen",
- ["coords"] = vector4(1165.17, 2710.88, 38.16, 179.43),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Getränke kaufen",
- ["products"] = Config.Products["liquor"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(1194.52, 2722.21, 38.62, 9.37)
- },
- ["robsliquor5"] = {
- ["label"] = "Likörladen",
- ["coords"] = vector4(1134.2, -982.91, 46.42, 277.24),
- ["ped"] = 'mp_m_shopkeep_01',
- ["scenario"] = "WORLD_HUMAN_STAND_MOBILE",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-shopping-basket",
- ["targetLabel"] = "Getränke kaufen",
- ["products"] = Config.Products["liquor"],
- ["showblip"] = true,
- ["blipsprite"] = 52,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(1129.73, -989.27, 45.97, 280.98)
- },
- -- -- Hardware Store Locations
- -- ["hardware"] = {
- -- ["label"] = "Hardware Store",
- -- ["coords"] = vector4(45.68, -1749.04, 29.61, 53.13),
- -- ["ped"] = 'mp_m_waremech_01',
- -- ["scenario"] = "WORLD_HUMAN_CLIPBOARD",
- -- ["radius"] = 1.5,
- -- ["targetIcon"] = "fas fa-wrench",
- -- ["targetLabel"] = "Open Hardware Store",
- -- ["products"] = Config.Products["hardware"],
- -- ["showblip"] = true,
- -- ["blipsprite"] = 402,
- -- ["blipscale"] = 0.8,
- -- ["blipcolor"] = 0,
- -- ["delivery"] = vector4(89.15, -1745.29, 30.09, 315.25)
- -- },
- -- ["hardware2"] = {
- -- ["label"] = "Hardware Store",
- -- ["coords"] = vector4(2747.71, 3472.85, 55.67, 255.08),
- -- ["ped"] = 'mp_m_waremech_01',
- -- ["scenario"] = "WORLD_HUMAN_CLIPBOARD",
- -- ["radius"] = 1.5,
- -- ["targetIcon"] = "fas fa-wrench",
- -- ["targetLabel"] = "Open Hardware Store",
- -- ["products"] = Config.Products["hardware"],
- -- ["showblip"] = true,
- -- ["blipsprite"] = 402,
- -- ["blipscale"] = 0.8,
- -- ["blipcolor"] = 0,
- -- ["delivery"] = vector4(2704.68, 3457.21, 55.54, 176.28)
- -- },
- -- ["hardware3"] = {
- -- ["label"] = "Hardware Store",
- -- ["coords"] = vector4(-421.83, 6136.13, 31.88, 228.2),
- -- ["ped"] = 'mp_m_waremech_01',
- -- ["scenario"] = "WORLD_HUMAN_CLIPBOARD",
- -- ["radius"] = 1.5,
- -- ["targetIcon"] = "fas fa-wrench",
- -- ["targetLabel"] = "Hardware Store",
- -- ["products"] = Config.Products["hardware"],
- -- ["showblip"] = true,
- -- ["blipsprite"] = 402,
- -- ["blipscale"] = 0.8,
- -- ["blipcolor"] = 0,
- -- ["delivery"] = vector4(-438.25, 6146.9, 31.48, 136.99)
- -- },
- -- Ammunation Locations
- ["ammunation"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(-661.96, -933.53, 21.83, 177.05),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-660.61, -938.14, 21.83, 167.22)
- },
- ["ammunation2"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(809.68, -2159.13, 29.62, 1.43),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(820.97, -2146.7, 28.71, 359.98)
- },
- ["ammunation3"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(1692.67, 3761.38, 34.71, 227.65),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(1687.17, 3755.47, 34.34, 163.69)
- },
- ["ammunation4"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(-331.23, 6085.37, 31.45, 228.02),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-341.72, 6098.49, 31.32, 11.05)
- },
- ["ammunation5"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(253.63, -51.02, 69.94, 72.91),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(249.0, -50.64, 69.94, 60.71)
- },
- ["ammunation6"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(23.0, -1105.67, 29.8, 162.91),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-5.82, -1107.48, 29.0, 164.32)
- },
- ["ammunation7"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(2567.48, 292.59, 108.73, 349.68),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(2578.77, 285.53, 108.61, 277.2)
- },
- ["ammunation8"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(-1118.59, 2700.05, 18.55, 221.89),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-1127.67, 2708.18, 18.8, 41.76)
- },
- ["ammunation9"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(841.92, -1035.32, 28.19, 1.56),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(847.83, -1020.36, 27.88, 88.29)
- },
- ["ammunation10"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(-1304.19, -395.12, 36.7, 75.03),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-1302.44, -385.23, 36.62, 303.79)
- },
- ["ammunation11"] = {
- ["label"] = "Waffenladen",
- ["type"] = "weapon",
- ["coords"] = vector4(-3173.31, 1088.85, 20.84, 244.18),
- ["ped"] = 's_m_y_ammucity_01',
- ["scenario"] = "WORLD_HUMAN_COP_IDLES",
- ["radius"] = 1.5,
- ["targetIcon"] = "fas fa-gun",
- ["targetLabel"] = "Waffe kaufen",
- ["products"] = Config.Products["weapons"],
- ["showblip"] = true,
- ["blipsprite"] = 110,
- ["blipscale"] = 0.6,
- ["blipcolor"] = 0,
- ["delivery"] = vector4(-3183.6, 1084.35, 20.84, 68.13)
- },
- }
Undefined
By: Guest | Date: Mar 2 2023 02:24 | Format: None | Expires: never | Size: 31.29 KB | Hits: 222
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago