Skip to content

Commit 6de68bf

Browse files
authored
Update README.md
1 parent 9278061 commit 6de68bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
A faster and more performance version of the Garry's Mod `net` library with additional cool features.
33

44
### Basic Changes
5-
- `net.Receive` - has an additional third optional argument `string` "identifier" used for multiple receive callbacks.
6-
- `net.Start` - automatically creates network strings on the server without using `util.AddNetworkString`.
7-
- `net.StartX` - default `net.Start`.
5+
- `net.Receive` - has an additional third optional argument `string` "identifier" used for multiple receive callbacks. **[SERVER/CLIENT]**
6+
- `net.Start` - automatically creates network strings on the server without using `util.AddNetworkString`. **[SERVER]**
7+
- `net.StartX` - default `net.Start`. **[SERVER]**
88

99
## Where is Lua code?
1010
Written in [Yuescript](https://github.com/pigpigyyy/Yuescript), compiled Lua code can be found in [releases](https://github.com/PrikolMen/improved-network-library/releases) and [lua branch](https://github.com/PrikolMen/improved-network-library/tree/lua), or you can compile it yourself using compiled [Yuescript Compiler](https://github.com/pigpigyyy/Yuescript/releases/latest).

0 commit comments

Comments
 (0)