⚙️Configuration
Check the instructions below.
• Don't change fatal index unless you know what you are doing. Check the warning below.
Config.FatalIndex = 4-- 4 or 6
• Activate or disable the nametags and healthbars shown above the crew members characters.
Config.GamerTags = true -- true or false
• Activate or disable the friendly fire between crew members.
Config.FriendlyFire = false -- true or false
• Activate or disable the crew member blips on game map.
Config.MemberBlips = false -- true or false
• You can set menu open command
Config.OpenMenu.command.command = "crew" -- any string
Fatal index must be 4 or 6. This index is changing depend on your server build. We don't know which build supports which index but if the script does not work without any errors, try to change the index to 4 or 6.
Last updated