SA-MP Forums Archive
2 problems - 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: 2 problems (/showthread.php?tid=487481)



2 problems - anou1 - 13.01.2014

Hi,



First problem:

I used Blue G plugin version R35 but I wanted to update to the R7
How can I use "cache_get_row_int(0, 1);" with the R7 please ?
Cause it was fine with R35 but now I got a lot of errors.


Second problem:

Now I'm trying to use the R7, I got a lot of errors/warnings.
Pastbin: http://pastebin.com/urZEQX2q


Errors/Warnings:
Код:
Beta.pwn(107) : error 017: undefined symbol "mysql_tquery"
Beta.pwn(148) : error 035: argument type mismatch (argument 3)
Beta.pwn(152) : error 017: undefined symbol "mysql_tquery"
Beta.pwn(163) : error 035: argument type mismatch (argument 3)
Beta.pwn(165) : error 017: undefined symbol "mysql_tquery"
Beta.pwn(349) : error 035: argument type mismatch (argument 3)
Beta.pwn(352) : error 017: undefined symbol "mysql_tquery"
Beta.pwn(369) : error 035: argument type mismatch (argument 3)
Beta.pwn(371) : error 017: undefined symbol "mysql_tquery"
Beta.pwn(374) : error 035: argument type mismatch (argument 3)
Beta.pwn(375) : error 035: argument type mismatch (argument 3)
Beta.pwn(404) : warning 202: number of arguments does not match definition
Beta.pwn(412) : error 017: undefined symbol "cache_get_row_int"
Beta.pwn(430) : error 017: undefined symbol "cache_get_row_int"
Beta.pwn(431) : error 017: undefined symbol "cache_get_row_int"
Beta.pwn(432) : error 017: undefined symbol "cache_get_row_int"
Beta.pwn(433) : error 017: undefined symbol "cache_get_row_float"
Beta.pwn(434) : error 017: undefined symbol "cache_get_row_float"
Beta.pwn(435) : error 017: undefined symbol "cache_get_row_float"
Beta.pwn(436) : error 017: undefined symbol "cache_get_row_int"
Beta.pwn(437) : error 017: undefined symbol "cache_get_row_int"
Beta.pwn(438) : error 017: undefined symbol "cache_get_row_int"
Beta.pwn(439) : error 017: undefined symbol "cache_get_row_int"

Please, could you please help me ?
How could I solve those problems ?