[Standalone] [PAID] Atom Notify | NEW

[Summary]

A Excellent & Optimize Notification System
The Ui Has Clean & Responsive

[Features]

  • Responsive Design

  • Developer Setting ( Add/Remove Type )

  • Player Setting ( Draggble, Add/Remove Sound, Change Theme )

  • 3 Theme

  • Full Config

  • Usage 0.00 MS

[Previews]

Default Notifications

No Timer Model (Basic)
Screenshot (1311)

Timer Model
Screenshot (1312)

Big Model
Screenshot (1313)

Video Preview : [FiveM] Atom Notify [ESX/VRP/QB/Standalone] - YouTube



Buy: https://atomscripts.tebex.io/package/5412754


[Config]

Config
Config = {}

Config.Debug = false

Config.Setting_Command = "notify_setting"
Config.Dev_Setting_Command = "notify_devsetting"

Config.Max_Sound_Play = 5 --[[ Maximum Play Sound (By Second) ]]

Config.Def_Notify_Positions = {
    ["Left"]="88%",
    ["Top"]="40%",
    ["WindowSide"]="right",
}

Config.WhiteList_For_Perm = {
    ["steam:110000140228822"] = true,
}

local Game_Type = GetGameName()

if Game_Type == "fivem" then --[[ In Client Side ]]

    function On_Script_Started()
        --[[ Do Some Thing On Script Started ]]
    end

elseif Game_Type == "fxserver" then --[[ In Server Side ]]

    function On_ServerSide_Start() --[[ Start In CreateThread ]]
        --[[ If You Have Base Load You Can Loadit In There ]]
    end

    function Check_Is_Player_WhiteList(source)
        for _,i in pairs(GetPlayerIdentifiers(source)) do
            if Config.WhiteList_For_Perm[i] then
                return true
            end
        end
        return false
    end

    function Check_Permision_For_Dev_Setting(source)
        --[[ You Can Check Permision In There (If (return true) Have Permision | (return false) Dont Have Permision ) ]]

        if Check_Is_Player_WhiteList(source) then --[[ If Player In White List ]]
            return true --[[ Have Permision ]]
        end

        return true
    end

end


[Use]

You Can Use “Notify” So Easy


-- exports.Atom_Notify:Notif({  })
-- exports.Atom_Notify:Custom_Notif({  })

-- Default (Use Of Defined Types)
exports.Atom_Notify:Notif({
    type = "success", -- The Type
    time = 6, -- After How Long Will It Be Removed? (By Second)
    title = "The Example Title", -- The Title
    text = "The Example Text", -- The Text
})

-- Custom (Custom URL, Color)

exports.Atom_Notify:Custom_Notif({
    time = 6, -- After How Long Will It Be Removed? (By Second)
    title = "The Example Title", -- The Title
    text = "The Example Text", -- The Text
    img = "https://cdn.discordapp.com/attachments/902501580618756158/1050351558233161778/Atom_Logo_1.png", -- Img URL
    color = "rgb(255, 255, 255)", -- The Color
})


[Updates]

  • Soon
Code is accessible No
Subscription-based No
Lines (approximately) UI ( 2,384 ) - LUA ( 657 )
Requirements Standalone
Support Yes
tags

Notification , Notifications , Custom , UI , Design , Atom , Paid , Standalone , Modern , FiveM


[Links]


Notification , Custom , Standalone , New , Modern


| :rose: Peace And Freedom :rose: |


:yellow_heart: Thank You For Support Us



7 Likes

I Like Your Design Notify :heart:

2 Likes

Thank U :yellow_heart:

1 Like

Wow ! :melting_face:

1 Like

Some Bug Fixed!
Bug Problem: The Script Was Not Load In Weak Systems
Now Fixed!