# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wise-scripts.vip/scripts/wise-faction/example-configs/ffa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
