Skip to content

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
bicatcho11 authored Dec 27, 2023
1 parent 5cbde7c commit 2858fc8
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,12 @@ Config.MaxDropViewDistance = 12.5 -- The distance in GTA Units tha
Config.UseItemDrop = false -- This will enable item object to spawn on drops instead of markers
Config.ItemDropObject = `prop_nigel_bag_pickup` -- if Config.UseItemDrop is true, this will be the prop that spawns for the item

Config.VendingObjects = {
'prop_vend_soda_01',
'prop_vend_soda_02',
'prop_vend_water_01'
}

Config.BinObjects = {
'prop_bin_05a',
}

Config.CraftingObject = `prop_toolchest_05`

Config.VendingItem = {
{
name = 'kurkakola',
price = 4,
amount = 50,
info = {},
type = 'item',
slot = 1,
},
{
name = 'water_bottle',
price = 4,
amount = 50,
info = {},
type = 'item',
slot = 2,
},
}

-- See the vehicle class here: https://docs.fivem.net/natives/?_0x29439776AAA00A62
-- The template:
-- [vehicleClass] = {slots = [number], maxWeight = [number]}
Expand Down

0 comments on commit 2858fc8

Please sign in to comment.