You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,6 @@ A faster and more performance version of the Garry's Mod `net` library with addi
5
5
-`net.Receive` - has an additional third optional argument `string` "identifier" used for multiple receive callbacks.
6
6
-`net.Start` - automatically creates network strings on the server without using `util.AddNetworkString`.
7
7
-`net.StartX` - default `net.Start`.
8
+
9
+
## Where is Lua code?
10
+
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