zpx-notify

Installation guide and exports for zorpex notification system


Client side export

exports['zpx-notify']:notification(title, text, type, time)

Server side export

TriggerClientEvent('zpx-notify:notification', source, title, text, type, time)

Available types

success, warning, error and info;

Last updated