24.01.2016, 10:00
I tried a lot of things but no solution. Included in a command it works fine, just on dialog get error.
PHP код:
new tagname[10];
format(tagname, 10, "%s",inputtext);
mysql_format(handle, string, sizeof(string), "UPDATE clans SET ClanTag = '%e' WHERE clans.ClanID = '%d'",tagname,PlayerInfo[playerid][pClan]);
mysql_query(handle, string);