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)
}

Last updated