mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
refactor(Admin Check): refactor admin checking
This commit is contained in:
@@ -18,6 +18,11 @@ Config.Accounts = {
|
||||
|
||||
Config.StartingAccountMoney = {bank = 50000}
|
||||
|
||||
Config.AdminGroups = {
|
||||
['owner'] = true,
|
||||
['admin'] = true
|
||||
}
|
||||
|
||||
Config.DefaultSpawn = {x = -269.4, y = -955.3, z = 31.2, heading = 205.8}
|
||||
|
||||
Config.EnablePaycheck = true -- enable paycheck
|
||||
|
||||
Reference in New Issue
Block a user