notification.AddLegacy
Example
Adds a prop undo notification to the screen, like in Sandbox.
notification.AddLegacy( "Undone Prop", NOTIFY_UNDO, 2 )
surface.PlaySound( "buttons/button15.wav" )
Msg( "Prop undone\n" )
Adds a standard notification to your screen.
Adds a prop undo notification to the screen, like in Sandbox.