From 29718fb7ce56cc638fca62f5163c3b06a437b8da Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:20:38 +0200 Subject: [PATCH] Update config.lua --- ND_CharacterSelection/config.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ND_CharacterSelection/config.lua b/ND_CharacterSelection/config.lua index a64b1bb..b27ae82 100644 --- a/ND_CharacterSelection/config.lua +++ b/ND_CharacterSelection/config.lua @@ -4,7 +4,10 @@ config = { changeCharacterCommand = "changecharacter", -- this is the command to open the ui again and change your character. enableAppearance = true, -- you need to install fivem-appearance 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. backgrounds = { "https://i.imgur.com/E51ckFx.png", -- Credits: Fuzzman270#0270