notify
Notifies the player.
p.notify()Argument
Type
message
string
type?
'success' | 'error'
Example
local p = FM.player.get(1)
p.notify('Succesfully notified player!', 'success')Last updated
Was this helpful?
Notifies the player.
p.notify()message
string
type?
'success' | 'error'
local p = FM.player.get(1)
p.notify('Succesfully notified player!', 'success')Last updated
Was this helpful?