2026-04-14 15:54:53 +02:00

24 lines
551 B
Lua

Config = {}
-- Interaction distance to NPC
Config.InteractionDistance = 2.5
-- Wash rate: 0.8 = player gets 80%, 20% fee
Config.WashRate = 0.8
-- Item to wash
Config.DirtyItem = 'black_money'
Config.DirtyLabel = 'Schwarzgeld'
-- Wash stations
Config.WashStations = {
['wash_1'] = {
npc = {
model = 'a_m_y_business_03',
coords = vector4(-613.00067138672, -1623.4102783203, 33.010581970215, 175.38691711426),
scenario = 'WORLD_HUMAN_STAND_IMPATIENT'
},
label = 'Geldwäsche',
},
}