SA-MP Forums Archive
[Question] How to do new line on 3DTextLabel - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Question] How to do new line on 3DTextLabel (/showthread.php?tid=118526)



[Question] How to do new line on 3DTextLabel - [Sk]Noob - 03.01.2010

I did it like this ....

Код:
format(string, sizeof(string), "This house is for sale! Address: %d %s Description: %s Price: $%d (/buyhouse)",n,houselocation,Houses[n][Description],Houses[n][HousePrice]);
       Create3DTextLabel(string,0x006400FF,Houses[n][EnterX],Houses[n][EnterY],Houses[n][EnterZ]+1,40,0,1);
And i need the Address in the top Description under it and price under it...