25.11.2010, 21:12
Well, I tried to make a label to a business, to make it show the owner, fee and such, but it doesn't seem to work.
Feew things I tried:
Not of these seem to work, by the way I get a message of a tag mismatch so, I didnt do something good, I really want this, could someone show an explanation?
Thanks, Berky Brada.
Feew things I tried:
Код:
format(string, sizeof(string), "~w~%s~w~~n~Owner : %s~n~Entrance Fee : ~g~$%d ~w~Level : %d.",BizzInfo[h][bMessage],BizzInfo[h][bOwner],BizzInfo[h][bEntranceCost],BizzInfo[h][bLevelNeeded]); strmid(bizname, BizzInfo[h][bMessage], 0, strlen(BizzInfo[h][bMessage]), 255); BizzInfo[h][bMessage] = Create3DTextLabel(bizname,COLOR_HOUSETEXT,BizzInfo[h][bEntranceX],BizzInfo[h][bEntranceY],BizzInfo[h][bEntranceZ]+0.88,20.0,0,1);
Thanks, Berky Brada.