20.09.2018, 13:33
guys i want to convert a R6-2 Script to R41-2 any helps?
Here is codes of R6-2 Functions
Please help me to convert it to R41-2
PS: Erros are because the codes are R6-2 And include is R41-2
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.
PS: Erros are because the codes are R6-2 And include is R41-2