net.SendPVS
From GMod Wiki
Function | |
Syntax |
net.SendPVS( Vector ) Where is this used? |
Description: | |
Sends the current net library data to all players which the server can see from the specified position. | |
Returns: | Nil |
Part of Library: | net |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Net.SendPVS]Net.SendPVS [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- A max of 64kb's can be sent at one time
- Remember, this is only if the server can "hear" you in that area
- Consult the net library for more details