08.02.2011, 21:00
This doesnt work when saving to file, nor when formatting (format) a string.
Example;
(This a piece of update code for my Scripter's Tools script)
As you can see, i have added the \" in the corresponding area, however this doesnt work. It doesnt show when i output as a "SendClientMessage" or when i save it to file.
Example;
(This a piece of update code for my Scripter's Tools script)
pawn Код:
format(string, sizeof(string), "Create3DTextLabel(\"%s\", COLOUR, %f, %f, %f, 20.0, 0, 0); //%s", orig, x, y, z, params);