[Ajuda] Ajuda Mysql
#4

Antes

pawn Код:
forward mysql_query_ex(String[]);
public mysql_query_ex(String[])
{
    if(ConDead == 0)
    {
        //if(mysql_ping(connection) != 0)//Kid's mysql
        if(mysql_ping() != 1)
        {
            SendRconCommand("password 666");
            SendRconCommand("hostname Mysql problems || Server locked!");
            foreach(Player, i)
            {
                Kick(i);
            }
            ConDead = 1;
        }
    }
    if(ConDead == 1)
    {
        new string[1024];
        format(string, sizeof(string), "%s\n", String);
        MysqlLog(string);
    }
    else
    {
        mysql_query(String) ; //<--------------- antes
    }
    return 1;
}
Ai depois apareceu um erro.

pawn Код:
F:\Users\weverton\Documents\GM3\gamemode\gamemode\gamemodes\LSL-RP.pwn(8796) : error 035: argument type mismatch (argument 1)
Como fico...

pawn Код:
forward mysql_query_ex(String[]);
public mysql_query_ex(String[])
{
    if(ConDead == 0)
    {
        //if(mysql_ping(connection) != 0)//Kid's mysql
        if(mysql_ping() != 1)
        {
            SendRconCommand("password 666");
            SendRconCommand("hostname Mysql problems || Server locked!");
            foreach(Player, i)
            {
                Kick(i);
            }
            ConDead = 1;
        }
    }
    if(ConDead == 1)
    {
        new string[1024];
        format(string, sizeof(string), "%s\n", String);
        MysqlLog(string);
    }
    else
    {
        mysql_function_query(String) ;
    }
    return 1;
}
Reply


Messages In This Thread
Ajuda Mysql - by shittt - 17.08.2013, 03:29
Re: Ajuda Mysql - by smiiir - 17.08.2013, 12:27
Re: Ajuda Mysql - by mau.tito - 17.08.2013, 14:20
Re: Ajuda Mysql - by shittt - 19.08.2013, 14:47
Re: Ajuda Mysql - by mau.tito - 19.08.2013, 18:14
Re: Ajuda Mysql - by shittt - 19.08.2013, 20:51
Re: Ajuda Mysql - by smiiir - 19.08.2013, 21:00
Re: Ajuda Mysql - by shittt - 19.08.2013, 21:48
Re: Ajuda Mysql - by smiiir - 19.08.2013, 22:02
Re: Ajuda Mysql - by shittt - 19.08.2013, 22:16

Forum Jump:


Users browsing this thread: 2 Guest(s)