Client Notification
Function for Notification
R.Notif({ - notif data - })
-- ex : { type = "success", text = "React moruk aynen" }
Function for Notification Position
R.NotifPos({ - notif data - })
-- ex : { type = "setDefaultPos", pos = "top-center" }
-- top-left , top-center , top-right
-- bottom-left , bottom-center , bottom-right
Event for Notification
TriggerEvent("0r-core:notif", { - notif data - })
-- ex : { type = "success", text = "React moruk aynen" }