22.08.2012, 03:08
That cannot be the problem. I need someone to repost the createdynamic3dtextlabel as the correct format. I cannot do it, so i need someone to do that for me.
- Thanks.
- Thanks.
Код:
format(szFileStr, sizeof(szFileStr), "This house is\n for sale!\nDescription: %s\nCost: $%d\nTo buy this house type /buyhouse",Houses[idx][Description],Houses[idx][HousePrice]); Houses[idx][PickupID] = CreateDynamic3DTextLabel(szFileStr, COLOR_WHITE, Houses[idx][EnterX], Houses[idx][EnterY], Houses[idx][EnterZ], 30, -1, -1, 0, -1, -1, -1, 100.0); Houses[idx][PickupID] = CreateStreamPickup(1273, 1, Houses[idx][EnterX], Houses[idx][EnterY], Houses[idx][EnterZ],PICKUP_RANGE1);