⚙️Configuration

Check the instructions below.

  • Set the default key for getting mouse on the screen to click yes no questions. It uses fivem key binds withh RegisterKeyMapping.

DefaultKey = "F4",
  • You can change thhe name of the notify settings menu open command.

SettingsCommand = "notifysettings",
  • You can change the description text of key.

KeyDescription = "Open the notification settings",
  • You can add more notify types and edit the existing ones.

["police"] = {
            color = "blue",
            icon = "assets/icon1.png",
            time = 1000,
            sound = "NAV",
            soundDirectory = "HUD_AMMO_SHOP_SOUNDSET"
        },

Colors List

  • blue

  • yellow

  • darkblue

  • orange

  • purple

Last updated