mysql problem - 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 problem (
/showthread.php?tid=478847)
mysql problem -
kamzaf - 01.12.2013
solved.
Re: mysql problem -
Konstantinos - 01.12.2013
pawn Код:
native cache_get_row(row, field_idx, destination[], connectionHandle = 1, max_len = sizeof(destination));
Use a string to store the id in it and then return its value using strval.
Re: mysql problem -
kamzaf - 01.12.2013
thx!