πNotifications
Notification types:
Example:
--Display a greeting notification when successfully connecting to a servert
function OnConnect()
notification_info("Welcome to the server!")
end--Display a greeting notification when successfully connecting to a servert
function OnConnect()
notification_info("Welcome to the server!")
end