22.08.2012, 17:43
What about this?
Код:
format(szFileStr, sizeof(szFileStr), "This house is Owned.\nDescription: %s\nOwner: %s",Houses[h][Description],Houses[h][Owner]); UpdateDynamic3DTextLabelText(Houses[h][PickupID], COLOR_WHITE, szFileStr);