sscanf + MySQL problem
#2

Remove this code
pawn Code:
for(new idx = 1; idx <= factions; idx++)
Change the old code with this
pawn Code:
for(new idx; idx < MAX_FACTIONS; idx++)
Make sure you have the MAX_FACTIONS define
pawn Code:
#define MAX_FACTIONS value
Reply


Messages In This Thread
sscanf + MySQL problem - by DanishHaq - 06.10.2013, 20:33
Re: sscanf + MySQL problem - by Patrick - 06.10.2013, 20:38
Re: sscanf + MySQL problem - by Emmet_ - 06.10.2013, 20:40
Re: sscanf + MySQL problem - by DanishHaq - 06.10.2013, 20:42

Forum Jump:


Users browsing this thread: 1 Guest(s)