3d text need help
#2

"Create3DTextLabel(...)" dont have its own format fuction, just use format(..) and then Create3DTextLabel(...)

Example:

Код:
new out[128];
format(out,128,"This House is owned by %s \nLevel: %d",HouseInfo[h][hOwner], HouseInfo[h][hLevel]);
Create3DTextLabel(out,0x008080FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],40.0,0);
Reply


Messages In This Thread
3d text need help - by radi - 19.10.2009, 16:30
Re: 3d text need help - by roschti - 19.10.2009, 18:31
Re: 3d text need help - by lluis123 - 19.10.2009, 20:39
Re: 3d text need help - by [NL]Bank - 19.10.2009, 20:49
Re: 3d text need help - by radi - 26.10.2009, 10:58
Re: 3d text need help - by Redgie - 26.10.2009, 12:40
Re: 3d text need help - by radi - 26.10.2009, 12:54
Re: 3d text need help - by Redgie - 26.10.2009, 13:04
Re: 3d text need help - by radi - 26.10.2009, 13:08
Re: 3d text need help - by radi - 26.10.2009, 13:39

Forum Jump:


Users browsing this thread: 1 Guest(s)