Exports
The exports for your scripts
Notifys
Client side
exports['stNotify']:Notify(type, text, title, img, sound, time)
Examples:
exports['stNotify']:Notify('info', 'Example Text')
exports['stNotify']:Notify('x', 'My new car', 'X', 'https://in.mt/6Ji')
Server Side
Use the same parameters as the client side export only that you must first set the user source.
exports['stNotify']:Notify(source, type, text, title, img, sound, time)
Last updated
Was this helpful?