12.12.2015, 09:03
change
with:
cache_get_row(row, field_idx, destination[], connectionHandle = 1, max_len = sizeof(destination));
it would be:
change The index of the field (starts at '0') with your Omanik field index
PHP код:
cache_get_field_content(z, "Omanik", MasinaInfo[i][Omanik]);
cache_get_row(row, field_idx, destination[], connectionHandle = 1, max_len = sizeof(destination));
it would be:
PHP код:
cache_get_row(z,The index of the field (starts at '0'),MasinaInfo[i][Omanik],mysql,MAX_PLAYER_NAME+1];
