Hey,
is this possible?
https://files.facepunch.com/forum/upload/351577/c730528b-2274-43e5-9607-6ee17d54cc0a/Screenshot_6.png
And when yes, how could I differentiate when receiving?
And when no, how could I send 2 Strings in a single net stream?
Yes it is possible and is perfect normal, and you'd read the data you write in the same order, so 2 net.ReadString() calls.
Plus if you're trying to send it to everyone, instead of the for-loop just do net.Broadcast()
Thanks!
Didn't even know about that, thanks!
Sorry, you need to Log In to post a reply to this thread.