18.05.2011, 02:28
On G-Stylez plugin he has a
function. What is the equivalent function on his (Stricken Kid's) plugin? I need to use it because I have a /searchbans and I need it to keep sending data and not stopping after the first result.
this is how my code looks like:
how can i use that same functionality as while(mysql_retrive_row) in striken kid's plugin?
Thanks.
Код:
mysql_retrieve_row()
this is how my code looks like:
Код:
query(query); while(mysql_retrieve_row()) { //print data }
Thanks.