Converted to new MySQL included mismatch
#1

Код:
../gamemodes/Functions.pwn(38) : warning 213: tag mismatch
../gamemodes/Functions.pwn(39) : warning 213: tag mismatch
Код:
stock AdminLog(playerid,acommand[],atext[])
{
    new query[256];
	mysql_format(mysql, query, sizeof(query), "INSERT INTO `adminclog` (`Name`, `AdminName`, `CommandName`, `Text`) VALUES ('%e', '%s', '%s', '%s')", PlayerInfo[playerid][Name], PlayerInfo[playerid][AdminName], acommand, atext);//line 38
	mysql_query(mysql, query);//line 39
    return 1;
}
Reply
#2

PHP код:
new MySQLmysql
Instead of what you have. Also use mysql_tquery
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)