Convert Mysql Script to R41-4 - 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: Convert Mysql Script to R41-4 (
/showthread.php?tid=659016)
Convert Mysql Script to R41-2 -
ZigGamerx - 20.09.2018
guys i want to convert a R6-2 Script to R41-2 any helps?
Here is codes of R6-2 Functions
Код:
G:\Call of Duty\gamemodes\COD-BO4.pwn(1393) : error 035: argument type mismatch (argument 1)
G:\Call of Duty\gamemodes\COD-BO4.pwn(1394) : error 017: undefined symbol "mysql_store_result"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1395) : error 017: undefined symbol "mysql_num_rows"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1397) : error 017: undefined symbol "mysql_fetch_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1399) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1400) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1401) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1403) : loose indentation
G:\Call of Duty\gamemodes\COD-BO4.pwn(1417) : error 017: undefined symbol "mysql_free_result"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1452) : error 035: argument type mismatch (argument 1)
G:\Call of Duty\gamemodes\COD-BO4.pwn(1453) : error 017: undefined symbol "mysql_store_result"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1454) : error 017: undefined symbol "mysql_fetch_row_format"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1456) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1457) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1458) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1459) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1460) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1461) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1463) : error 017: undefined symbol "mysql_free_result"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1474) : error 035: argument type mismatch (argument 1)
G:\Call of Duty\gamemodes\COD-BO4.pwn(1475) : error 017: undefined symbol "mysql_store_result"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1476) : error 017: undefined symbol "mysql_fetch_row_format"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1478) : error 017: undefined symbol "mysql_fetch_field_row"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1480) : error 017: undefined symbol "mysql_free_result"
G:\Call of Duty\gamemodes\COD-BO4.pwn(1492) : error 035: argument type mismatch (argument 1)
G:\Call of Duty\gamemodes\COD-BO4.pwn(1496) : error 035: argument type mismatch (argument 1)
G:\Call of Duty\gamemodes\COD-BO4.pwn(1551) : error 017: undefined symbol "mysql_real_escape_string"
Compilation aborted.
Pawn compiler 3.2.3664 Copyright © 1997-2016, ITB CompuPhase
26 Errors.
Please help me to convert it to R41-2
PS: Erros are because the codes are R6-2 And include is R41-2