- 13
- Posts
- 14
- Years
- Seen Oct 1, 2012
anymore updates for us Ho-Oh 112 ?
im really looking forward to playing this online
im really looking forward to playing this online
might b a good idea if you release a quick demo with your new codes working
ah fair enough so will you be doing trade via mysql and wot about battles?
def pbLoadSample(host,user,pass,base,port,currentuser,currentpassword)
mysql = Net::Mysql.new([host,user,pass,base,port])
sample = mysql.list_tables([GAMECODE, "SampleUsers"])
testuserary = sample[0].unpack(PACKCODE)
testpasswordary = sample[1].unpack(PACKCODE)
for i in 0..testuserary.length
if currentuser = testuserary[i]
x = i
end
if currentpassword = testpasswordary[x]
Kernel.pbMessage(_INTL("Logged in...."))
end
end