# FFA

<pre class="language-lua" data-line-numbers><code class="lang-lua">Config.FFA = {
	Active = true, -- If Factions can use ffa (Hides Button in Menu)
	NeededLevel = 50, -- Faction Level that is needed to use the FFA
<strong>	QuitCmd = "quitffa", -- Command for quiting the FFA
</strong>	FactionPos = true,  -- If true FFA will be on the Factions Position
<strong>	Position = vector3(960.9371, -138.0735, 74.4541),-- ONLY if factionpos => false
</strong>	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)
}
</code></pre>
