18 Commits

Author SHA1 Message Date
alexistb2904 2009ccfd51 Add possibility to trigger multiple notifications at different positions. Update to the readme too. 2025-08-21 19:23:03 +00:00
alexistb2904 7cc6d88513 Add position parameter and proper debug print 2025-08-08 10:00:59 +00:00
alexistb2904 fdc7465d55 Add a configurable position for the esx_notify 2025-08-06 10:46:29 +00: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
zlexif 7a1eef95ff refactor(esx_notify): redesign, code improvements. 2025-05-05 19:32:19 +03:00
Kasey FItton 2bc9f83ffb feat(core): secure events 2024-11-02 20:04:45 +00:00
Kasey FItton d0edbe857b fix(esx_notify): missing params 2024-10-24 15:57:35 +01:00
Mirow 7e84f16f1e fix(Notify): fixed lint errors 2024-07-26 22:19:18 +02:00
Mirow 12e6ddd999 fix(Notify): lua ls annotation typo 2024-07-26 22:13:16 +02:00
Arctos2win 809b397017 Remove or statements that don't do stuff 2024-01-27 15:51:31 +01:00
Gellipapa 9d90c9d674 🎨 Run formatter 2024-01-24 23:07:30 +01:00
thesysadmindev 2401677c58 Merge branch 'dev' into dev 2023-06-30 09:15:49 +10:00
TheFantomas 88c8036a24 formatting(core): Format all 2023-06-29 20:20:28 +02:00
thesysadmindev 28f8b6c38e refactor(es_extended,esx_notify,skinchanger): Updated prints
Updated prints to use formatting on strings instead of concatenation.
2023-06-29 23:36:16 +10:00
Benzo db983b931c move everything into core folder 2023-01-18 15:21:39 +01:00
Benzo 9f36559ac0 Revert "build: new repos"
This reverts commit cfb8e742e4.
2023-01-18 15:08:44 +01:00
Benzo cfb8e742e4 build: new repos 2023-01-18 15:06:15 +01:00