Commit Graph

7972 Commits

Author SHA1 Message Date
Kremu 4e1f1669a6 Merge pull request #1751 from FBFezz/main
Fix documentation links in readme.md
2026-01-14 14:36:25 +01:00
Fezz 5a340cf9c7 Fix documentation links in SkinChanger README
Updated documentation links in README.md for SkinChanger.
2025-10-27 20:59:07 +00:00
Fezz 12c03ecdb0 Update README.md 2025-10-27 20:58:40 +00:00
Fezz 2e00639b50 Fix documentation links in README.md
Updated documentation links in README.md for ESX Cron.
2025-10-27 20:58:06 +00:00
Fezz 1614e596ec Fix documentation link in README.md
Updated documentation link to point to the correct ESX documentation.
2025-10-27 20:57:34 +00:00
Fezz 9cbb9ab491 Update documentation link in README.md 2025-10-27 20:57:04 +00:00
Fezz 2bba5ef7c8 Fix documentation link in readme.md
Updated documentation link to point to the correct ESX TextUI documentation.
2025-10-27 20:56:41 +00:00
Fezz b6962946e3 Fix documentation link in README.md
Updated documentation link for ESX Loading Screen.
2025-10-27 20:56:07 +00:00
Fezz ed46043fff Fix documentation link in README.md
Updated the documentation link for ESX Identity.
2025-10-27 20:55:33 +00:00
Fezz 88b2cd3afd Fix documentation link in readme.md
Updated documentation link for ESX Multi-Character.
2025-10-27 20:37:44 +00:00
Fezz 01ff37a7aa Fix HTML encoding in readme.md 2025-10-27 20:36:33 +00:00
Fezz e87062941d Fix HTML encoding in ESX Notify readme 2025-10-27 20:32:47 +00:00
Fezz 45ba74aed2 Fix documentation link in readme.md
Updated documentation link for ESX Notify.
2025-10-27 20:32:37 +00:00
Fezz 3d4f012269 Fix documentation link in README.md
Updated the documentation link for ESX Context.
2025-10-27 20:32:06 +00:00
Fezz 69831114fa Fix documentation link in README
Updated documentation link to point to esx_core.
2025-10-27 20:30:32 +00:00
Fezz d0ba96bcc2 Fix documentation links in readme.md 2025-10-27 20:28:56 +00:00
Kenshin13 ba4073e38d Merge pull request #1747 from esx-framework/tp
fix(es_extended): fix coordinate cmd handler arg
2025-10-23 22:01:11 +02:00
Kenshin13 60258aca4e Merge pull request #1748 from esx-framework/set-metadata
feat(es_extended): add xPlayer.updatePlayerData
2025-10-23 17:55:40 +02:00
Kenshin13 c655284bfa refactor: use xPlayer.triggerEvent instead of TriggerClientEvent 2025-10-23 17:45:03 +02:00
Kenshin13 aa12b8f675 refactor(es_extended): replace event trigger with xPlayer.updatePlayerData method 2025-10-23 17:39:14 +02:00
Kenshin13 6d11490934 feat(es_extended): add xPlayer.updatePlayerData 2025-10-23 17:37:08 +02:00
Kenshin13 f39cd72005 fix(es_extended): fix coordinate cmd handler arg 2025-10-23 11:17:18 +02:00
_Not_ a18f1eb9da apply(AlexRXWindy changes of stats improvement) 2025-10-19 08:27:10 -05:00
Alx 9961172932 refactor(player-stats): improve code structure in ESX 2025-10-19 08:24:30 -05:00
Alx 8f34c5abff feat(player-stats): add new configurable stats and new character stat options 2025-10-19 08:23:49 -05:00
Alx ce3d970e84 refactor: address code review feedback 2025-10-19 08:17:15 -05:00
Alx 592ba386f2 refactor(player-stats): improve code structure in ESX 2025-10-19 08:16:21 -05:00
Alx 288ec56532 refactor(player-stats): improve code structure in ESX 2025-10-19 08:15:52 -05:00
_Not_ 2149fc1932 Merge remote-tracking branch 'N/main' into dev 2025-10-19 08:14:19 -05:00
_Not_ 3ebe73cf31 Merge remote-tracking branch 'iamilia/main' into dev 2025-10-19 08:13:58 -05:00
_Not_ 69d9fe4883 Merge remote-tracking branch 'zykem/feat/noclip' into dev 2025-10-19 08:13:49 -05:00
_Not_ 0f5f6a6b94 refactor(streaming.lua): improve model and asset loading functions with timeout handling 2025-10-19 08:01:51 -05:00
SNAILX 080bf97283 fix: delay ox_inventory load until character registration completes in non-multicharacter
Delay ox_inventory load until character identity is set (non-multicharacter)
Inventory was loading before firstName were assigned to new
characters when multicharacter was disabled.

Fix/Changes:
* Check if multicharacter is disabled (Config.Multichar)
* Identify new characters (isNew flag)
* Wait for firstName to be registered
* Implement 2-minute timeout to prevent infinite loops
* Log warning if registration fails to complete in time
* Continue loading inventory anyway after timeout

Ensures identity data loads before inventory initializes
2025-10-17 23:32:35 +01:00
SNAILX f9792d8117 Delay inventory load until character identity is set (non-multicharacter)
Inventory was loading before firstName and lastName were assigned to new
characters when multicharacter was disabled.

Fix:
* Check if multicharacter is disabled (Config.Multichar)
* Identify new characters (isNew)
* Wait for firstName and lastName to exist
* Recheck every 3 seconds

Ensures identity data loads before inventory initializes
2025-10-17 17:33:31 +01:00
ilia b363d6b197 better type for ESX.RegisterCommand 2025-10-17 17:39:11 +03:30
zykem#0643 fb7ac3a07c feat(noclip) Add initial files 2025-10-15 11:59:46 +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