[Ajuda] Ajudem Please... Erro
#1

pawn Code:
forward MySqlCriarConta(playerid);
public MySqlCriarConta(playerid)
{
    format(Query,sizeof(Query), "INSERT TO `pInfo` (Admin, Banido, Aviso, Logou, Kickado, Dinheiro, Matou, Morreu) VALUES ('0', '0', '0', '0', '0', '0', '0', '0');"
    mysql_function_query(Mysql, Query, true, "rMySqlCriarConta", "s", playerid);
    return 1;
}
Code:
BHF.pwn(2110 -- 2111) : error 001: expected token: ",", but found "-identifier-"
Reply
#2

pawn Code:
forward MySqlCriarConta(playerid);
public MySqlCriarConta(playerid)
{
    format(Query,sizeof(Query), "INSERT TO `pInfo` (Admin, Banido, Aviso, Logou, Kickado, Dinheiro, Matou, Morreu) VALUES ('0', '0', '0', '0', '0', '0', '0', '0');
    mysql_function_query(Mysql, Query, true, "
rMySqlCriarConta", "s", playerid);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)