[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...
forum.cfx.re
通知系统受 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)
展示与下载