mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 00:01:20 +00:00
Merge branch 'dev' into pr/1684
This commit is contained in:
@@ -4,7 +4,7 @@ local txAdminLocale = GetConvar("txAdmin-locale", "en")
|
||||
local esxLocale = GetConvar("esx:locale", "invalid")
|
||||
Config.Locale = (esxLocale ~= "invalid") and esxLocale or (txAdminLocale ~= "custom" and txAdminLocale) or "en"
|
||||
|
||||
-- for ox inventory, this will automatically be adjusted, do not change! for other inventories, change to "resource_name"
|
||||
-- For ox inventory, this will automatically be adjusted, do not change! For other inventories, leave as false unless specifically instructed to change.
|
||||
Config.CustomInventory = false
|
||||
|
||||
Config.Accounts = {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
A Simplistic system, that allows Players to have multiple Characters, which can be customised for all player with `Config.Slots` or personally set a players character count using `setslots`, `remslots`, `enablechar` and `disablechar` Commands :)
|
||||
|
||||

|
||||

|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user