Wise Scripts Docs
ShopDiscord
  • 👋Welcome
  • 💻 Scripts
    • 🚙Wise Garage
      • Installation
      • Database
      • Events
      • Example Configs
        • Main
        • Garages
        • Impounds
    • 🖥️Wise Hud
      • Installation
      • Example Configs
        • Main
    • 🦌Wise Hunting
      • Installation
      • Example Configs
        • Main
        • Animals
        • Huntareas
        • Market
    • 🔫Wise Gungame
      • Installation
      • Setup for Ambulancejob
    • 👥Wise Faction
      • Installation
      • Exports
      • Events
      • Setup FFA & Gangwar
      • Example Configs
        • Main
        • FFA
        • Gangwar
        • Robbery
        • Shop
        • Missions
    • 🔔Wise Notify
      • Installation
      • Exports & Triggers
      • ESX Replacements
    • ⚠️Wise Report
      • Installation
    • 🎮Wise Lifeinvader
      • Installation
  • 🏡PROPS
    • 🪨Wise Ore Props Pack
    • ✨Wise Crystal Props Pack
  • 🧟‍♂️PEDS
    • 🎃HALLOWEEN Pumpkin Monster
    • 🎃HALLOWEEN MR Bright
Powered by GitBook
On this page
  1. 💻 Scripts
  2. Wise Faction
  3. Example Configs

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",
		}
	}
}
PreviousRobberyNextMissions

Last updated 1 year ago

👥