Fezz
01ff37a7aa
Fix HTML encoding in readme.md
2025-10-27 20:36:33 +00:00
Fezz
e87062941d
Fix HTML encoding in ESX Notify readme
2025-10-27 20:32:47 +00:00
Fezz
45ba74aed2
Fix documentation link in readme.md
...
Updated documentation link for ESX Notify.
2025-10-27 20:32:37 +00:00
Manifest Bumper
69fe76ca38
chore: bump manifest version to 1.13.4
2025-10-01 22:16:13 -05:00
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
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
Manifest Bumper
830c567cfd
chore: bump manifest version to 1.13.1
2025-08-02 11:09:55 +00: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
zlexif
59d2e9a839
fix(readme esx_notify):
2025-05-05 19:49:07 +03:00
zlexif
7a1eef95ff
refactor(esx_notify): redesign, code improvements.
2025-05-05 19:32:19 +03:00
Manifest Bumper
74e76ed613
chore: bump manifest version to 1.12.4
2025-01-23 21:29:23 +00:00
Manifest Bumper
642b1e60ce
chore: bump manifest version to 1.12.3
2025-01-06 14:45:23 +00:00
Kasey FItton
83e3538f43
chore: update docs link
2025-01-06 14:51:07 +01:00
Kasey FItton
34203c199f
chore: version bump
2025-01-02 04:54:22 +00:00
Manifest Bumper
d6fa11fc69
chore: bump manifest version to 1.12
2025-01-01 21:57:19 +00:00
Kasey FItton
803508ba2f
Merge branch 'dev' into vehicle-spawn-validation
2024-12-04 05:59:39 +00:00
Manifest Bumper
0cac6f5163
chore: bump manifest version to 1.11.4
2024-11-30 16:10:50 +00:00
Kasey Fitton
042ad3498d
Merge pull request #1495 from Fellow1990/main
...
update: menu.lua
2024-11-21 17:51:11 +00:00
Manifest Bumper
efafa58eb2
chore: bump manifest version to 1.11.3
2024-11-18 22:02:42 +00:00
Kasey Fitton
89c2f8a545
Merge pull request #1458 from esx-framework/main
...
Merge hotfix
2024-11-12 21:17:37 +00:00
Manifest Bumper
e53a62844b
chore: bump manifest version to 1.11.2
2024-11-11 21:30:56 +00:00
Kasey FItton
a8940f5950
fix/feat(esx_notify): use correct length and add animations correctly
2024-11-10 12:13:35 +00:00
Kasey FItton
5ae1b36564
fix(esx_notify): disable debug mode
2024-11-09 10:43:09 +00:00
Kasey FItton
b780e98098
feat(esx_notifty): new design
2024-11-09 10:41:25 +00:00
Kasey FItton
a5f5335d3b
chore: version bump
2024-11-09 08:55:24 +00:00
Kasey FItton
757a8ea2f7
tweak: prep update versioning
2024-11-09 00:46:45 +00:00
Kasey FItton
2bc9f83ffb
feat(core): secure events
2024-11-02 20:04:45 +00:00
Kasey FItton
ca3905f169
Merge branch 'main' into dev
2024-10-24 22:30:45 +01:00
Kasey FItton
d0edbe857b
fix(esx_notify): missing params
2024-10-24 15:57:35 +01:00
Manifest Bumper
6d86afac68
chore: bump manifest version to 1.10.10
2024-10-20 19:00:39 +00:00
Manifest Bumper
424db9cf77
chore: bump manifest version to 1.10.9
2024-10-14 20:16:29 +00:00
Manifest Bumper
1d0b275a7f
chore: bump manifest version to 1.10.8
2024-10-10 16:29:56 +00:00
Gellipapa
9c13697bf1
Merge pull request #1406 from someone005/main
...
fix(notify): no valid icon
2024-10-01 18:51:08 +02:00
someone
809dc21de2
fix(notify): no valid icon
2024-10-01 18:30:07 +02: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
Gellipapa
fde64e507a
📦 Bump version to 1.10.7
2024-06-19 00:08:05 +02:00
Gellipapa
f3c5424093
🚑 bump version to 1.10.6
2024-06-16 15:20:48 +02:00
Thekuca
099dd993f9
chore(LICENSE)
2024-03-08 21:53:04 +01:00
Thekuca
5db36e55ee
chore(readme)
2024-03-08 21:52:21 +01:00
Thekuca
3c7a6c94dd
chore(LICENSE): update copyright year
2024-03-07 16:49:28 +01:00
Gellipapa
8e94cad87e
Merge branch 'dev' into fix-dev-to-main
2024-02-29 22:37:15 +01:00
Manifest Bumper
731b6a13b8
chore: bump manifest version to 1.10.5
2024-02-17 22:53:26 +00:00
Kasey FItton
77e880a715
refactor: add better descriptions to the fxmanifests
2024-02-11 15:04:21 +00:00
Thekuca
218af242d3
🔁 1.10.4 sync
...
1.10.4 hotfix sync
2024-01-30 21:23:22 +01:00
Manifest Bumper
82affe3e1e
chore: bump manifest version to 1.10.4
2024-01-30 20:08:06 +00:00