SA-MP Forums Archive
MySQL R8 (cache_get_field_int). - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL R8 (cache_get_field_int). (/showthread.php?tid=415693)



MySQL R8 (cache_get_field_int). - Edvin - 14.02.2013

Hi guys

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);
But how to use it? I mean, where is the "destination" like at "cache_get_field_content" function?
pawn Код:
native cache_get_field_content(row, const field_name[], destination[], connectionHandle = 1, max_len=sizeof(destination));
?


Re: MySQL R8 (cache_get_field_int). - ReVo_ - 14.02.2013

I Think the int is returned by the function

new hello = cache_get_field_int ( bla bla );


Re: MySQL R8 (cache_get_field_int). - Edvin - 14.02.2013

Quote:
Originally Posted by ReVo_
Посмотреть сообщение
I Think the int is returned by the function

new hello = cache_get_field_int ( bla bla );
Okey, thanks


Respuesta: MySQL R8 (cache_get_field_int). - RubenZone - 22.03.2013

Can u give me the .inc and .dll to R8 plugin?


Re: MySQL R8 (cache_get_field_int). - Dubya - 22.03.2013

https://code.******.com/p/sa-mp-mysq...n.zip&can=2&q=