Edit Notification with your own

  1. Go in the config.lua

functiondescription

src

source

action or type

'client' or 'server'

xPlayer

ESX.GetPlayerFromId(src)

message

'The notification message'

Change this:

MSK.Notification(message)

to f.e. this:

exports['okokNotify']:Alert('Shop', message, 5000, 'info')

Last updated