1723 Commits

Author SHA1 Message Date
zykem 921fd13deb Create compat.lua 2025-10-24 22:26:24 +02:00
Kr3mu 23956e4a7f init 2025-10-23 16:55:17 +02:00
Kenshin13 b3deeae1eb fix: fix typo 2025-10-01 22:16:13 -05:00
Kenshin13 112314124f feat: add auto migration 2025-10-01 22:16:13 -05:00
Kenshin13 b9ca12a65d feat: add esx job types 2025-10-01 22:16:13 -05:00
Mr Sneaky 01470dec92 Create ar.lua 2025-10-01 22:16:13 -05:00
Mirow e7eafd6148 fix(web): display correct gender 2025-10-01 22:16:13 -05:00
Kr3mu 69772dbd5a Updates the UI of esx_menu_dialog to match esx_menu_default, replace absolute units with vh 2025-10-01 22:16:13 -05:00
Manifest Bumper 69fe76ca38 chore: bump manifest version to 1.13.4 2025-10-01 22:16:13 -05:00
Kr3mu 7c654138e6 Deletes console.log from openMenu 2025-10-01 22:16:12 -05:00
Kenshin13 273227e606 fix(es_extended/locales): add missing locales for inv 2025-10-01 22:16:12 -05:00
Kenshin13 4cb6cb70a4 fix(esx_inventory): fix return arrow 2025-10-01 22:16:12 -05:00
Kr3mu 225b812ec0 Fixes the issue with less forgiving Typescript 2025-10-01 22:16:12 -05:00
Kr3mu ccb88a31fa Adds usable, unselectable, disableRightArrow 2025-10-01 22:16:12 -05:00
Kr3mu 4363f6aaa4 Adds options to the slider component 2025-10-01 22:16:12 -05:00
Kr3mu a01730ce7a Added auto scroll and maximum height, logo to right corner of title 2025-10-01 22:16:12 -05:00
Kr3mu ef9f35e40a New ESX MENU DEFAULT DESIGN 2025-10-01 22:16:12 -05:00
Kenshin13 9ed99a8d7c refactor(es_extended/server/functions): Refactor command argument validation logic 2025-10-01 22:16:12 -05:00
Kenshin13 b777daccd6 refactor(esx_identity): use static player methods 2025-10-01 22:16:12 -05:00
Kenshin13 81c930975e refactor(esx_identity): fix formatting 2025-10-01 22:16:12 -05:00
Kenshin13 433aa8aa91 fix(esx_identity/server/main): fix error when creating char 2025-10-01 22:16:12 -05:00
Kenshin13 297a169d16 fix(es_extended/server/migration): only require restart if actually neccessary 2025-10-01 22:16:12 -05:00
Kenshin13 2242bdef75 refactor: only store migrations if not already ran 2025-10-01 22:16:12 -05:00
Kenshin13 8eac8cf9fc Revert "refactor: only store migrations if not ran"
This reverts commit 45308f5d49.
2025-10-01 22:16:12 -05:00
Kenshin13 cb4206a21f refactor: only store migrations if not ran 2025-10-01 22:16:12 -05:00
Kenshin13 8c5eed18e0 refactor: store migrations in core table 2025-10-01 22:16:12 -05:00
Kenshin13 777449969a feat: add "restart required" print 2025-10-01 22:16:12 -05:00
Kenshin13 cdb27197b2 feat: add auto-migrations on startup 2025-10-01 22:16:11 -05:00
Kenshin13 08bffc7f4d fix(es_extended/client/functions): add export default values
Apparently, passing leading nil values via an export breaks it entirely.
2025-10-01 22:16:11 -05:00
Kenshin13 3fa0d304d4 refactor(es_extended/server/functions): rename err var 2025-08-31 15:58:29 +02:00
Debian b8c544116a add missing translations 2025-08-31 13:34:33 +00:00
Debian 2ebd4a17b5 update var error message name 2025-08-30 13:47:25 +00:00
Debian 46b2413820 i18n for not valid message and fix message error 2025-08-30 09:36:35 +00:00
Debian ecb79506b4 add a new argument on the register command feature 2025-08-30 09:01:49 +00:00
Kr3mu 04318a4d77 Adds forgotten return in loadModule, loadModule returns nil instead of false, added return type in ldoc 2025-08-28 23:21:35 +02:00
Kr3mu 6b4d7c1956 Added noop comment, deleted bs about @@ 😂 2025-08-28 23:11:50 +02:00
Kr3mu fe82f8c6c4 Creates fxmanifest for esx_lib and imports with commented code. 2025-08-28 23:00:06 +02:00
zykem f75aab49de Merge pull request #1694 from alexistb2904/esx_notify-position
feat(esx_notify): Add a configurable position
2025-08-23 21:12:30 +02:00
Kenshin13 201043edc1 Merge pull request #1709 from MrSne7aky/MrSne7aky-patch-1
feat(es_extended): Add isNew state to Player stateBag on playerLoaded
2025-08-23 19:38:49 +02:00
Mr Sneaky b965cddca0 Update main.lua 2025-08-23 17:31:16 +02:00
Mr Sneaky 5cc766be67 Update main.lua 2025-08-22 18:36:51 +02:00
Mr Sneaky c2d7898e1f feat(es_extended): dd isNew state to Player stateBag on playerLoaded
Stores the isNew flag in the player's stateBag on server. 
On the client, you can get it like this:
```
 print(Player(source).state.isNew)
```

- [x]  My commit messages and PR title follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.
- [x]  My changes have been tested locally and function as expected.
- [x]  My PR does not introduce any breaking changes.
- [x]  I have provided a clear explanation of what my PR does, including the reasoning behind the changes and any relevant context.
2025-08-22 16:30:50 +02:00
alexistb2904 ff8a7cee38 Merge branch 'dev' into esx_notify-position 2025-08-21 19:48:10 +00:00
alexistb2904 2009ccfd51 Add possibility to trigger multiple notifications at different positions. Update to the readme too. 2025-08-21 19:23:03 +00:00
Manifest Bumper 73ccea1b4e chore: bump manifest version to 1.13.3 2025-08-19 22:39:13 +00:00
Kenshin13 ffd59464b8 Merge branch 'dev' into ssn 2025-08-19 21:55:18 +02:00
Kenshin13 276a49f77e feat(es_extended): add static ESX.ExtendedPlayers
As a wrapper for ESX.GetExtendedPlayers
2025-08-17 15:59:01 +02:00
Kenshin13 9333c1e9e0 refactor(es_extended/server/classes/player): Add SSN field and getter to player class 2025-08-17 15:03:38 +02:00
Kenshin13 462b118f85 Merge branch 'dev' into ssn 2025-08-17 15:01:05 +02:00
Kenshin13 a9ae0b479e Merge pull request #1704 from esx-framework/player-class
refactor(es_extended/server/class/player): add proper type annotations
2025-08-17 14:54:36 +02:00