Fixed AOP Export issues

This commit is contained in:
HakkoDevelopment
2022-08-11 19:04:31 -06:00
committed by GitHub
parent 74e6303f62
commit da1ce4af37

View File

@@ -2,12 +2,9 @@
config = { 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 = false, -- you need to install fivem-appearance enableAppearance = true, -- you need to install fivem-appearance
characterSelectionAopDisplay = false, characterSelectionAopDisplay = true,
aop = function () aop = "SimpleHUD", -- ModernHUD, SimpleHUD. If you're using a custom AOP system, put the resource name here and make sure it has the export getAOP
return "AOP: " .. 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
@@ -53,4 +50,4 @@ config = {
{x = 1194.71, y = -1474.14, z = 33.86, name = "Fire Station No7 (Los Santos)"} {x = 1194.71, y = -1474.14, z = 33.86, name = "Fire Station No7 (Los Santos)"}
}, },
} }
} }