MySQL Load Issue
#3

Quote:
Originally Posted by RedCounty
Посмотреть сообщение
pawn Код:
for(new i = 0; i < rows && i < 3; i++)
This part of the loop is most likely causing the issue:

pawn Код:
i < 3;
Try changing the operator to "<=" instead of "<".


EDIT: I just re-read your post and realize how illogical my solution sounds. Either way, it's still worth a try.
Reply


Messages In This Thread
MySQL Load Issue - by RedCounty - 14.01.2015, 09:34
Re: MySQL Load Issue - by RedCounty - 14.01.2015, 19:41
Re: MySQL Load Issue - by Dignity - 14.01.2015, 19:44
Re: MySQL Load Issue - by xVIP3Rx - 14.01.2015, 20:06
Re: MySQL Load Issue - by RedCounty - 14.01.2015, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)