Hello,
I’m wondering if anyone could help me on overriding the ‘AddNotify’ function. The reason I want to do this is so that I can make my own custom colors for the notifications as an example. I’d apprecaite anyone who can help me, thanks.
[LUA]
function GM:AddNotify( str, type, length )
notification.AddLegacy( str, type, length )
end
function GM:PaintNotes()
end
[/LUA]