broad-planet-70771
01/07/2023, 1:48 PMYSI-Includes v5.06.1932 (latest)
My code
main.pwn
cpp
#include <open.mp>
#include <a_mysql>
#include "connection/handle.pwn"
main() {
return 1;
}
connection/handle.pwn
cpp
#include <YSI_Coding\y_hooks>
new MySQL:SQLHandle;
hook OnGameModeInit() {
SQLHandle = mysql_connect_file("connect.ini");
if (mysql_errno(SQLHandle) != 0) {
new string[256];
mysql_error(string, sizeof(string), SQLHandle);
printf("MYSQL ERROR: %s", string);
SendRconCommand("exit");
}
else {
printf("Connection established, starting benchmark...");
}
return 1;
}broad-planet-70771
01/07/2023, 1:48 PM...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_core_entry.inc(152) : error 017: undefined symbol "FIX_OnRconCommand"
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\..\..\YSI_Players\y_android\..\..\YSI_Core\y_core\y_rconfix.inc(169) : error 086: unknown automaton "OnClientCheckResponse"
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\..\..\YSI_Players\y_android\..\..\YSI_Core\y_core\y_rconfix.inc(169) : error 036: empty statement
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2158) : error 021: symbol already defined: "ftouch"
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2158) : error 001: expected token: "=", but found "["
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2160) : error 010: invalid function or declaration
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2162) : error 010: invalid function or declaration
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2164) : error 010: invalid function or declaration
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2167) : error 001: expected token: ";", but found "-identifier-"broad-planet-70771
01/07/2023, 1:49 PM...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2168) : error 010: invalid function or declaration
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2171) : error 010: invalid function or declaration
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2173) : error 010: invalid function or declaration
...\qawno\include\YSI_Coding\y_hooks\..\..\YSI_Core\y_core\y_utils_impl.inc(2175) : error 010: invalid function or declaration
...\qawno\include\YSI_Coding\y_hooks\..\y_cgen\..\..\YSI_Core\y_core\..\..\amx\disasm.inc(498) : warning 219: local variable "filename" shadows a variable at a preceding level
...\qawno\include\YSI_Coding\y_hooks\..\y_cgen\..\..\YSI_Core\y_core\..\..\amx\disasm.inc(509) : warning 219: local variable "filename" shadows a variable at a preceding level
...\qawno\include\YSI_Coding\y_hooks\..\y_cgen\..\..\YSI_Core\y_core\y_dumpamx.inc(282) : warning 219: local variable "filename" shadows a variable at a preceding level
...\qawno\include\YSI_Coding\y_hooks\..\y_cgen\y_cgen.inc(111) : warning 219: local variable "f" shadows a variable at a preceding level
...\qawno\include\YSI_Coding\y_hooks\y_hooks_nps.inc(302) : warning 219: local variable "f" shadows a variable at a preceding level
...\gamemodes\main.pwn(2167) : warning 203: symbol is never used: "f"quiet-eye-86385
01/07/2023, 1:49 PMquiet-eye-86385
01/07/2023, 1:50 PMbroad-planet-70771
01/07/2023, 1:50 PMquiet-eye-86385
01/07/2023, 1:51 PMquiet-eye-86385
01/07/2023, 1:51 PMbroad-planet-70771
01/07/2023, 1:52 PMbroad-planet-70771
01/07/2023, 1:53 PM