notification.AddLegacy
From GMod Wiki
| Function | |
| Syntax |
notification.AddLegacy( String Text, Number Type, Number Length ) Where is this used? |
| Description: | |
| Adds a standard notification to your screen. | |
| Returns: | nil |
| Part of Library: | Notification |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Notification.AddLegacy]Notification.AddLegacy [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
NOTIFY_ Enumerations
CLIENT | 0000000000000000 | 00000000000000000 | GENERIC CLIENT | 0000000000000001 | 00000000000000001 | ERROR CLIENT | 0000000000000002 | 00000000000000010 | UNDO CLIENT | 0000000000000003 | 00000000000000011 | HINT CLIENT | 0000000000000004 | 00000000000000100 | CLEANUP
Additional Notes
- Length is how long in seconds the notice stays on the screen before being removed.
