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-coreqb-targetps-dispatchqb-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:
preview:
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
QBCore/ESX|BaseBuilding
Standalone|AdvancedZombieSystem
Standalone|SurvivalHUD
Standalone|VehicleSpawne
QBCore/ESX|UsableItems
QBCore/ESX|VehicleCrafting
QBCore/ESX|Recycler
QBCore/ESX|Gather
QBCore|RobberyCreator
Standalone|SafeZone
QBCore/ESX|LootAreas
QBCore/ESX|LootPeds
QBCore/ESX|RadiationZones
Standalone|ZombieSystem
QBCore|Shop
QBCore|WeatherSync
QBCore|PhoneStoreRobbery
QBCore/ESX|InGameMusic
QBCore/ESX|CamperHousing
standalone|SurvivalHUD
QBCore/ESX|LootBags
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 |

