06.03.2017, 07:04
I'm having one of those blonde moments, where I've done something stupid but I can't see.
This code doesn't format:
If I printf after that, it prints what mysqlquery was last formatted to.
Any ideas?
This code doesn't format:
pawn Код:
mysql_format(MySQLCon, mysqlquery, sizeof(mysqlquery), "UPDATE `accounts` SET `name` = '%e', `accent` = '%e', `password` = '%e'", PlayerInformation[playerid][pName], PlayerInformation[playerid][pAccent], PlayerInformation[playerid][pPassword]);
Any ideas?