Hey, anyone got any tips how to keep someone logging in with diff multiple keys? I tried this and no go...
for(var/mob/M in world)
if(M.client.address==src.client.address)
if(src.key=="Goku72")
else
del(src)
Any ideas?
ID:148573
Dec 28 2002, 4:45 pm
|
|
Dec 28 2002, 4:45 pm
|
|
furburger lol no ideas
|
Goku72 wrote:
Hey, anyone got any tips how to keep someone logging in with diff multiple keys? I tried this and no go... Something like this ought to work. I'd keep a global players list so you don't have to loop through every mob in the world, but otherwise do something very similar: for(var/mob/M in players) Lummox JR |
In response to Lummox JR
|
|
lummox did u get the dime?
|