With our vs_robbery , we offer you a modern and highly customizable robbery script for your server. This script can be tailored to your server’s needs through the configuration file. You have the flexibility to configure each individual store according to your preferences, including customizing the blips and the type of profit (black money/money/bank) for each store. Additionally, you can set the distance at which a robbery will be aborted and determine how many police officers must be online to start a robbery. A unique feature of our script is the option to define multiple professions as police officers (e.g., PD/FIB). You can also add jobs that will only be notified when a robbery starts (e.g., LSMD). Similarly, you can blacklist certain jobs, preventing them from starting robberies. Furthermore, you can specify how many robberies can take place simultaneously. All actions are logged via Discord webhooks.
Features:
- Individually customizable robbery script via server config
- Configure each store’s blips and type of profit (black money/money/bank)
- Set the distance at which a robbery is aborted
- Specify the required number of online police officers to start a robbery
- Define multiple professions as police officers (e.g., PD/FIB)
- Add jobs that are only notified when a robbery starts (e.g., LSMD)
- Blacklist specific jobs from starting robberies
- Limit the number of simultaneous robberies
- Comprehensive logging system via Discord webhooks
Config.lua:
Config = {}
Config.Jobs = {
alertJobs = {"police", "lsmd", "fib"}, -- Jobs that receive a notification and blips
policeJobs = {"police", "fib"}, -- Jobs Considered at the Police counter
blacklistJobs = {"mg13"} -- Jobs that can't start shoplifting
}
Config.BlipSettings = {
name = "Ladenraub",
sprite = 161,
color = 3,
scale = 2.0
}
Config.Marker = {
Type = 1,
Size = {x = 1.0, y = 1.0, z = 1.0},
Color = {r = 255, g = 0, b = 0, a = 200},
BobUpAndDown = false,
FaceCamera = true,
Rotate = true,
DrawOnEnts = false,
UseDepthTest = false
}
Config.MaxRobberies = 2
Config.Shops = {
{
coords = vector3(-44.14, -1749.39, 29.42),
robTime = 120,
requiredCops = 1,
loot = {min = 20000, max = 60000},
payoutType = "black_money",
maxDistance = 10.0,
blip = {
blip = true,
name = "Ladenraub",
sprite = 156,
color = 0,
scale = 0.8
}
},
{
coords = vector3(24.47, -1347.32, 29.49),
robTime = 120,
requiredCops = 2,
loot = {min = 500, max = 1000},
payoutType = "black_money",
maxDistance = 25.0,
blip = {
blip = true,
name = "Ladenraub",
sprite = 156,
color = 0,
scale = 0.8
}
}
-- Add more shops
}
Config.DiscordWebhookURL = "https://discord.com/api/webhooks/"
Config.Texts = {
title1 = "LADENRAUB",
title2 = "VOID CITY",
copsNeeded = "Polizisten benötigt",
time = "Minuten",
loot = "Verfügbare Beute",
startButton = "RAUB STARTEN",
robberyStart = "Ein Laden wird ausgeraubt!",
robberyEnd = "Der Ladenraub wurde beendet!",
robberyCancel = "Der Ladenraub wurde abgebrochen!",
noPermission = "Dein Job erlaubt es dir nicht, einen Laden auszurauben!",
alreadyrobbed = "Dieser Laden wird bereits ausgeraubt!",
maxrobbed = "Es ist gerade ein Ladenraub schon im Gange",
nopolice = "Nicht gen gend Polizisten online",
startrob = "Du hast den Raub gestartet!",
away = "Du bist zu weit weg, der Raub wurde abgebrochen!",
minuten = "Verbleibende Minuten:",
helpnotify = "Dr cke E, um den Ladenraub zu starten",
}
Config.HelpNotifyFunction = function(text)
TriggerEvent("void_helpnotify:showHelpNotify", text, 'E')
end
Requirements:
- ESX
Informationen:
- Price: 14.99 Euro
- FiveM Escrow Asset
Perview:
Purchase:
- You can buy the product in our Tebex Shop for 14.99€
| Code is accessible | No |
| Subscription-based | No |
| Lines (approximately) | 1900 |
| Requirements | ESX |
| Support | Yes |
