Login()
if(Locked)
if(Admin.Find(src.key))
return
usr << "<B><font size = 2><font color = red>Sorry, the world is locked"
del(src.client)
if(Players == MaxPlayers)
if(Admin.Find(src.key))
return
usr << "<B><font size = 2><font color = red>Sorry, the world is full"
del(src.client)
Ok, people can login and everythign they can see the title screen but once they click new char or load char THEN they get kicked. I want it so they cant even get in. How can I fix this I thought this would work but it isnt..Is it broken or?