Page 1 of 1

[Implemented] Network-Client- detect Server-Disconnect.

Posted: Mon Dec 13, 2004 9:55 pm
by GPI
At the moment the client can't check, if the server disconnect the connection. This would be nice.

Code: Select all

  if NetworkClientEvent(ConnectionID)=4
    debug "Server has disconnect"
  endif

Posted: Mon Dec 13, 2004 10:07 pm
by Shannara
Ref: viewtopic.php?p=68116&highlight=network#68116

This was mentioned before with no mention of completing the pb network library at that time. There is, however, a link to a hack in that thread.

Posted: Tue Dec 14, 2004 6:07 pm
by GPI
Thanks. will help now, but a clientevent() would be nicer.