09.03.2010, 23:46
Is this a plugin error or just a mistake by me? I'm getting a error saying this:
The problem is with that is that, the result is stored. I put the code below in OnMysqlQuery. Please have a look into this!
Код:
MySQL Error (0): Function: 'mysql_fetch_row' called when no result stored.
Код:
mysql_store_result(); new vehiclestringsize[128], vehiclesplitting[24][128]; while(mysql_fetch_row(vehiclestringsize,"|")) { // My code... }