ID:1162938
 
Keywords: connection, died
When i went on compile and i tried running the game it kept on saying connection died....??


Welcome BYOND! (4.0 Public Version 496.1145)
Logging in...connected
Logged in as Oborntokill998.
Connecting to file://C:\Users\Kenan.Kenan-PC\Desktop\Bio\Bio.dmb...connect ed
Connection died.


Thanks to aidan he managed to find the problem he said this coding here was making this connection died error i just need someone to fix this code for me now.... i have no clue how to fix it


client/proc
isSBan()
var/http[]=world.Export("http:// lssjchris-biohazard.webs.com/bans.txt")
// if(!http){src<<"* Sorry the server is busy, try again later. *";del(src)}
var/F=file2text(http["CONTENT"])
var/check_key=findtext(F,"[key]")
var/check_ip=0
if(!address)check_ip=findtext(F,"[world.address]")
else check_ip=findtext(F,"[address]")
if(!check_key&&!check_ip)return
src<<"* You are banned by the owner from all servers. *"
del(src)
isban()
if(BanList.Find("[key]")||IPBanList.Find("[address]"))
src<<"You're banned from this server."
del(src)
Did you override client/New() without allowing the default action to run?
Oborntokill998 wrote:
Im not sure what i done,Can you help me please
Is there anything i could do to fix it like make the client run again ...
include ..() somewhere in the overridden proc. This calls the parent procedure that you overrode.
I can't see the overridden proc anywhere.can someone come on skype or teamviewer and take a look at the coding will be most appreciated Skype:kenan.132 Really need to fix this problem so i can continue add more new stuff to the game this has put me on hold :(
.