[Question] How to do new line on 3DTextLabel
#1

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...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)