[FREE] CS2 Notify


Notification system inpired on CS2!

Usage

exports['drez_notifycs2']:Notify(text, color, durationFunction)
exports['drez_notifycs2']:Notify('~g~Lorem~y~ ipsum~p~ dolor~s~ sit~b~ amet\n~r~consectetur~c~ adipiscing~w~ elit', 'grey', function ()
    Wait(3000)
end)

TriggerEvent('Notify', text, color, durationFunction)
TriggerEvent('Notify', 'Test Notify', 'red', function ()
    while true do -- Infinite loop! Notify will stay forever
        Wait(1000)
    end
end)

Showcase & Download

My other resources
[PAID] Anti-BulletPenetration
[PAID] Anti Give Weapon
[PAID] Anti Super Punch
[PAID] Anti-Aimbot

4 Likes

Looking forward to more CS2 scripts

2 Likes