EXPORTS & INTEGRATION
In this page you will get to know about the exports and integrations of Hydex Notify.
CLIENT SIDE
Event
TriggerEvent('hydex-notify:shownotification', title, message, type, time)SERVER SIDE
Event
TriggerClientEvent('hydex-notify:shownotification', source, title, message, type, time)ARGUMENTS
| Argument | Type | Details | Required |
|---|---|---|---|
source | integer | Server Id of player | Only for server side |
title | string | Header/Title of message | Yes |
message | string | Message content | Yes |
type | string | Type of notification from config | Optional |
time | integer | Duration in ms | Yes |
Last updated on