Our configuration files are highly detailed and structured for easy understanding.
To make it as simple as possible for you, an explanation is provided next to each setting.
All configuration files can be found in the /configs folder.
Included configuration files:
---------------------------------------------------------------------------------------------------------------
-- If you have any questions or issues, feel free to open a ticket on our Discord.
-- https://discord.gg/unique
-- "true" = activated, "false" = deactivated. [Applies everywhere]
-- DO NOT TOUCH THE KEYS BEFORE THE "=" CHARACTER TO PREVENT ERRORS!
-- YOU CAN ONLY EDIT THE VALUES BEHIND THE "=" CHARACTER UNLESS MENTIONED!
UNIQUE = {}
-----------------------------------------------------------------------
-- MAIN SETTINGS
UNIQUE.Settings = {
['key'] = "E", -- The letter entered here will be displayed in the UI as the interaction button.
['Sound'] = {
['enabled'] = true, -- Would you like to activate the sound effect?
['audioname'] = "ATM_WINDOW", -- This sound effect will play in-game [if activated].
['audioref'] = "HUD_FRONTEND_DEFAULT_SOUNDSET", -- Here you can find all the sound effects: https://altv.stuyk.com/docs/articles/tables/frontend-sounds.html
}
}
-- MAIN SETTINGS
-----------------------------------------------------------------------
-- https://discord.gg/unique
-- If you have any questions or issues, feel free to open a ticket on our Discord.
---------------------------------------------------------------------------------------------------------------