mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 01:01:42 +00:00
29f64dd928
- 4 tab indents
- Commands reworked
- now supports source 0 (console)
- toLower, and duplicate checks in db
- Fixed error messages
- added seperate error message when `WhiteList` table is empty
- fixed steam id check
9 lines
480 B
Lua
9 lines
480 B
Lua
Locales['en'] = {
|
|
['whitelist_check'] = 'making sure you\'re whitelisted on this server . . .',
|
|
['not_whitelisted'] = 'you are not whitelisted on this server',
|
|
['steamid_error'] = 'your Steam ID was not found, is Steam running?',
|
|
['whitelist_empty'] = 'the whitelist hasn\'t been loaded yet, or alternatively no one has been whitelisted!',
|
|
['help_whitelist_add'] = 'add someone to the whitelist',
|
|
['help_whitelist_load'] = 'reload the whitelist',
|
|
}
|