Installation

Add the following lines to your es_extended -> config.lua Replace with Config.StartingInventoryItems = false

Config.StartingInventoryItems = {
	starter_pack = 1,
}

If ox_inventory add this item to your ox_inventory -> data -> items.lua


["starter_pack"] = {
		label = "Starter Pack",
		weight = 3,
		stack = true,
		close = false,
		description = "Starter Pack",
		client = {
			image = "starter_pack.png",
		}
},

Last updated