16.10.2016, 00:38
Yo necessito de ayuda para empacar sintaxis MYSQL include/plugin
Estos errores ocurrieron y no sй cуmo solucionarlo
Alguien me podrнa ayudar?
GW.pwn(1585) : error 017: undefined symbol "mysql_function_query"
1584
1585
GW.pwn(3005) : error 017: undefined symbol "cache_get_field_content_int"
3005
GW.pwn(7059) : error 017: undefined symbol "mysql_function_query"
7058
7059
GW.pwn(9493) : error 017: undefined symbol "cache_get_data"
9493
GW.pwn(9492) : warning 203: symbol is never used: "fields"
GW.pwn(9492 -- 9503) : warning 213: tag mismatch
9492
GW.pwn(9520) : warning 203: symbol is never used: "fields"
GW.pwn(9521) : error 017: undefined symbol "cache_get_data"
from:
Same:
GW.pwn(9534) : error 017: undefined symbol "cache_get_data"
9534
Estos errores ocurrieron y no sй cуmo solucionarlo
Alguien me podrнa ayudar?
GW.pwn(1585) : error 017: undefined symbol "mysql_function_query"
1584
Код:
mysql_format(ConnectMYSQL, query, sizeof(query), "SELECT * FROM `accounts` WHERE `Username` = '%s'", Nome(playerid) ); //S
Код:
mysql_function_query(ConnectMYSQL, query, true, "OnConnection","i",playerid);
3005
Код:
pInfo[playerid][UserID] = cache_get_field_content_int(0, "UserID");
7058
Код:
mysql_format(ConnectMYSQL, rsquery, sizeof(rsquery), "SELECT Username FROM `accounts` WHERE `Username` = '%s'", refferername ); //S
Код:
mysql_function_query(ConnectMYSQL, rsquery, true, "CheckRefferExist","is",playerid,refferername);
9493
Код:
cache_get_data(rows, fields);
GW.pwn(9492 -- 9503) : warning 213: tag mismatch
9492
Код:
new rows, fields;
GW.pwn(9520) : warning 203: symbol is never used: "fields"
Код:
new rows, fields;
Код:
cache_get_data(rows, fields);
Код:
forward OnLogin(playerid); public OnLogin(playerid) { new rows, fields; cache_get_data(rows, fields); if(rows) { OnPlayerLogin(playerid); } else { ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "Incorrect Password!", "Please enter a correct password in order to log-in\nPress log-in to continue", "Log-in", "Quit"); } return 1; }
GW.pwn(9534) : error 017: undefined symbol "cache_get_data"
9534
Код:
cache_get_data(rows, fields);