18.09.2013, 12:28
C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3673) :error 017: undefined symbol "mysql_debug"
C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3679) : error 017: undefined symbol "mysql_ping"
C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3723) : warning 203: symbol is never used: "connectionHandle"
C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3723) : warning 203: symbol is never used: "unEscapedString"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Quote:
mysql_debug(iValue); MainPipeline = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS); setproperty(.name = "pipeline", .value = MainPipeline); |
Quote:
if(mysql_ping(MainPipeline) == -1) { 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."); SendRconCommand("exit"); } else { print("[MySQL] (MainPipeline) Connection successful toward MySQL Database Server!"); } |
C:\Documents and Settings\Administrator\Desktop\pawno on Pc12\New folder (2)\gamemodes\NGRP_main.pwn(3723) : warning 203: symbol is never used: "unEscapedString"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.