03.01.2010, 19:05
I did it like this ....
And i need the Address in the top Description under it and price under it...
Код:
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);