Documentation
DISCORDTEBEX
  • Documentation
  • Scripts
  • MV-FUEL
  • MV-CLOTHING
  • MV-TEXTUI
  • MV-NOTIFY
    • Snippets
  • MV-HUD
    • Config
  • MV-EMOTEMENU
    • Config
  • MV-TARGET
    • Config
  • MV-BANKING
    • Config
Powered by GitBook
On this page

MV-HUD

Welcome to installation guide of mv-hud

  • Download mv-hud from https://keymaster.fivem.net/asset-grants

  • Drag and Drop the mv-hud file on your server

  • Adapt the config.lua and defaulthud.json for your server

  • Follow the instalation below

  • Enjoy!

SQL Code

Insert the following code on your database:

CREATE TABLE IF NOT EXISTS `players_preferences` (
  `identifier` varchar(255) NOT NULL,
  `preferences` mediumtext NOT NULL,
  PRIMARY KEY (`identifier`)
);
PreviousSnippetsNextConfig

Last updated 1 year ago