RegisterCommand("boardNotify",function(src,args,raw)
local notify = boardNotify({title=args[1] or "title",message=args[2] or "message"})
Wait(1000)
notify:update({title="title2"})
Wait(3000)
notify:update({title="title3",message="message3"})
Wait(3000)
notify:update({title="title4",message="message4"})
Wait(3000)
notify:clear()
end)
This is an experimental work. In some cases, it may not work properly!
If you use this function, all "mp001_s_mpcorona01x" objects found in the world will be affected.
Spawn "mp001_s_mpcorona01x" and use functions.