SA-MP Forums Archive
Inputtext Wrong - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Inputtext Wrong (/showthread.php?tid=352808)



Inputtext Wrong - Nightmare[TR] - 21.06.2012

Hi everyone,i have a simple code :
pawn Код:
new query[128];
format(query,128,"SELECT * FROM smf_members WHERE member_name='%s'",inputtext);
            mysql_query(query);
But,query goes like this:
pawn Код:
SELECT * FROM smf_members WHERE member_name='я'
inputtext is not y,i know this. What's the problem :S


Re: Inputtext Wrong - PrawkC - 21.06.2012

What are you typing in the dialog?