Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

(Idea) 10 seconds to logoff


willunited
 Share

Recommended Posts

Task Manager > End Process.

Rather than doing that, you should handle it server side, so that the server holds the player for a bit longer after logging off, and keep them on if they are being attacked to stop unfair tactics, that way, they may think they're getting away with it, but really, they're being freely killed. :]

Check for the disconnection logic server-side. It wouldn't be hard to add a timer into TempPlayer, and to only clear the player once the timer has passed a certain amount of time.
Link to comment
Share on other sites

> Its an idea that's always been around, but you'd have to disable the close button on the form, and then put in a loggout button, and then put in the countdown from attack/being attacked. I could give it a shot.

This would need to be coupled with the server side code mentioned by Carim to be effective though. As it stands as-soon as the client is disconnected the player data is stored and freed from the memory, you would need to change some server logic around but its defiantly do-able.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...