27.02.2013, 18:27
@ryansheilds: My apologies - you've pointed out the real problem - I didn't update include (after running into few errors with R7 i updated the dll, but forgot about it). Works now even without specifying the length.
On a sidenote:
By default the last argument is the sizeof of destination, when I might need to provide the length myself?
#e:
cache_get_row_int - awesome!
On a sidenote:
pawn Код:
native cache_get_row(row, idx, destination[], connectionHandle = 1, max_len=sizeof(destination));
#e:
cache_get_row_int - awesome!