19.10.2009, 20:39
Quote:
Originally Posted by roschti
"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); |
error 017: undefined symbol "Create3DTextLabel"
i don't have a forward this