Command for checking who is registered on that ip
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
That's because you get the data from the row 0 only. You should use a loop for that:
pawn Код:
for (new i; i != num_rows; i++)
{
    cache_get_field_content(i, "username", temp_username);
    iEcho(temp_username);
}
thanks haha i never used loops before :3
Reply


Messages In This Thread
Command for checking who is registered on that ip - by justjamie - 23.05.2016, 09:38
Re: Command for checking who is registered on that ip - by Konstantinos - 23.05.2016, 09:40
Re: Command for checking who is registered on that ip - by justjamie - 23.05.2016, 09:42

Forum Jump:


Users browsing this thread: 1 Guest(s)