Prefech Notify V2

A script by JokeDevil

No reviews yet.
Prefech Notify V2 main image

Price

$500.00

Full Description

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