⚙️Configuraation

This page will explain all the configs that are in the Config.lua! Please read each one carefully as you may miss something!

General Stuff

This is some of the general configs that are in the script and not specified to a specific place!

Config NameWhat it doesExtra Details

NotificationType

This is the notification type the script will use when responding to someone using the menu!

It can be these notification types, ['chat', 'mythic_old', 'mythic_new', 'tnotify']

Keybindings

This has all configs that refer to the keybind for opening the menu!

You can enable keybinds and wether it is a set key or player set in their settings

Discord Stuff

This is where all the configurations for the discord bot configs are. These will explain all the important parts of the discord bot configs and what they do.

Config NameWhat it doesExtra Details

DiscordBot

This has everything to do with setting up your main bot info

Make sure to put a Guild ID and bot token!

DiscordAdmins

This is where you set up all your discord admins that have access to the command

You can either have admins or just turn it off

Channels

All the different channels the discord bot will use!

The name of the config within this config is what the channel is for

DiscordCommands

This is where you can enable and disable all your discord commands

Please not that if the MyStats command is turned on that it requires people to have discord connected to fivem to join the server

This is where all the menu configurations are, you can change colors and textures in here!

Config NameWhat it doesExtra Details

MenuLocation

Where you want the menu to be located on the screen

These are the menu options; 'topright', 'topleft', 'center'

MenuTexture

This is what you would like the texture at the top of menu to be! These can be made as ytds in your menuv

Must be ytd file name in menuv

AccentColor

This is the color that will mark out some letters/words in the menu

Can be '~r~', '~g~', '~b~', '~p~', '~o~'

MenuColors

This is the table with all the different menu colors

All are in rgb

Session Configs

This where you can mess with all the basic session configs to make it fit your server more!

Config NameWhat it doesExtra Details

CountdownTime

This is the countdown timer for starting a session

N/A

CompleteTime

This is for how long the complete session screen is shown

N/A

SessionStartCoords

This is where the sessions are held

All players are invisible and have no collision with each other so its one location!

TargetMaxes

The target max and minimum for players to choose

Minimum can't be below 1!

DefaultAmmo

The amount of ammo given for the weapon in a session

N/A

Weapons

These are all the weapons players can choose from for a session

Must be the label in the brackets and then the hash model in a string for the value

DefaultMarker

The default color set for the ball

In rgb

Difficulties

All difficulties for player to choose from

This refers to the size of the ball. Bigger is easier and smaller is harder

WarnTLeft

At what point the script alerts the player of a certain amount of targets left

Label and value should be the same number

Language Stuff

This is where almost everything said in the script it!

Config NameWhat it doesExtra Details

Messages

All messages sent in menu and out

N/A

Menus

All text in menus

N/A

DiscordMsgs

All text related to discord

N/A

Last updated