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

FFA

Config.FFA = {
	Active = true, -- If Factions can use ffa (Hides Button in Menu)
	NeededLevel = 50, -- Faction Level that is needed to use the FFA
	QuitCmd = "quitffa", -- Command for quiting the FFA
	FactionPos = true,  -- If true FFA will be on the Factions Position
	Position = vector3(960.9371, -138.0735, 74.4541),-- ONLY if factionpos => false
	Radius = 80, -- Zone size for the Faction FFA
	Weapons = {  -- Weapons that are used in the Faction FFA
		"weapon_assaultrifle",
		"weapon_pistol"
	},
	RespawnTime = 5, -- in Secondes
	OutOfZoneCountdown = 5 -- in Secondes (set to -1 to disable)
}

PreviousMainNextGangwar

Last updated 1 year ago

👥