Commit Graph

8072 Commits

Author SHA1 Message Date
Kenshin13 f8c59020b7 refactor(esx_inventory/client/main): GetPlayerData no longer needed 2025-08-13 15:13:46 +02:00
Kenshin13 5250c2a0c0 Merge branch 'player-data' into inv 2025-08-13 15:11:06 +02:00
Kenshin13 646250753e Merge branch 'get-cfg' into player-data 2025-08-13 15:02:46 +02:00
Kenshin13 28670480bc fix(es_extended/shared/functions): fix ESX.GetConfig bug 2025-08-13 15:00:39 +02:00
Kenshin13 216f648482 feat: sync player data inv & loadout 2025-08-13 13:46:44 +02:00
Kenshin13 524484abb6 fix(esx_inventory): fix loadout append 2025-08-13 12:38:23 +02:00
Kenshin13 ea87215a62 esx_inventory: enable oal 2025-08-12 21:35:23 +02:00
Kenshin13 b291c5fd42 refactor(esx_inventory/client/main): implement requested changes 2025-08-12 21:33:08 +02:00
Kenshin13 43e4c11426 refactor(esx_inventory/client/main): promise based quantity dialog 2025-08-12 21:25:12 +02:00
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
alexistb2904 02ecc1e822 add title before position argument in player class 2025-08-09 17:48:51 +00:00
alexistb2904 056b3393c5 add position argument to player class and shownotification function 2025-08-09 13:39:43 +00:00
zykem 2c285e1d09 Merge pull request #1692 from alexistb2904/main
Fix Discord Rich Presence integration
2025-08-08 22:19:49 +02:00
alexistb2904 7cc6d88513 Add position parameter and proper debug print 2025-08-08 10:00:59 +00:00
alexistb2904 003cd0202a Remove PresencePlaceholders and replace it by ReplacePlaceholders 2025-08-08 09:49:15 +00:00
zykem d2fbf4a17b Merge pull request #1695 from DyroS3/main
Fix `onPlayerDropped` to pass in `cb`
2025-08-08 08:28:13 +02: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 429cc9337a Change tab space and ' to " 2025-08-06 11:03:49 +00:00
alexistb2904 fdc7465d55 Add a configurable position for the esx_notify 2025-08-06 10:46:29 +00: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
Kenshin13 2d2f0684d4 Merge pull request #1691 from Kr3mu/license_deffer
feat(esx_core) Added pcall for checking player identifier as new ESX.GetIdentifier retruns error when identifier isn't found.
1.13.1
2025-08-01 13:46:15 +02: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
Kenshin13 511dee2a52 Merge pull request #1688 from Kr3mu/dev
feat(esx_core) Added ESX.JobsLoaded and esx:jobsLoaded
2025-07-31 22:57:07 +02:00
Kenshin13 5802bcd1c6 Merge pull request #1689 from JK-Scripts/main
Comet 5 sql
2025-07-31 22:54:57 +02:00
Kr3mu 89d8f1ecd9 Merge branch 'dev' of https://github.com/Kr3mu/esx_core into dev 2025-07-31 14:11:09 +02:00
Kr3mu 8e869ee3ce Fixes link to documentation in ReadMe 2025-07-31 14:11:03 +02:00
Kremu f27abcfa2b Merge branch 'esx-framework:dev' into dev 2025-07-31 14:10:07 +02:00
Kenshin13 e2f018d915 Merge pull request #1690 from esx-framework/ambient-peds
fix(es_extended/shared/config/adjustments): enable ambient peds & veh
2025-07-30 14:10:25 +02:00
Kenshin13 23f78ae6e4 fix(es_extended/shared/config/adjustments): enable ambient peds & vehicles by default 2025-07-30 14:05:55 +02:00
Fezz 9d6e3d72e8 Update legacy.sql 2025-07-30 12:44:39 +01: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
Kenshin13 4fbdb16de2 Merge pull request #1687 from esx-framework/feat-notification-sound
feat(esx_notify): add toggle for notification sound playback
2025-07-28 13:51:08 +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
Kenshin13 fd61c89bbb chore: add pr template 2025-07-28 11:38:03 +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
Kremu 3d963acced Merge pull request #1684 from drizzylol04/patch-1
Update adjustments.lua
2025-07-27 20:07:59 +02:00
Kenshin13 deb40b0155 Merge branch 'dev' into pr/1684 2025-07-27 20:05:29 +02:00
Kenshin13 d3dc0aa957 Merge pull request #1685 from esx-framework/chore
chore: bump manifest version
2025-07-27 20:01:44 +02:00
Kenshin13 3d6b3263ab Merge branch 'main' into dev 2025-07-27 19:55:34 +02:00
Talking Ben 0cf07b5827 Update adjustments.lua
WORLD_VEHICLE_BOAT_IDLE_MARQUIS is listed twice
2025-07-27 13:51:29 -04:00