Commit Graph

7176 Commits

Author SHA1 Message Date
Kasey FItton 20250951fb feat(es_extended): Interaction system 2024-10-27 01:35:13 +00:00
Kasey Fitton 42a376f974 Merge pull request #1428 from JustGodWork/main
Fix progress bar return behavior in esx_progressbar
2024-10-25 22:54:29 +01:00
Kasey Fitton 8a049e394b Merge branch 'dev' into main 2024-10-25 22:53:30 +01:00
JustGod e0ce2c6b27 Feat: ESX.CancelProgressbar 2024-10-25 23:36:40 +02:00
JustGod 5f660bcfac Fix progressbar always return false|nil 2024-10-25 23:35:54 +02:00
Kasey FItton 383daade17 fix(es_extended/death): getting wrong value 2024-10-25 20:15:14 +01:00
Kasey FItton a3a7b17f4e refactor(esx_multicharacter): routing buckets instead of conceal
This decreases the Resmon while in use, from `0.07` - `0.09` to `0.00`
2024-10-25 18:59:19 +01:00
Kasey FItton cc142af045 fix(es_extended/server): invalid request 2024-10-25 17:08:25 +01:00
Kasey FItton 847e304d1c fix(es_extended/client): invalid request 2024-10-25 17:00:02 +01:00
Kasey FItton 0fd928d565 fix(es_extended): attempt to mitigate state bag issue 2024-10-25 16:58:42 +01:00
Kasey FItton 8df10bd7ea fix(es_extended/server): invalid requestId 2024-10-25 16:58:06 +01:00
Kasey FItton 52b95e91d4 refactor(es_extended/client): rewrite death module 2024-10-25 16:24:01 +01:00
Kasey FItton 8a18978264 refactor(es_extended/server): rewrite callbacks 2024-10-25 16:11:53 +01:00
Kasey FItton 174f5cff18 refactor(es_extended/client:) rewrite callbacks 2024-10-25 15:27:04 +01:00
Kasey FItton a9f76791c9 refactor: fully remove spawnmanager 2024-10-25 14:57:29 +01:00
Kasey FItton 750e529faa refactor(es_extended/actions): rewrite file 2024-10-25 14:49:45 +01:00
Kasey FItton 905890845f tweak(server.cfg): use newer convars 2024-10-25 13:16:15 +01:00
Kasey FItton 4992778db8 experimental: New base Resource - ESX Chat theme 2024-10-25 13:07:19 +01:00
Kasey FItton 6cec93b64a fix(esx_skin): close TextUI after completion 2024-10-25 12:59:29 +01:00
Kasey FItton 2238f6fce2 refactor(esx_skin): full rewrite
Description: Its Better
2024-10-25 02:36:13 +01:00
Kasey FItton df13c21e4b refactor(skinchanger): complete rewrite
- Better Readably,
- Better Performance
- Removes 100s of lines of Repeated Code
- Adds Support for 3rd Face and 3rd Face Mix
2024-10-25 00:56:29 +01:00
Kasey FItton 7c1d6f7c56 Merge branch 'dev' of https://github.com/esx-framework/esx_core into dev 2024-10-24 22:55:54 +01:00
Kasey FItton 3cab3cb782 feat(es_extended) cache PlayerId and Player Server Id 2024-10-24 22:55:44 +01:00
Kasey FItton 7c72acda58 refactor(esx_multicharacter): Complete Rewrite 2024-10-24 22:49:03 +01:00
Kasey Fitton ec8200a5b5 Merge pull request #1427 from t1ger-scripts/main
fix(createJob): skin error
2024-10-24 22:40:36 +01:00
Kasey FItton ca3905f169 Merge branch 'main' into dev 2024-10-24 22:30:45 +01:00
t1ger-scripts 59a90b4a5f fix(createJob): skin error
self.setJob in es_extended/server/classes/player.lua decodes skin data, which means skin data should be a string and not a table. When creating shops in run time and setting this job, it would throw error. 
Modified so it's a string and also added compatibility to parse skin_data directly into the job grade.
2024-10-24 23:19:16 +02:00
Kasey FItton ca9f83564e feat(es_extended/server): annotations 2024-10-24 17:52:22 +01:00
Kasey FItton 4d052aae46 feat(es_extended/common): annotations 2024-10-24 17:37:23 +01:00
Kasey FItton 6f2acaf116 feat(es_extended/client/functions): annoations 2024-10-24 17:19:08 +01:00
Kasey FItton c10ffb6dfe fix(skinchanger): missing/incorrect params 2024-10-24 16:04:48 +01:00
Kasey FItton fb71725069 fix(esx_textUI): missing params 2024-10-24 16:02:14 +01:00
Kasey FItton e591cf00ea fix(esx_skin): fix /saveskin command and add missing params 2024-10-24 16:01:47 +01:00
Kasey FItton d0edbe857b fix(esx_notify): missing params 2024-10-24 15:57:35 +01:00
Kasey FItton 95a7284b70 fix(esx_multicharacter): missing params and incorrect param types 2024-10-24 15:57:11 +01:00
Kasey FItton 35166b17e9 tweak(esx_menu_list): missing params 2024-10-24 15:54:43 +01:00
Kasey FItton df18853fd7 fix(esx_menu_dialog): missing params 2024-10-24 15:54:23 +01:00
Kasey FItton db4e891d89 fix(esx_context): missing params 2024-10-24 15:53:50 +01:00
Kasey FItton 7fe329a427 fix: correct colours for new errors 2024-10-24 15:50:01 +01:00
Kasey FItton 86159bb8f3 fix(es_extended/server): add missing params to stop warnings 2024-10-24 15:42:43 +01:00
Kasey FItton f03229acc1 fix(es_extended/client): add missing params to remove warnings 2024-10-24 15:00:02 +01:00
Kasey FItton 6abe153226 refactor(es_extended): Cleanup messy files 2024-10-24 14:49:06 +01:00
Kasey FItton 852198d8aa fix(es_extended/client/functions): fix params to stop warnings 2024-10-24 14:35:41 +01:00
Kasey FItton 44a07ee397 fix(es_extended/client/main): add missing params to stop warnings 2024-10-24 14:26:48 +01:00
Kasey FItton 242d577128 fix(es_extended/client/main): Correct Notification Params for TPM 2024-10-24 14:23:25 +01:00
Kasey FItton d3427e431f fix(es_extended/client/main): Error handling for Vehicle Properties 2024-10-24 14:17:15 +01:00
Kasey FItton 7ef5c12de4 fix(es_extended/client/main): add missing Natives to ESX.SpawnPlayer
This should make spawning alot smoother without multicharacter
2024-10-24 14:15:26 +01:00
Kasey FItton 1beb0cf245 fix(es_extended/client/main): disable shuffle for all seats 2024-10-24 14:02:00 +01:00
Kasey FItton 9e69c5b71f tweak(es_extended/client/main): remove debug print 2024-10-24 13:58:47 +01:00
Kasey FItton a0e77986e0 refactor(es_extended/client/main): Separate playerLoaded Event
Separates the `playerLoaded` Event into multiple functions, for better readability,
and also adds some performance improvements
2024-10-24 13:57:59 +01:00