thesysadmindev
c2772dbd56
feat(es_extended) Added in randomisation of default spawn coordinates
...
Replaced Config.DefaultSpawn in [core]\es_extended\config.lua:L21 with a table of default spawn coordinates, and updated [core]\es_extended\server\main.lua:L254 to use new coordinates table.
2023-05-25 20:17:39 +10:00
thesysadmindev
40c22f5685
Added logging to Discord for sensitive commands
...
1. Added config variable to config.lua to enable/disable admin logging.
2. Added ESX.DiscordLogFields function to a number of sensitive admin commands (such as /setaccountmoney and /giveweapon).
2023-05-16 10:16:35 +10:00
thesysadmindev
03af5ea520
Merge branch 'dev' into main
2023-05-15 15:51:07 +10:00
thesysadmindev
696277d5bb
Added Paycheck Logging
...
Added a config variable to config.lua to enable/disable paycheck logging to Discord, added config option to config.logs.lua for Discord webhook and added function into paycheck.lua to send data to webhook containing paycheck information.
2023-05-15 10:41:02 +10:00
Tomić
c6bbab6053
Merge branch 'dev' into main
2023-05-08 12:00:38 +02:00
Tomić
eaa27d0ac4
feat(Client): GetAccount method
...
- Minor code refactoring
- Return nil on the server if the account isn't fount (self.getAccount)
2023-05-08 10:00:17 +02:00
Thekuca
7f37d30da3
Merge pull request #1005 from NeMyOriginal/patch-1
...
Create sr.js
2023-05-07 21:58:51 +02:00
Thekuca
a46fe183ba
Merge pull request #1036 from Arctos2win/patch-10
...
Update commands.lua
2023-05-07 21:56:31 +02:00
Thekuca
0557080d2f
refactor(server/paycheck): format code
2023-05-07 21:47:02 +02:00
Thekuca
804ff0452c
refactor(server/main): format code
2023-05-07 21:46:32 +02:00
Thekuca
a093ed7e6e
refactor(server/functions): format code
2023-05-07 21:46:03 +02:00
Thekuca
d7a940f158
refactor(server/common): format code
2023-05-07 21:45:30 +02:00
Thekuca
853df24cde
refactor(modules/npwd): format code
2023-05-07 21:44:24 +02:00
Thekuca
c501f06975
refactor(modules/callback): format code
2023-05-07 21:43:52 +02:00
Thekuca
62d7bcef2a
refactor(overrides/oxinventory): format code
2023-05-07 21:43:00 +02:00
Thekuca
0105dab564
refactor(locales/zh-cn): format code
2023-05-07 21:40:20 +02:00
Thekuca
7fa6fa24da
refactor(locales/sr): format code
2023-05-07 21:39:55 +02:00
Thekuca
928254a222
refactor(locales/pl): format code
2023-05-07 21:39:16 +02:00
Thekuca
2606c637f3
refactor(locales/it): format code
2023-05-07 21:38:47 +02:00
Thekuca
83e4c2055a
refactor(locales/fr): format code
2023-05-07 21:38:02 +02:00
Thekuca
d2c0e39cae
refactor(locales/es): format code
2023-05-07 21:37:31 +02:00
Thekuca
60b926cd80
refactor(locales/fi): format code
2023-05-07 21:37:02 +02:00
Thekuca
09122f957d
refactor(locales/en): format code
2023-05-07 21:35:30 +02:00
Thekuca
2e46c21a08
refactor(locales/de): format code
2023-05-07 21:34:56 +02:00
Thekuca
7c812ea4fb
refactor(locales/da): format code
2023-05-07 21:34:01 +02:00
Thekuca
ebb849f50c
refactor(locales/cs): format code
2023-05-07 21:32:07 +02:00
Thekuca
5ab8ca4da1
refactor(modules/timeout): format code
2023-05-07 21:28:40 +02:00
Thekuca
4f02caef47
refactor(modules/nwpd): format code
2023-05-07 21:25:37 +02:00
Thekuca
3c7e012071
refactor(modules/callback): format code
2023-05-07 21:23:45 +02:00
TheFantomas
e8c7aac5a7
Other fixes
2023-05-07 19:51:48 +02:00
TheFantomas
1b13b2ed07
unused loop variable 'k' fixes
2023-05-07 19:46:42 +02:00
TheFantomas
06072273f5
2nd fix
2023-05-07 19:41:48 +02:00
TheFantomas
d3086e61b4
lint(core): line contains trailing whitespace fixes
2023-05-07 19:39:11 +02:00
TheFantomas
612ffb59de
Hmm
2023-05-07 19:26:11 +02:00
Thekuca
08c9694ac0
Merge pull request #1027 from Thekuca/patch-9
...
fix(esx_menu_default): fix OpenedMenus bugging to be under 0
2023-05-06 15:30:22 +02:00
Thekuca
4e6251a4a9
refactor
...
refactor and remove unnecessary code
2023-05-03 23:39:10 +02:00
Arctos2win
c073a59672
Update commands.lua
...
change the name from Player to executor and check if its executed by a player or by console, adding the target player in the discord logs
2023-05-03 20:29:23 +02:00
Gergo
328d188d1f
Merge pull request #1031 from esx-framework/callback-await
...
feat(es_extended): add Await for callbacks
2023-05-01 11:38:44 +02:00
TheFantomas
36d78ec8f3
Revert "Merge pull request #1034 from Gellipapa/main"
...
This reverts commit 2fdab8ec0e , reversing
changes made to 353683bb51 .
2023-04-30 22:38:46 +02:00
TheFantomas
2fdab8ec0e
Merge pull request #1034 from Gellipapa/main
...
✏️ fix typo change Config to Core
2023-04-30 17:06:35 +02:00
Horváth Gellért
5ed7c768b6
✏️ fix typo change Config to Core
2023-04-30 17:03:20 +02:00
TheFantomas
cecae188a4
Merge branch 'dev' into patch-2
2023-04-30 17:02:05 +02:00
TheFantomas
ea17515ab9
Update sr.js
2023-04-30 17:01:25 +02:00
TheFantomas
bbadbac172
Update sr.lua
2023-04-30 17:01:12 +02:00
TheFantomas
9f0986dfb9
Formatting: Remove some shitty lines
2023-04-29 14:28:58 +02:00
TheFantomas
5a588347d0
Fix: No database selected error
2023-04-29 14:23:37 +02:00
Gergo
767778ac49
Merge pull request #1026 from Gellipapa/main
...
fix(esx_core: Translate function) handle nil given parameter in Translate function
2023-04-28 12:05:13 +02:00
Gergo
d8762205f3
Merge pull request #1028 from bitpredator/main
...
fix(esx_multicharacter\locales\it.lua):Italian language correction
2023-04-28 12:01:21 +02:00
Csoki
332f121d9c
refactor(es_extended/client/main.lua): tpm, noclip callbacks
2023-04-28 11:35:09 +02:00
Csoki
1c9ad325cf
feat(modules/callback): add Await callbacks
2023-04-28 11:19:02 +02:00