SA-MP Forums Archive
how to - 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: how to (/showthread.php?tid=298979)



how to - omer5198 - 23.11.2011

is it possible to write quatemarks ("") in a text?


Re: how to - Babul - 23.11.2011

yes. escape them:
Код:
format(string,sizeof(string),"type \"/q\" to become admin");



Re: how to - omer5198 - 23.11.2011

Thx!