All i did was add a telleport code and a new login code...
mob
icon = 'person.dmi'
Login()
icon_state = "male"
..()
turf/Teleorter//the name of our turf
icon='teli.dmi'
icon_state = "Black"
Entered(mob/M)
if(istype(M,/mob))//is it a mob that entered?
M.loc=locate(1,1,1)//if it is a mob move it to the x,y,z coordinates