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


Messages In This Thread
Converted to new MySQL included mismatch - by TheLeech - 17.01.2019, 09:25
Re: Converted to new MySQL included mismatch - by Banditul18 - 17.01.2019, 09:43

Forum Jump:


Users browsing this thread: 1 Guest(s)