Skip to content
esx_notify

esx_notify

The notification system used by es_extended Only available on clientside

ShowNotifation

Arguments

  • message: string
    • The notification message.
  • type: string
    • The notification type
  • length: number
    • The progressbar options

Notification Types

  • success
  • error
  • info

ESX Example

ESX.ShowNotification('This is my new test.', 'error', 1500) 

Arguments

  • type: string
    • The notification type
  • message: string
    • The notification message.
  • length: number
    • The progressbar options

Export Example

exports['esx_notify']:Notify('error', 'This is my new test.',  1500)