10.01.2016, 23:19
%e is indeed an escape string,
Im using it in my code too.
Im using it in my code too.
Код:
mysql_format(mysql, query, sizeof(query), "SELECT * FROM `players` WHERE `Username` = '%e' LIMIT 1", Name[playerid]);

