19.10.2009, 18:31
"Create3DTextLabel(...)" dont have its own format fuction, just use format(..) and then Create3DTextLabel(...)
Example:
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);