PEEVEE
  • Welcome
  • Gang System
    • Setup
    • Config
  • Tophud
    • Config
  • Container Robbery
    • Setup
    • Config
  • Hud
    • Config
  • drugselling
    • Config
  • Simple Billing
    • Config
    • Exports
  • Gangareas
    • Config
    • Exports
  • Credit system
    • Config
    • Exports
    • Commands
  • Pharmacy robbery
    • Config
  • Vehicleshop
    • Config
Powered by GitBook
On this page
  1. Pharmacy robbery

Config

return {
    debug = false,

    cooldown = 240, -- minutes (240 = 4h)

    marker = {
        type = 2,
        width = 0.3,
        height = 0.3,
        color = { r = 255, g = 0, b = 0, a = 200 },
    },

    locations = {
        -- strawberry ave
        {
            doors = {
                {
                    coords = vec4(86.5959, -1421.2063, 29.4224, 49.826),
                    model = 1289778077,

                    item = {
                        name = "lockpick",

                        removeOnFail = false,
                        removeOnSuccess = false,

                        anim = {
                            dict = "missheistfbisetup1",
                            name = "hassle_intro_loop_f",
                            flag = 1
                        },
                        minigame = "lockpick",
                    },
                },
                {
                    coords = vec4(87.0583, -1423.1222, 29.4224, 145.8843),
                    model = 1289778077,

                    item = {
                        name = "hackingdevice",

                        removeOnFail = false,
                        removeOnSuccess = false,

                        anim = {
                            dict = "missheistfbisetup1",
                            name = "hassle_intro_loop_f",
                            flag = 1
                        },

                        minigame = "hack",
                    },
                }

            },

            search = {
                {
                    coords = vec4(89.4818, -1419.6423, 29.6604, 44.7980),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(88.8196, -1422.5369, 29.4224, 244.6186),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "anim@amb@clubhouse@tutorial@bkr_tut_ig3@",
                        name = "machinic_loop_mechandplayer",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "safe",
                },
                {
                    coords = vec4(84.3993, -1422.7539, 29.4224, 39.5762),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(83.3592, -1424.4618, 29.4224, 134.3136),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(85.0378, -1426.0056, 29.4224, 143.6371),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(86.3192, -1425.3921, 29.4224, 242.6844),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(87.0143, -1424.4846, 29.4224, 245.0721),
                    loot = { { name = "phone", count = { min = 1, max = 10 }, chance = 100 } },

                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
            },
        },
        --duluoz ave
        {
            doors = {
                {
                    coords = vec4(-240.1757, 6219.4448, 31.9447, 51.5490),
                    model = 1289778077,

                    item = {
                        name = "lockpick",

                        removeOnFail = false,
                        removeOnSuccess = false,

                        anim = {
                            dict = "missheistfbisetup1",
                            name = "hassle_intro_loop_f",
                            flag = 1
                        },
                        minigame = "lockpick",
                    },
                },
                {
                    coords = vec4(-240.4909, 6221.4619, 31.9447, 325.9104),
                    model = 1289778077,

                    item = {
                        name = "hackingdevice",

                        removeOnFail = false,
                        removeOnSuccess = false,

                        anim = {
                            dict = "missheistfbisetup1",
                            name = "hassle_intro_loop_f",
                            flag = 1
                        },

                        minigame = "hack",
                    },
                }

            },

            search = {
                {
                    coords = vec4(-243.1046, 6218.1333, 32.1896, 224.1576),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-242.2475, 6220.9106, 31.9447, 64.9111),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "anim@amb@clubhouse@tutorial@bkr_tut_ig3@",
                        name = "machinic_loop_mechandplayer",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "safe",
                },
                {
                    coords = vec4(-237.8587, 6220.9087, 31.9447, 203.9057),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-236.7236, 6222.5669, 31.9447, 314.1744),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-238.3392, 6224.1997, 31.9447, 312.9758),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-239.4994, 6223.6343, 31.9447, 55.7766),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-240.2819, 6222.8394, 31.9447, 69.8455),
                    loot = { { name = "phone", count = { min = 1, max = 10 }, chance = 100 } },

                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
            },
        },
        -- prosperity st
        {
            doors = {
                {
                    coords = vec4(-1542.8284, -416.3446, 35.6393, 320.3348),
                    model = 1289778077,

                    item = {
                        name = "lockpick",

                        removeOnFail = false,
                        removeOnSuccess = false,

                        anim = {
                            dict = "missheistfbisetup1",
                            name = "hassle_intro_loop_f",
                            flag = 1
                        },
                        minigame = "lockpick",
                    },
                },
                {
                    coords = vec4(-1544.7080, -416.7759, 35.6393, 52.9087),
                    model = 1289778077,

                    item = {
                        name = "hackingdevice",

                        removeOnFail = false,
                        removeOnSuccess = false,

                        anim = {
                            dict = "missheistfbisetup1",
                            name = "hassle_intro_loop_f",
                            flag = 1
                        },

                        minigame = "hack",
                    },
                }

            },

            search = {
                {
                    coords = vec4(-1541.1819, -419.1226, 35.8842, 319.8516),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-1544.0767, -418.5428, 35.6393, 162.6727),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "anim@amb@clubhouse@tutorial@bkr_tut_ig3@",
                        name = "machinic_loop_mechandplayer",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "safe",
                },
                {
                    coords = vec4(-1544.3564, -414.1827, 35.6393, 301.0890),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-1546.1030, -413.0195, 35.6393, 50.3215),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-1547.5641, -414.7952, 35.6393, 54.5612),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-1547.0258, -416.0144, 35.6393, 146.5375),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(-1546.1498, -416.7154, 35.6393, 149.3809),
                    loot = { { name = "phone", count = { min = 1, max = 10 }, chance = 100 } },

                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
            },
        },
        -- hawick ave
        {
            doors = {
                {
                    coords = vec4(111.2302, -224.2682, 54.6409, 354.0231),
                    model = 1289778077,

                    item = {
                        name = "lockpick",

                        removeOnFail = false,
                        removeOnSuccess = false,

                        anim = {
                            dict = "missheistfbisetup1",
                            name = "hassle_intro_loop_f",
                            flag = 1
                        },

                        minigame = "lockpick",
                    },
                },
                {
                    coords = vec4(112.7765, -223.1894, 54.6409, 264.2573),
                    model = 1289778077,

                    item = {
                        name = "hackingdevice",

                        removeOnFail = false,
                        removeOnSuccess = false,

                        anim = {
                            dict = "missheistfbisetup1",
                            name = "hassle_intro_loop_f",
                            flag = 1
                        },

                        minigame = "hack",
                    },
                }

            },

            search = {
                {
                    coords = vec4(108.7298, -222.1868, 54.8829, 157.4623),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(111.6420, -221.6817, 54.6409, 11.0772),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "anim@amb@clubhouse@tutorial@bkr_tut_ig3@",
                        name = "machinic_loop_mechandplayer",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "safe",
                },
                {
                    coords = vec4(113.4693, -225.7082, 54.6409, 135.0551),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(115.4360, -226.1842, 54.6409, 258.0814),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(116.2041, -224.0726, 54.6409, 266.5371),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(115.2436, -223.0693, 54.6409, 348.4216),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },
                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
                {
                    coords = vec4(114.2008, -222.6975, 54.6409, 353.7164),
                    loot = {
                        { name = "phone", count = { min = 1, max = 10 }, chance = 100 }
                    },

                    anim = {
                        dict = "missheistfbisetup1",
                        name = "hassle_intro_loop_f",
                        flag = 1
                    },

                    duration = 3000,

                    minigame = "search",
                },
            },
        }

    },
}
PreviousCommandsNextConfig

Last updated 1 month ago