SA-MP Forums Archive
More text to a 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: More text to a line (/showthread.php?tid=307750)



More text to a line - Syntax - 31.12.2011

Hey guys!

I want to make it so that text follows to a second line, how do I go about doing that?


Re: More text to a line - silvan - 01.01.2012

splitting the line first using the split function then just use 2x SendClientMessage()


Re: More text to a line - Gh05t_ - 01.01.2012

https://sampwiki.blast.hk/wiki/Escape_codes

pawn Код:
main()
{
    printf("Hello\nWorld");
}