this only returns 128. How to change array size? I want to have 500rows or more
tried
set .@nb, query_sql("SELECT name, fame FROM `char` ORDER BY fame DESC", .@name$, .@fame);
mes "Hall Of Fame";
for(set .@i,1; .@i <= .@nb; set .@i,.@i+1)
mes .@i+". "+.@name$[.@i-1]+" ("+.@fame[.@i-1]+")";
Question
mleo1
http://rathena.org/wiki/Query_sql
this only returns 128. How to change array size? I want to have 500rows or more
tried
Sorry for the bad english.
Edited by mleo13 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.