Accessible code

function Notify(description, type)
    lib.notify({
        description = description,
        type = type,
        position = 'bottom-right'
    })
end

RegisterNetEvent('enpwr_playermanager:Notify', Notify)

Last updated