Prefech Notify V2

PrefechNotifyV2

About:

  • Create easy notifications with the easy to use export.
  • Match your notifications to Prefech_RPChat

Additional Info:

  • You can set a custom notification type in the server side.
    • Add your export for the notification on line 112 in the server.lua.

Export:

The export works both server and client side.
You can also add other players as target from the client side to make it easier to create notifications that need to be displayed to other players.

exports['Prefech_NotifyV2']:Notify({
    title = "SUCCESS",
    message = "You have been paid <span style='color:#47cf73'>$500</span>.",
    time = 5000,
    icon = "fas fa-credit-card",
    color = "#47CF73",
    target = PLAYER_ID
})

Docs:

Documantation

Screenshot:

Sample Notify

Download:

Tebex

3 Likes

Like there is no too many notification scripts :smiley:

3 Likes

ye, we need more (kapp)ā€¦ everyone just releasing notifications and nothing special : (

I just made one to match our chat resouce.

1 Like