Change Notifications

If you need help to change the Notification in our Scripts, follow these steps and it should work.

Config.Notification = function(source, message)
functiondescription

source

source

message

'The notification message'

Change this:

MSK.Notification(message)

to f.e. this:

ESX.ShowNotification(message)

Last updated