mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update config.lua
This commit is contained in:
@@ -4,7 +4,10 @@ config = {
|
|||||||
changeCharacterCommand = "changecharacter", -- this is the command to open the ui again and change your character.
|
changeCharacterCommand = "changecharacter", -- this is the command to open the ui again and change your character.
|
||||||
enableAppearance = true, -- you need to install fivem-appearance
|
enableAppearance = true, -- you need to install fivem-appearance
|
||||||
characterSelectionAopDisplay = true,
|
characterSelectionAopDisplay = true,
|
||||||
aopResourceName = "SimpleHUD", -- ModernHUD, SimpleHUD. If you're using a custom AOP system, put the resource name here and make sure it has the export getAOP
|
aopExport = function()
|
||||||
|
return exports["SimpleHUD"]:getAOP() -- exports["ModernHUD"]:getAOP()
|
||||||
|
end,
|
||||||
|
|
||||||
-- set your backgrounds, if you have more than 1 then it will randomly change everytime you open the ui.
|
-- set your backgrounds, if you have more than 1 then it will randomly change everytime you open the ui.
|
||||||
backgrounds = {
|
backgrounds = {
|
||||||
"https://i.imgur.com/E51ckFx.png", -- Credits: Fuzzman270#0270
|
"https://i.imgur.com/E51ckFx.png", -- Credits: Fuzzman270#0270
|
||||||
|
|||||||
Reference in New Issue
Block a user