As title indicates, anybody have any idea how to do this?
I used a sql query but that resulted in giving me only 1 results, and killed the purpose of my script cause it was a ladder and only showed the first person ><
sample of how I tried it and only got 1 char
query_sql "SELECT `char_id`,`name` FROM `char` WHERE `char_id` = "+.@charid, .@charidd, .@name$;
.@charid is already provided earlier on in the script without a problem, if it wasn't for this, the script would nicely display a bunch of char id's but no names which is my problem.
Question
Nameless2you
As title indicates, anybody have any idea how to do this?
I used a sql query but that resulted in giving me only 1 results, and killed the purpose of my script cause it was a ladder and only showed the first person ><
sample of how I tried it and only got 1 char
.@charid is already provided earlier on in the script without a problem, if it wasn't for this, the script would nicely display a bunch of char id's but no names which is my problem.
Edited by Nameless2you3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.