Kenshin13
5a596e5fad
fix(esx_inventory/client/main): use playerdata maxweight
2025-08-12 19:39:39 +02:00
Kenshin13
a36414c01e
Remove server_scripts entry from fxmanifest.lua
2025-08-12 19:36:49 +02:00
Kenshin13
1b9389417b
fix(esx_inventory/config/main): auto-detect locale
2025-08-12 19:34:01 +02:00
Kenshin13
c772d7dba8
refactor: esx inv into menu_default & separate resource
2025-08-12 19:32:38 +02:00
zykem
2c285e1d09
Merge pull request #1692 from alexistb2904/main
...
Fix Discord Rich Presence integration
2025-08-08 22:19:49 +02:00
alexistb2904
003cd0202a
Remove PresencePlaceholders and replace it by ReplacePlaceholders
2025-08-08 09:49:15 +00:00
DingYUU
0a84ce29d8
Fix onPlayerDropped to pass in cb
...
When third-party scripts use
```lua
debugPrint('[LOGOUT] Awaiting Player to be unloaded [/]')
TriggerEvent('esx:playerLogout', source, function()
cb()
debugPrint('[LOGOUT] Player unloaded.')
end)
```
the issue of not passing in functions
2025-08-07 13:11:47 +08:00
alexistb2904
797fa0d90e
2 error into 1
2025-08-05 21:52:37 +00:00
alexistb2904
9f8432f737
Fix Discord Rich Presence integration
2025-08-04 09:47:55 +00:00
Manifest Bumper
830c567cfd
chore: bump manifest version to 1.13.1
2025-08-02 11:09:55 +00:00
Kr3mu
a5015b8694
Added pcall for checking player identifier
2025-08-01 11:57:04 +02:00
Kenshin13
b9d735ceca
Merge pull request #1675 from Zykem/feature/optional-identifier-type
...
feat(esx_core) Add optional player identifier type.
2025-08-01 11:15:10 +02:00
Kremu
f27abcfa2b
Merge branch 'esx-framework:dev' into dev
2025-07-31 14:10:07 +02:00
Kenshin13
23f78ae6e4
fix(es_extended/shared/config/adjustments): enable ambient peds & vehicles by default
2025-07-30 14:05:55 +02:00
Kr3mu
f01025d506
New event name: esx:jobsRefreshed,
...
Removed prints
2025-07-30 10:44:24 +02:00
Kr3mu
01a5703c50
Used booleans instead of promise
2025-07-29 15:46:59 +02:00
Kr3mu
19e697b211
Changed to promise and deleted ESX.JobsLoaded
2025-07-29 15:34:09 +02:00
Kr3mu
ef74169620
Added ESX.JobsLoaded and esx:jobsLoaded
2025-07-28 16:42:15 +02:00
RodericAguilar
55bb0d223f
Update fxmanifest.lua
2025-07-28 13:40:27 +02:00
RodericAguilar
cd0874dc6b
refactor(esx_notify): move sound toggle to config and apply camelCase
2025-07-28 11:54:56 +02:00
RodericAguilar
6cae839f8f
feat(esx_notify): add toggle for notification sound playback
...
This PR adds support for enabling or disabling the notification sound in `esx_notify`.
A new variable `NotificationSoundEnabled` (default: true) controls whether a sound should be played when a notification is shown.
```lua
---@type boolean Whether the notification sound should be played
local NotificationSoundEnabled = true
```
- [x] My commit messages and PR title follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/ ) standard.
- [ ] 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-07-28 08:42:26 +02:00
Kenshin13
deb40b0155
Merge branch 'dev' into pr/1684
2025-07-27 20:05:29 +02:00
Talking Ben
0cf07b5827
Update adjustments.lua
...
WORLD_VEHICLE_BOAT_IDLE_MARQUIS is listed twice
2025-07-27 13:51:29 -04:00
Kenshin13
6e7e8d5ed8
Merge pull request #1683 from esx-framework/chore-custominv
...
chore(es_extended/shared/config/main): replace missleading comment
2025-07-27 18:51:47 +02:00
Kenshin13
756aae3dc1
chore(es_extended/shared/config/main): replace missleading comment
2025-07-27 18:35:35 +02:00
zykem
9d11780816
Update multicharacter.lua
2025-07-26 20:24:53 +02:00
Kr3mu
85ad455645
Replaced old image of esx_multicharacter
2025-07-26 20:12:49 +02:00
zykem
c5aee6b78d
Validate identifier
2025-07-26 19:46:55 +02:00
zykem
afcce2d1a9
Update multicharacter.lua
2025-07-26 19:45:26 +02:00
zykem
83835b4ec1
Update database.lua
2025-07-26 19:45:01 +02:00
zykem
d9becc9cb4
Update functions.lua
2025-07-26 19:44:28 +02:00
zykem
36a69f2c81
Validate player identifier in ResetPlayers function
2025-07-26 19:38:19 +02:00
zykem
e315272e48
Validate player identifier in DeleteCharacter function
2025-07-26 19:36:11 +02:00
zykem
25b5a3d7a1
Make return type optional in GetIdentifier
2025-07-26 19:32:24 +02:00
Manifest Bumper
3a9e0f316e
chore: bump manifest version to 1.13.0
2025-07-26 17:05:56 +00:00
Manifest Bumper
72a1397823
chore: bump manifest version to 13.13.0
2025-07-26 17:04:08 +00:00
Kenshin13
64ff97d60d
Merge pull request #1671 from Kenshiin13/add-refresh-items
...
feat(es_extended): refresh/add items during runtime
2025-07-25 15:55:16 +02:00
Kenshin13
513003fe08
fix(es_extended/server/functions): return new item count on refresh
2025-07-25 11:58:30 +02:00
Kenshin13
60e1d7e7c8
refactor(es_extended/server/functions): use numeric loop
2025-07-25 11:50:11 +02:00
Kenshin13
71143e96d8
fix(es_extended/server/modules/commands): use translate
2025-07-25 11:47:40 +02:00
Kenshin13
a95427830c
refactor(es_extended/server/functions): implement requested changes
2025-07-25 11:43:50 +02:00
Kenshin13
a903a6d7a2
fix(es_extended/server/modules/commands): cmd only for esx inv
2025-07-23 11:11:33 +02:00
Kenshin13
c702f70985
Merge pull request #1676 from JK-Scripts/dev
...
[Fix] Player Logout Fix
2025-07-22 14:00:35 +02:00
Fezz
2200bb9e1c
Update main.lua
2025-07-22 12:28:35 +01:00
Fezz
1225c08107
Update main.lua
2025-07-22 12:19:02 +01:00
Fezz
6198cd23b0
Update main.lua
2025-07-21 22:01:27 +01:00
Kenshin13
b41953c007
Merge pull request #1673 from Mr-Snaeky/Mr-Snaeky-patch-1
...
Create ar.lua
2025-07-21 22:23:38 +02:00
Fezz
98610a6117
Update main.lua
2025-07-21 14:37:25 +01:00
Fezz
197f3c1fb3
Update main.lua
2025-07-21 14:18:42 +01:00
Fezz
55c3464464
Player Logout Fix
...
Fixes the error with esx:playerlogout
2025-07-21 14:13:37 +01:00