Do not save data mysql.
#5

No errors in the console.

I added this:

pawn Код:
public OnFilterScriptInit()
{
    CargarPosicionLenador();
    mysql_log(LOG_ALL);
    ConexionDB = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DATABASE, MYSQL_PASSWORD);
    if(mysql_errno() != 0)
    {
        printf("[MySQL] La conexiуn no se ha podido realizar.");
        SendRconCommand("exit"); // cerramos el servidor para evitar problemas
    }
    else
    {
        printf("");
        printf("");
        printf("");
        printf("");
        printf("");
        printf("[MySQL] La conexiуn se ha realizado correctamente.");
    }
    return 1;
}
But not save data...

Help please.
Reply


Messages In This Thread
Do not save data mysql. - by Jose_grana - 06.10.2015, 13:50
Re: Do not save data mysql. - by Stanford - 06.10.2015, 13:57
Re: Do not save data mysql. - by AbyssMorgan - 06.10.2015, 14:22
Re: Do not save data mysql. - by Stanford - 06.10.2015, 16:49
Respuesta: Do not save data mysql. - by Jose_grana - 06.10.2015, 18:59
Re: Do not save data mysql. - by Stanford - 06.10.2015, 19:01
Respuesta: Re: Do not save data mysql. - by Jose_grana - 06.10.2015, 19:11
Respuesta: Do not save data mysql. - by Jose_grana - 07.10.2015, 15:30
Respuesta: Do not save data mysql. - by Jose_grana - 09.10.2015, 16:57

Forum Jump:


Users browsing this thread: 5 Guest(s)