From 5df4e3e76d8e78099a901a3da50bee865c0a94f9 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sun, 9 May 2021 04:07:10 +1000 Subject: [PATCH] Config.PrimaryIdentifier --- config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config.lua b/config.lua index 89fbb379..ea90361c 100644 --- a/config.lua +++ b/config.lua @@ -8,6 +8,7 @@ Config.Accounts = { } Config.StartingAccountMoney = {bank = 50000} +Config.PrimaryIdentifier = 'license' -- recommended Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)