Skip to content

Instantly share code, notes, and snippets.

@treeform
Created June 6, 2018 02:00
Show Gist options
  • Save treeform/6eec731f4c72b9f7e36ce7983f1f9d8c to your computer and use it in GitHub Desktop.
Save treeform/6eec731f4c72b9f7e36ce7983f1f9d8c to your computer and use it in GitHub Desktop.
# var
# a = s.readStr8()
# b = s.readUInt32()
# c = s.readUInt16()
# d = s.readUInt16()
# net.playerConnected(a,b,c,d)
net.playerConnected(s.readStr8(), s.readUInt32(), s.readUInt16(), s.readUInt16())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment