11.05.2014, 02:14
hi all
i got a problem with player's statistic...
sometime the statistic is fine, but sometime it resetted....
what can i do now?
maybe somebody can help me...
u use BlueG's mysql r5
on mysql_log.txt
i got a problem with player's statistic...
sometime the statistic is fine, but sometime it resetted....
what can i do now?
maybe somebody can help me...
u use BlueG's mysql r5
Код:
mysql_fetch_field_row(savestr, "pWeek"); pInfo[playerid][pWeek] = strval(savestr); mysql_fetch_field_row(savestr, "pDay"); pInfo[playerid][pDay] = strval(savestr); mysql_fetch_field_row(savestr, "pHour"); pInfo[playerid][pHour] = strval(savestr); mysql_fetch_field_row(savestr, "pMin"); pInfo[playerid][pMin] = strval(savestr); mysql_fetch_field_row(savestr, "pSec"); pInfo[playerid][pSec] = strval(savestr);
Код:
[12:03:43] >> mysql_fetch_field_row( Connection handle: 1 ) [12:03:43] CMySQLHandler::FetchField("pWeek") - 0 [12:03:43] >> mysql_fetch_field_row( Connection handle: 1 ) [12:03:43] CMySQLHandler::FetchField("pDay") - 3 [12:03:43] >> mysql_fetch_field_row( Connection handle: 1 ) [12:03:43] CMySQLHandler::FetchField("pHour") - 1 [12:03:43] >> mysql_fetch_field_row( Connection handle: 1 ) [12:03:43] CMySQLHandler::FetchField("pMin") - 48 [12:03:43] >> mysql_fetch_field_row( Connection handle: 1 ) [12:03:43] CMySQLHandler::FetchField("pSec") - 9