ID:273353
 
Hi, I noticed that when a player loses internet connection with the server, his mob doesn't call client Del(), mob Del(), or mob Logout(). Thus, his mob remains on the server in a pitch black place. How do I stop this?
Apparently there is some problem with your code, because client/Del() and mob/Logout() should always run when client loses connection. If the mob is remaining in a pitch black place, I would have to assume it is a programming error.
In response to Gunbuddy13 (#1)
And this problem could possibly only exist in Client/Del() or mob/Logout()/Del()?
In response to Gr1m d4 r34p3r (#2)
As long as you have the mob get deleted either in mob/Logout() or client/Del(), it should get deleted. Unless you have defined mob/Del() somewhere and have it possible to return out of that without actually deleting the mob