Thanks thanks :D I understood how to operate with client->server and server->client
[QUOTE=Overv;24816650]It doesn't work like that. It's easily possible to send more than 200 user messages per second.[/QUOTE]
Oh? My mistake. I seem to recall datastream taking a long time in my past use of it. I thought they were stacked in a way where they wouldn't start a new one without the previous completing.
[QUOTE=grea$emonkey;24820445]Oh? My mistake. I seem to recall datastream taking a long time in my past use of it. I thought they were stacked in a way where they wouldn't start a new one without the previous completing.[/QUOTE]
No, datastream only sends one user message per tick and as we all know in a really inefficient way. That makes it take so long.
Ok, thank you guys, I think I can figure this out now with concommands and not need to head all my crap with require( datastream ) anymore ;D. Thanks
I try my best to figure things out myself, but when I start out without any prior knowledge on something (client -> server interaction) I tend to get it to work, and then move on. Thanks for educating me ;D
Sorry, you need to Log In to post a reply to this thread.