net.Receive
From GMod Wiki
| Function | |
| Syntax |
net.Receive( String message_name, Function message_callback ) Where is this used? |
| Description: | |
| Allows you to receive custom net messages. | |
| Returns: | nil |
| Part of Library: | net |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Net.Receive]Net.Receive [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- The callback only includes player argument server-side.