14.02.2013, 11:35
Hi guys 
Today i started to convert my script to mysql r8 (from r6). I saw that in R8 have been added:
But how to use it? I mean, where is the "destination" like at "cache_get_field_content" function?
?

Today i started to convert my script to mysql r8 (from r6). I saw that in R8 have been added:
pawn Код:
native cache_get_field_int(row, const field_name[], connectionHandle = 1);
pawn Код:
native cache_get_field_content(row, const field_name[], destination[], connectionHandle = 1, max_len=sizeof(destination));