27.11.2017, 12:28
Using strickenkid mysql
What's the problem
Inside plugin
Code
What's the problem
Код:
error 017: undefined symbol "mysql_init"
Код:
warning 213: tag mismatch
Код:
warning 202: number of arguments does not match definition
Код:
native MySQL:mysql_init(logtype = LOG_ONLY_ERRORS, printerrors = 1);
Код:
forward MYSQLConnection(); public MYSQLConnection() { new MySQL:handle; handle = mysql_init(LOG_ONLY_ERRORS ); new connected = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DATABASE, handle, 2);