Server
Notify
function HRLib.Notify(
playerId: integer,
description: string,
type: 'success'|'error'|'info'|'warning',
duration: number?,
pos: 'top-right'|'center-right'|'bottom-right'|'frombelow-right'|
'top-left'|'left-center'|'frombelow-left'?,
sound: boolean?
)
Last updated