Items

There are some items that may be useful for running the script correctly.

While the script allows you to add unlimited objects, this is the basics that are needed without rewriting the config.

['carbon'] = {
		label = 'Carbon',
		weight = 100,
		stack = true,
		close = true,
		consume = 0,
	},
	['hash'] = {
		label = 'Hash',
		weight = 250,
		stack = true,
		close = true,
		consume = 0,
	},
	['ram'] = {
		label = 'RAM',
		weight = 250,
		stack = true,
		close = true,
		consume = 0,
	},
	['coke_brick'] = {
		label = 'Cihla cocainu',
		weight = 1000,
		stack = true,
		close = true,
		consume = 0,
	},
	['cpu'] = {
		label = 'CPU',
		weight = 250,
		stack = true,
		close = true,
		consume = 0,
	},
	['graphic'] = {
		label = 'GrafickΓ‘ karta',
		weight = 250,
		stack = true,
		close = true,
		consume = 0,
	},
	['sheetmetal'] = {
		label = 'PlechovΓ½ plΓ‘t',
		weight = 4000,
		stack = true,
		close = true,
		consume = 0,
	},
	['heavy_c4_bomb'] = {
	
        label = 'Breaching charge',
	description = "Knock, knock",
        weight = 4000,
        stack = true,
        close = true,
        consume = 0,
    },
    ['c4_bomb'] = {
	
        label = 'C4',
	description = "I'm bombastic",
        weight = 4000,
        stack = true,
        close = true,
        consume = 0,
    },
    ['cotton'] = {
        label = 'Cotton',
        weight = 20,
        stack = true,
        close = true,
        consume = 0,
    },
    ['medicmaterials'] = {
        label = 'Chemic materials',
		description = "Good for medic",
        weight = 200,
        stack = true,
        close = true,
        consume = 0,
    },
	['fakeshirt'] = {
        label = 'Shirt',
		description = "Looks like fake",
        weight = 100,
        stack = true,
        close = true,
        consume = 0,
    },
	['realshirt'] = {
        label = 'Shirt',
		description = "Perfect shirt!",
        weight = 100,
        stack = true,
        close = true,
        consume = 0,
    },
	['sewing'] = {
        label = 'LΓ‘tka',
		description = "ZdΓ‘ se, ΕΎe se z nΓ­ dΓ‘ nΔ›co uΕ‘Γ­t.",
        weight = 100,
        stack = true,
        close = true,
        consume = 0,
    },

	['scrapcloth'] = {
		label = 'Cloth',
		weight = 250,
		stack = true,
		close = true,
	},


	['tobbaco_leaf_dry'] = {
        label = 'Tobbaco leaf - Dry',
        weight = 100,
        stack = true,
        close = true,
        consume = 0,
    },

	['tobbaco'] = {
        label = 'Tobbaco',
        weight = 10,
        stack = true,
        close = true,
        consume = 0,
    },

	['redwood_pack'] = {
        label = 'Cigarete',
        weight = 100,
        stack = true,
        close = true,
        consume = 0,
    },
	['redwood_cigarpack_pack'] = {
        label = 'Cigaretes pack',
        weight = 100,
        stack = true,
        close = true,
        consume = 0,
    },


	['access_flashdisk_market'] = {
		label = 'Market flashdisk',
		weight = 30,
		stack = true,
		close = true,
	},

	['access_flashdisk_xp'] = {
		label = 'XP Boost',
		weight = 30,
		stack = true,
		close = true,
	},

	['scrapmetal'] = {
		label = 'Scrapmetal',
		weight = 250,
		stack = true,
		close = true,
	},


	['screwdriver'] = {
		label = 'Screwdriver',
		weight = 58,
		stack = true,
		close = true,
	},

	['screw'] = {
		label = 'Screw',
		weight = 15,
		stack = true,
		close = true,
		description = nil
	},
	['weedbrick'] = {
		label = 'Weed brick',
		weight = 15,
		stack = true,
		close = true,
		description = nil
	},

Last updated