13.03.2014, 18:29
Hello,
You have to limit the loop that you are doing, otherwise it will just fill the 8 slots, try to do something like
You don't need to create a variable but it's better.
You have to limit the loop that you are doing, otherwise it will just fill the 8 slots, try to do something like
pawn Код:
new row, total;
mysql_fetch_row(row);
total = strval(row);
if(total > 0)
{
for(new x;x<total;x++)// 8 Slots
{