Skip to content

[Feature] add the notifications of ox_lib #106

@Kawet00

Description

@Kawet00

Is your feature request related to a problem? Please describe.
Hi, I would be good to add best notifications, like the notifications of ox_lib. Beacause for now the notifications are in the chat and we cannot see the notification directly.

Describe the solution you'd like
Add an option in the config where we can choose the notification system and in the utils.js it will detect what is it and for example if its ox_lib, line 200 in utils.js will be:

lib.notify({
  title: 'Notification title',
  description: 'Notification description',
  type: 'success',
});

here is the documentation: https://overextended.dev/ox_lib/Modules/Interface/Client/notify

Describe alternatives you've considered
The notifications of esx, QB, ox, qs, okok, etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions