1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-20 19:51:58 +02:00
parent f38013b98b
commit 61b242396c
3 changed files with 32 additions and 12 deletions

View file

@ -750,7 +750,7 @@ itemsData = {
description = 'Der Sirup, der dich von „A“ nach „Z“ schickt aber ohne Zwischenstopps', description = 'Der Sirup, der dich von „A“ nach „Z“ schickt aber ohne Zwischenstopps',
image = 'crackmixingagent.png', image = 'crackmixingagent.png',
shouldClose = false, shouldClose = false,
label = 'Codein-Sirup', label = 'Codein',
name = 'codeine_syrup', name = 'codeine_syrup',
}, },
blood_100 = { blood_100 = {
@ -5477,7 +5477,7 @@ itemsData = {
description = '10 carat golden chain', description = '10 carat golden chain',
image = '10kgoldchain.png', image = '10kgoldchain.png',
shouldClose = true, shouldClose = true,
label = '10k Gold Chain', label = '10k Gold Kette',
name = 'tenkgoldchain', name = 'tenkgoldchain',
}, },
h_choclate = { h_choclate = {
@ -6715,7 +6715,7 @@ itemsData = {
description = 'A golden watch seems like the jackpot to me!', description = 'A golden watch seems like the jackpot to me!',
image = 'rolex.png', image = 'rolex.png',
shouldClose = true, shouldClose = true,
label = 'Golden Watch', label = 'Crowex Titan',
name = 'rolex', name = 'rolex',
}, },
jords_cean_reeze_alkoholfrei = { jords_cean_reeze_alkoholfrei = {
@ -9672,7 +9672,7 @@ itemsData = {
description = 'A golden chain seems like the jackpot to me!', description = 'A golden chain seems like the jackpot to me!',
image = 'goldchain.png', image = 'goldchain.png',
shouldClose = true, shouldClose = true,
label = 'Golden Chain', label = 'Gold Kette',
name = 'goldchain', name = 'goldchain',
}, },
tourniquet = { tourniquet = {

View file

@ -64,7 +64,7 @@ Config.ContainerTypes = {
}, },
rewards = { rewards = {
{item = "black_phone", label = "iFruit 12XR Schwarz", 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 = "Crowex Titan", 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 = "Diamand", 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},
@ -434,11 +434,10 @@ Config.ContainerTypes = {
duration = 45000, duration = 45000,
}, },
rewards = { rewards = {
{item = "electronics", label = "Electronics", min = 3, max = 8, chance = 40}, {item = "codeine_syrup", label = "Codein", min = 3, max = 6, chance = 20},
{item = "plastic", label = "Plastic", min = 10, max = 20, chance = 60}, {item = "filter_papers", label = "Filtertips", min = 4, max = 8, chance = 30},
{item = "aluminum", label = "Aluminum", min = 10, max = 20, chance = 50}, {item = "rolling_paper", label = "Drehpapier", min = 4, max = 8, chance = 40},
{item = "copper", label = "Copper", min = 5, max = 15, chance = 30}, {item = "tenkgoldchain", label = "10k Goldkette", min = 1, max = 2, chance = 5},
{item = "cash", label = "Cash", min = 3000, max = 10000, chance = 25},
}, },
policeAlert = true, policeAlert = true,
}, },

View file

@ -87,8 +87,29 @@ Config = {
Invincible = true, Invincible = true,
BlockingOfNonTemporaryEvents = true BlockingOfNonTemporaryEvents = true
} }
},
{
pedHash = `S_M_M_DockWork_01`,
pedCoords = vector4(1243.1014, -3196.8843, 6.0282, 271.5252),
pedAnimation = {
animDict = 'amb@world_human_stand_tablet@male@base', -- Male version
animName = 'base',
animFlag = 49
},
pedProp = {
propHash = `prop_cs_tablet`,
propBone = 28422,
propPlacement = {
0.17, 0.07, -0.15,
10.0, -100.0, 0.0
} }
},
pedSettings = {
FreezePerson = true,
Invincible = true,
BlockingOfNonTemporaryEvents = true
}
},
} }