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.
|
In response to Lummox JR
|
|
hahaha yea its BYOND all right it made you add that del (M) to your code.
|
In response to HendrixandCamo
|
|
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.
|
In response to Yota
|
|
Dont listen to his crazy talk ;)
|
In response to HendrixandCamo
|
|
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.
|
In response to HendrixandCamo
|
|
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.
|
In response to Yota
|
|
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