Notifcations

can be used Client and Server Side to send Notifications

LUX.Notify

-- Client
-- msg as String 
-- title as String 
-- time in ms
-- type as String 
LUX.Notify(msg, title, time, type)

-- Server
-- msg as String 
-- title as String 
-- time in ms
-- type as String 
LUX.Notify(source, msg, title, time, type)

LUX.PictureNotify

-- Client
-- title as String 
-- subject as String 
-- msg as String 
-- icon as String https://wiki.gtanet.work/index.php?title=Notification_Pictures
-- icontype as Int 
LUX.PictureNotify([title], [subject], [msg], [icon], [icontype]) 

-- Server
-- title as String 
-- subject as String 
-- msg as String 
-- icon as String https://wiki.gtanet.work/index.php?title=Notification_Pictures
-- icontype as Int 
LUX.PictureNotify(source, [title], [subject], [msg], [icon], [icontype]) 

Last updated