[QBCore]sinor-PhoneStoreRobbery

Phone Store Robbery Script for FiveM

  • This script allows players to rob phone stores in your FiveM server

Features:

  • Requires a specific item to start the robbery
  • Notifies police during a robbery
  • Synchronizes cooldowns across all players
  • Configurable animations and notifications
  • Webhook support for Discord notifications

Requirements:

  • qb-core
  • qb-target
  • ps-dispatch
  • qb-inventory

config:

Config = {}

Config.Core = 'QBCore' -- Choose core QBCore Renamed Example: SSCore ⚠️ Don't Choose Framework ESX or Another Framework
Config.CoreGetCoreObject = 'qb-core' -- Folder Name
Config.Target = 'qb-target' -- Folder Name
Config.Webhook = "" -- Webhook URL
Config.requiredItem = true -- required item to start stealing, set it to false if you don't want it
Config.item = "weapon_bat" -- item name
Config.DebugPoly = false -- debug target
Config.dispatch = true -- set to false if you don't want to notify police 
Config.targetDistance = 1.5 -- distance from box
Config.Cops = 1 -- required cops count to start stealing
Config.searchTimer = 4000 -- searchTime before getting items
Config.cooldown = 1 -- in minutes
Config.animDict = 'missheist_jewel' -- Animation "https://gtahash.ru/animations/?page=1"
Config.anim = 'smash_case' -- Animation Flag "https://gtahash.ru/animations/?page=1"

Config.phoneCaseLocations = {
    Case1 = {
        coords = vector3(1135.93, -472.3, 67.78), -- coords
        name = "Case1",
        target_icon = "fas fa-sack-dollar",
        target_label = "smash", -- label is translatable.. you can change it in locales/en.lua
        heading = 250, -- heading
        length = 1.5, -- length
        width = 1, -- width
        items = {
            {
                min_Chance = 10,
                max_Chance = 100,
                min_Quantity = 5,
                max_Quantity = 7,
                item = "iphone",
            },
            {
                min_Chance = 10,
                max_Chance = 100,
                min_Quantity = 4,
                max_Quantity = 5,
                item = "laptop",
            },
            {
                min_Chance = 10,
                max_Chance = 100,
                min_Quantity = 2,
                max_Quantity = 6,
                item = "samsungphone", 
            },
        }
    },
        -- add more here
}

Discord webhook:

Link:

tebex

preview:

Click me to watch the video

map:

  • you can use any phone store map for me am using unclejest mlo
  • you can find free phone store mlo in this link here created by “Igro45_Mapping” and change what you need in the config file

Other Scripts

Standalone|AdvancedZombieSystem
Standalone|ZombieSystem
Standalone|VehicleSpawner
standalone|SurvivalHUD
QBCore|RobberyCreator
QBCore|SafeZone
QBCore|Shop
QBCore|WeatherSync
QBCore|CamperHousing
QBCore|LootBags
ESX|LootBags
ESX/QBCore|InGameMusic
ESX/QBCore|RadiationZones
ESX/QBCore|LootAreas
ESX/QBCore|CraftingVehicles

Support:
you can join my discord for any support ! Sinor System

Code is accessible config and locales
Subscription-based No
Lines (approximately) N/A
Requirements QBCore
Support Yes

The map i like is everything in detail. In other hand, seems pretty nice - Well done! :hugs:

1 Like

thank you :heart_hands:

1 Like