example
example

资源 [免费] CS2 通知

Yann

站长
管理成员
GTAOS管理组
认证卖家
认证用户
本 月 名 人 榜 最 佳
1726629240769.png
通知系统受 CS2 启发!
用法
lua:
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)

展示与下载
 
顶部