14.01.2018, 21:29
There is one thing you left out, and it was this:
the function "format" doesn't support escaping, so instead you should use the provided function "mysql_format" instead. Documentation: https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_format
Therefore, your query never finds any other accounts, because the server sends the format with the %e, and not the name you want.
the function "format" doesn't support escaping, so instead you should use the provided function "mysql_format" instead. Documentation: https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_format
Therefore, your query never finds any other accounts, because the server sends the format with the %e, and not the name you want.