Updating R39-6 to R41-4 mysql function issue - 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: Updating R39-6 to R41-4 mysql function issue (
/showthread.php?tid=648198)
Updating R39-6 to R41-4 mysql function issue -
Mobtiesgangsa - 17.01.2018
Код:
cache_get_field_content_int
cache_get_field_content
what is the native's of thesse codes from the R41-4
Parameters from the version R39-6
Код:
native cache_get_field_content(row, const field_name[], destination[], connectionHandle = 1, max_len = sizeof(destination));
native cache_get_field_content_int(row, const field_name[], connectionHandle = 1);
what are the opposet native functions
Re: Updating R39-6 to R41-4 mysql function issue -
Kaperstone - 17.01.2018
https://sampforum.blast.hk/showthread.php?tid=616103