[FIVEM] Notify Script | Modern Design | Standalone | mxo-scripts

A script by Miinoo

No reviews yet.
[FIVEM] Notify Script | Modern Design | Standalone | mxo-scripts main image

Full Description

FiveM Notify Script

Standalone Notification Script
Unlimited variations of notification types.
100% customizable.

Preview: here
Purchase: mxo Store
1
2
4
3

Config = {}

-- Add as many types as you want
Config.Types = {
    success = {
        color = '#08b811', -- supports rgb, rgba, wsl, hsl, hex
        highlight = 'rgba(8, 184, 17, 0.15)',
        icon = 'fas fa-check' -- Icon list (Only free icons): https://fontawesome.com/
    },
    error = {
        color = '#b80808',
        highlight = 'rgba(184, 8, 8, 0.15)',
        icon = 'fas fa-x'
    },
    info = {
        color = '#085ab8',
        highlight = 'rgba(8, 90, 184, 0.15)',
        icon = 'fas fa-circle-info'
    },
    warning = {
        color = '#b5890e',
        highlight = 'rgba(181, 137, 14, 0.15)',
        icon = 'fas fa-circle-exclamation'
    }
}

Code is accessible Yes
Subscription-based No
Lines (approximately) 250
Requirements N/A
Support Yes