1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-20 19:38:12 +02:00
parent cfc39de804
commit f38013b98b
3 changed files with 17 additions and 16 deletions

View file

@ -4430,7 +4430,7 @@ itemsData = {
}, },
drone = { drone = {
useable = true, useable = true,
weight = 1000, weight = 10000,
type = 'item', type = 'item',
unique = true, unique = true,
description = '', description = '',

View file

@ -259,7 +259,7 @@ local function ScanAndAddContainersToTarget()
type = "client", type = "client",
event = "container_heist:client:startRobbery", event = "container_heist:client:startRobbery",
icon = "fas fa-angle-double-right", icon = "fas fa-angle-double-right",
label = "Break into " .. containerType.label, label = "Einbrechen " .. containerType.label,
containerType = containerType, containerType = containerType,
} }
}, },
@ -508,7 +508,7 @@ RegisterNetEvent('container_heist:client:policeAlert', function(coords, streetNa
title = alertTitle, title = alertTitle,
description = string.format(Config.Notifications.policeMessage, streetName), description = string.format(Config.Notifications.policeMessage, streetName),
type = 'inform', type = 'inform',
position = 'right', position = 'top',
icon = alertIcon, icon = alertIcon,
iconColor = '#ff0000', iconColor = '#ff0000',
duration = 20000 -- 10 Sekunden (10000 Millisekunden) duration = 20000 -- 10 Sekunden (10000 Millisekunden)

View file

@ -42,7 +42,7 @@ Config.Blip = {
sprite = 67, sprite = 67,
color = 1, color = 1,
scale = 0.8, scale = 0.8,
label = "Container Einbruch", label = "Einbruch",
duration = 180, -- seconds duration = 180, -- seconds
flash = true, flash = true,
} }
@ -53,7 +53,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_01a", model = "prop_container_01a",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -63,18 +63,19 @@ Config.ContainerTypes = {
duration = 30000, duration = 30000,
}, },
rewards = { rewards = {
{item = "black_phone", label = "Phone", min = 1, max = 3, chance = 30}, {item = "black_phone", label = "iFruit 12XR Schwarz", min = 1, max = 3, chance = 30},
{item = "rolex", label = "Ralex Uhr", min = 1, max = 2, chance = 20}, {item = "rolex", label = "Ralex Uhr", min = 1, max = 2, chance = 20},
{item = "goldchain", label = "Gold Kette", min = 1, max = 3, chance = 25}, {item = "goldchain", label = "Gold Kette", min = 1, max = 3, chance = 25},
{item = "diamond", label = "Diamond", min = 1, max = 1, chance = 5}, {item = "diamond", label = "Diamand", min = 1, max = 1, chance = 5},
{item = "laptop", label = "Laptop", min = 1, max = 1, chance = 15}, {item = "laptop", label = "Laptop", min = 1, max = 1, chance = 15},
{item = "drone", label = "Drohne", min = 1, max = 1, chance = 2},
}, },
policeAlert = true, policeAlert = true,
}, },
{ {
model = "prop_container_01b", model = "prop_container_01b",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -95,7 +96,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_01c", model = "prop_container_01c",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -117,7 +118,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_01d", model = "prop_container_01d",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -139,7 +140,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_01e", model = "prop_container_01e",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -161,7 +162,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_01f", model = "prop_container_01f",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -183,7 +184,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_01g", model = "prop_container_01g",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -205,7 +206,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_01h", model = "prop_container_01h",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -227,7 +228,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_02a", model = "prop_container_02a",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -4.0, 0.0), offset = vector3(0.0, -4.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {
@ -249,7 +250,7 @@ Config.ContainerTypes = {
{ {
model = "prop_container_03a", model = "prop_container_03a",
type = "shipping", type = "shipping",
label = "Shipping Container", label = "Schiffs Container",
offset = vector3(0.0, -2.0, 0.0), offset = vector3(0.0, -2.0, 0.0),
heading = 180.0, heading = 180.0,
animation = { animation = {