Deathknight0897, on 05 July 2012 - 11:41 AM, said:
Cloudy, on 05 July 2012 - 11:31 AM, said:
You detect them once, then store that value for later use.
but surly it would be more simple to know the hash value through a table or some sort of query as in large servers my point is take the colour api that works through hash because red is the same no matter what server your on now if lets say on my server i was 1 and my friend was 6 how would i find out he was 6 using hash surely to simplify things you want to use gamer tags
So you just make a registration thingy and have them input thier "gamer tag" name and store their ID on both servers then...
Deathknight0897, on 05 July 2012 - 11:43 AM, said:
ok your example works brilliantly for hello now a security program hello intruder welcome in

/>
Pinkishu, on 05 July 2012 - 11:40 AM, said:
Having turtles with infinite inventory would be much easier too

/>
iddb = loadIDDB()
userid = getUserID()
print("Hello " .. iddb[userid])
Even a hash code makes stuff much easier - maybe even too easy though i guess it would be equivalent to a fingerprint or retina scan or so
oh well yeah i thought people should be able to append the rest but here it goes
iddb = loadIDDB()
userid = getUserID()
print("Hello " .. iddb[userid].name)
if iddb[userid].allowed then
rs.setOutput("left",true) sleep(2) rs.setOutput("left",false)
end