GNet questions

BlitzMax Forums/BlitzMax Beginners Area/GNet questions

Hezkore(Posted 2008) [#1]
I'm having a hard time figuring out how to send messages via GNet, I've got SetGNetInt() and all that works just fine, but I just can't figure out how to send normal messages...
And also, how can the server disconnect a user?

EDIT: I seem to have gotten Messages working, but how would I (via the server) disconnected a user?


Htbaa(Posted 2008) [#2]
CloseGNetHost() ? Just a wild guess. I've never done anything with GNet yet.