Special sign in textdraw / gametext - 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: Special sign in textdraw / gametext (
/showthread.php?tid=364426)
Special sign in textdraw / gametext -
Killer#Mummy - 30.07.2012
Hi!
How can I make '' sign in gametext or textdraw? I didn't find anything in search because I don't know how is this sign called in english

.
Re: Special sign in textdraw / gametext -
Aprezt - 30.07.2012
https://sampwiki.blast.hk/wiki/GameTextForPlayer - This ?
Re: Special sign in textdraw / gametext -
Vince - 30.07.2012
This (") is a double quotation mark. To use it in a string, you must first escape it. For instance:
pawn Код:
new string[] = "This is some \"text\" with quotes.";
Re: Special sign in textdraw / gametext -
Killer#Mummy - 30.07.2012
We didn't understand each other. I know how to make textdraws and gametext but I don't know how to put this ---> " (double apostrophe lol) sign in it.
EDIT: Vince, thats what I wanted. Thank you both!
Re: Special sign in textdraw / gametext -
Larceny - 30.07.2012
Using two ' also works.
(just to complement)