SA-MP Forums Archive
[HELP] Waring - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Waring (/showthread.php?tid=506460)



[HELP] Waring - ShinichiKudou - 13.04.2014

Код:
./mysql.pwn(194) : warning 213: tag mismatch
./mysql.pwn(194) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
pawn Код:
mysql_log(SQL_DEBUG, SQL_DEBUGLOG); //194
    MainPipeline = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);

    printf("[MySQL] (Main Pipelines) Connecting to %s...", SQL_HOST);
    if(mysql_errno(MainPipeline) != 0)
    {
        printf("[MySQL] (MainPipeline) Fatal Error! Could not connect to MySQL: Host %s - DB: %s - User: %s", SQL_HOST, SQL_DB, SQL_USER);
        print("[MySQL] Note: Make sure that you have provided the correct connection credentials.");
        printf("[MySQL] Error number: %d", mysql_errno(MainPipeline));
        SendRconCommand("exit");
    }
    else print("[MySQL] (MainPipeline) Connection successful toward MySQL Database Server!");
How to fix?


Re: [HELP] Waring - DobbysGamertag - 13.04.2014

You're using a stolen script (NGRP).


Re: [HELP] Waring - ShinichiKudou - 13.04.2014

I dunno my friend just asked me to fix some bugs on it and this is the last one