legendsSystems
  • 👋Welcome
  • 💯Zed Hosting
  • Scripts-Free
    • legendsMultijob
      • Installation
      • Configuration
      • Common Issues
    • legendsNewsPaper
      • Installation
      • Configuration
      • Common Issues
  • Scripts-Paid
    • legendsATMRobbery
      • Installation
      • Configuration
      • Common Issues
    • legendsDyno
      • Installation
      • Configuration
      • Common Issues
    • legendsLogging
      • Installation
      • Configuration
      • Common Issues
    • legendsPlayerMenu
      • Installation
      • Configuration
      • Common Issues
    • legendsWeather
      • Installation
      • Configuration
      • Common Issues
    • legendsConcert
      • Installation
      • Configuration
      • Common Issues
  • Guides
    • legendsCaching
    • legendsTuning
      • Threads
  • Developer Tools
    • legendsEntityViewer
      • Installation
      • Configuration
      • Common Issues
  • Dev Tricks
    • consoleTricks
    • convarTricks
    • debuggingTricks
      • Installation
      • Configuration
      • Common Issues
    • vscodeExtensions
      • FiveM QBCore Snippets
Powered by GitBook
On this page
  1. Scripts-Paid
  2. legendsConcert

Configuration

Add additional microphone stands

Config = {}
Config.DebugPoly = false
Config.MicrophoneStands = {
	[1] = {
		name = "maze_bank",
		spawnProp = false,
		coords = vector3(-322.34, -1966.29, 22.94),
		heading = 316.33,
		length = 3.4,
		width = 3.6,
		data = {
			minZ = 18.00,
			maxZ = 50.00,
			data = {
				range = 150.0, -- range for the voice
			},
		},
	},
	[2] = {
		name = "lostmc",
		spawnProp = false,
		coords = vector3(2510.31, 4087.83, 38.29),
		heading = 46.00,
		length = 1.4,
		width = 1.6,
		data = {
			minZ = 18.00,
			maxZ = 50.00,
			data = {
				range = 150.0, -- range for the voice
			},
		},
	},
	[3] = {
		name = "lostmc",
		spawnProp = true,
		coords = vector3(2527.32, 4114.86, 43.15),
		heading = 246.00,
		length = 1.4,
		width = 1.6,
		data = {
			minZ = 18.00,
			maxZ = 50.00,
			data = {
				range = 150.0, -- range for the voice
			},
		},
	},
}
PreviousInstallationNextCommon Issues

Last updated 10 months ago