Commit Graph

7849 Commits

Author SHA1 Message Date
alexistb2904 fdc7465d55 Add a configurable position for the esx_notify 2025-08-06 10:46:29 +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
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
Kenshin13 0ed6a829b9 Merge pull request #1682 from Kr3mu/dev
refactor(esx_mutlicharacter) Replaced old image of esx_multicharacter.
2025-07-27 18:29:11 +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 1.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
13.13.0
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