Game Development Community

On death the client disconnects???

by Temasek Polytechnic Tp8 · in Torque Game Engine · 06/26/2006 (8:00 pm) · 1 replies

Hi guys, i got this error. Whenever the server or the client dies, the client's game will disconnect with a windows error msg. Anyone has and idea about this error?

#1
07/18/2006 (8:37 am)
Need more info something to look into

1) what does your console say when they die?
2) use trace() to track the function calls.
3) check the ondeath() function
4) check for the disconnect() function

let us know after you have exausted those avenues