Textdraw in new line - 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: Textdraw in new line (
/showthread.php?tid=381333)
Textdraw in new line -
SkyWings - 29.09.2012
How i can from this text:
+500$ +2 score!
Make like this:
+500$
+ 2 score!
Code:
Код:
GameTextForPlayer(playerid, "~W~+500$ ~R~+2 score!", 5000, 5);
Re: Textdraw in new line -
newbienoob - 29.09.2012
~n~ for new line
Re: Textdraw in new line -
SkyWings - 29.09.2012
Thanks