13.10.2014, 08:40
Quote:
Can you post declaration part for fInfo?
Seems it's messing with bounds... Also I suggest you to use mysql_format instead of format for query strings. |
new fInfo[MAX_FACTIONS][FactionInfo], Total_Factions_Created;
And I will try to use that, I've been using format for mysql queries all throughout my script so I don't think it's that. Unless you were just saying for efficiency.