ID:173893
![]() Nov 2 2003, 9:04 am
|
|
Okay, i host my own server of my game. Every 10 seconds, or less, it logs me out, if i log on again, it just logs me right back out. It doesnt say anything either, so im thinking this is a general fault by Byond. Someone tell me if theres other reasons to this.
|
Make sure you have the .=..() in the New() and Login() code of the mob, world, client, etc. Or if the ..() is at the end, return ..() will do. You may not even need to return the value, depends on the procedure.
|
The funny thing is, he's actually correct. Countless times I spend ages trying to figure out why I can't play my game, when all that's happening is that my New() or Login() code isn't returned properly.
|
Your an idiot, I dont have a del(M) in my code anywhere, and why would that delete me when im not doing crap? It would delete the player who is doing it, not me, and I'm not that dumb that I add a del(M) maybe, just maybe, you are, but i know im not.
|
Well, my Login() code has that, but my CreatingCharacter() doesnt...but it hasnt really done wrong on me before...here:
/mob/creating_character tell me what I should do to get it to work properly. |
This is a bug in your game. Something is deleting your mob or its client, which is causing you to log out.
Lummox JR