1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-12 14:09:18 +02:00
parent dbcbc78acf
commit ff37006068
4 changed files with 30 additions and 17 deletions

View file

@ -9,7 +9,7 @@ Config.checkForUpdates = true -- Check for updates?
Config.oldESX = false -- Nothing to do with qb / Essentially when set to true it disables the check of if player can carry item
Config.sellShop = {
enabled = true,
enabled = false,
coords = vec3(-1597.5862, 5202.3809, 3.3590), -- X, Y, Z Coords of where buyer will spawn
heading = 225.9852, -- Heading of buyer ped
ped = 'cs_old_man2' -- Ped name here
@ -59,7 +59,7 @@ Config.timeForFind = { -- Set min and max random range of time it takes for some
Config.finds = {
{ item = 'scrap_metal', label = 'Altmetall', price = {50, 100}, difficulty = {'easy'} },
{ item = 'old_coin', label = 'alte Münze', price = {100, 200}, difficulty = {'easy', 'easy'} },
{ item = 'rusty_knife', label = 'altes Messer', price = {150, 250}, difficulty = {'medium', 'easy'} },
{ item = 'old_knife', label = 'altes Messer', price = {150, 250}, difficulty = {'medium', 'easy'} },
{ item = 'bicycle', label = 'Fahrrad', price = {200, 300}, difficulty = {'medium'} },
{ item = 'old_ammunition', label = 'alte Munition', price = {75, 150}, difficulty = {'easy'} },
{ item = 'old_gun', label = 'alte Pistole', price = {75, 150}, difficulty = {'easy'} },