How to Notify!

Status
Not open for further replies.

carl

type shit
Management
Moderator
Verified User
Whitelisted
Code:
-- Client
TriggerEvent('limitless-phone:newNotification', {
    icon = 'fas fa-user-tie',
    appTitle = 'Jobcenter',
    title = title,
    desc = desc,
    bgColor = 'from-rose-600 to-rose-300',
    duration = 5000
})

-- Server
TriggerClientEvent('limitless-phone:newNotification', source, {
    icon = 'fas fa-user-tie',
    appTitle = 'Jobcenter',
    title = title,
    desc = desc,
    bgColor = 'from-rose-600 to-rose-300',
    duration = 5000
})
 
Status
Not open for further replies.