SA-MP Forums Archive
mysql r7 to r6 - 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 r7 to r6 (/showthread.php?tid=599069)



mysql r7 to r6 - Karolukas123 - 20.01.2016

hey, can some one help..

Код:
i got script in r7 but i use r6 can do example how make r6 from r7 ?

R7:
        /*Namai[i][Id] = cache_get_row_int(i,0,DbHandle);
        cache_get_row(i,1,Namai[i][Savininkas],DbHandle,24);
        Namai[i][EnX] = cache_get_row_float(i,2,DbHandle);
        Namai[i][EnY] = cache_get_row_float(i,3,DbHandle);
        Namai[i][EnZ] = cache_get_row_float(i,4,DbHandle);
        Namai[i][InterjeroNr] = cache_get_row_int(i,5,DbHandle);
        Namai[i][Kaina] = cache_get_row_int(i,6,DbHandle);
        Namai[i][Locked] = cache_get_row_int(i,7,DbHandle);
        Namai[i][weed] = cache_get_row_int(i,8,DbHandle);
        Namai[i][aplankytas] = cache_get_row_int(i,9,DbHandle);
        Namai[i][parduodamas] = cache_get_row_int(i,10,DbHandle);
        Namai[i][seife] = cache_get_row_int(i,11,DbHandle);
        Namai[i][galiBaldus] = cache_get_row_int(i,12,DbHandle);
        Namai[i][uzvaliuta] = cache_get_row_int(i,13,DbHandle);
        Namai[i][auga] = cache_get_row_int(i,14,DbHandle);
        Namai[i][augimolaikas] = cache_get_row_int(i,15,DbHandle);
        Namai[i][laistymas] = cache_get_row_int(i,16,DbHandle);*/