22.07.2013, 14:09
Hi,
I've ran into a really frustrating issue which I cannot diagnose.
Every time you write " in chat, you get \ instead, and when you write ', you get \'.
For example:
Also, when \" is used in format, I get the same thing.
That displays:
The script that has this issue was not written by me, I'm just temporarily managing it. (the issue was there before I modified the code)
Any suggestions?
I've ran into a really frustrating issue which I cannot diagnose.
Every time you write " in chat, you get \ instead, and when you write ', you get \'.
For example:
Код:
hello" -> hello\ don't -> don\'t
Код:
new str[128]; format(str,sizeof(str),"Hi my name is \"%s\"!","herp"); SendClientMessage(playerid,-1,str);
Код:
Hi my name is \"herp\"!
Any suggestions?