Shop

-- Factions Shop Items
Config.Shop =
{
	Active = true, -- Factions can use Shop (Hides Button in Menu)
	Items = {
		{
			label = "Fish",
			name  = "fish",
			type  = "item",
			price = 120,
			img   = "sandwich-5380235-4497584.png",

		},
		{
			label = "Phone",
			name  = "phone",
			type  = "item",
			price = 1000,
			img   = "phone.png",
		},
		{
			label = "Sandwich",
			name  = "sandwich",
			type  = "item",
			price = 50,
			img   = "sandwich-5380235-4497584.png",
		}
	}
}

Last updated