MT SERVICE DOCUMENTATION
WebshopYoutubeDiscord
  • 👨‍✈️WELCOME
  • 📕READ ME
  • MT SCRIPTS V1
    • 📦│MT-FFA
      • Installations
      • Erorrs
    • 📦│MT-HUD
      • Installations
      • Erorrs
    • 📦│MT-SHOP
      • Installations
      • Erorrs
    • 📦│MT-NOTIFY
      • Installations
      • Erorrs
    • 📦│MT-GANGWAR
      • Installations
      • Erorrs
    • 📦│MT-KO-SYSTEM
      • Installations
      • Erorrs
    • 📦│MT-WEAPONSHOP
      • Installations
      • Erorrs
    • 📦│MT-DEATHSCREEN
      • Installations
      • Erorrs
    • 📦│MT-HEADSCHOT-SYSTEM
      • Installations
      • Erorrs
    • 📦│MT-INGAME-TICKETYSTEM
      • Installations
      • Erorrs
    • 📦│MT_PROGRESSBARS
      • Installations
      • Erorrs
    • 📦│MT_INJURIES
      • Installations
      • Erorrs
    • 📦│MT_SAFEZONE
      • Installations
      • Erorrs
    • 📦│MT_NAMECHANGE
      • Installations
      • Erorrs
    • 📦│MT_PARKING
      • Installations
      • Erorrs
    • 📦│MT_SAND_THROWING
      • ESX Installations
      • QB Installations
      • Erorrs
Powered by GitBook
On this page
  • server.cfg
  • config.json
  • ESX Ambulance Job Hud

Was this helpful?

  1. MT SCRIPTS V1
  2. 📦│MT-DEATHSCREEN

Installations

Previous📦│MT-DEATHSCREENNextErorrs

Last updated 2 years ago

Was this helpful?

server.cfg

Add the command to your server.cfg file and make sure that the script is started.

ensure mt_deathscreen

config.json

You can adjust the time in the "config.json" file (this is not connected to the ESX Ambulance Job and needs to be set separately within the ESX Ambulance Job).

{
  "minutes": 10
}

ESX Ambulance Job Hud

To disable the ESX Ambulance Job HUD, look for the relevant code in the "client/main.lua" file.

text = _U('respawn_available_in', secondsToClock(earlySpawnTimer))

text = _U('respawn_bleedout_in', secondsToClock(bleedoutTimer))

text = text .. _U('respawn_bleedout_prompt')

text = text .. _U('respawn_bleedout_fine', ESX.Math.GroupDigits(Config.EarlyRespawnFineAmount))

swap with

--text = _U('respawn_available_in', secondsToClock(earlySpawnTimer))

--text = _U('respawn_bleedout_in', secondsToClock(bleedoutTimer))

--text = text .. _U('respawn_bleedout_prompt')

--text = text .. _U('respawn_bleedout_fine', ESX.Math.GroupDigits(Config.EarlyRespawnFineAmount))

Do you have questions

You can customize everything else in your config.lua. If you have any questions or encounter difficulties, feel free to contact us on Discord.