3D Text Label not Updating
#2

why do you use params[0] ? wtf
and btw try to change this

Код:
Delete3DTextLabel(Text3D:BizLabel[bizid]);
format(string28,sizeof(string28),"%s\nOwner: %s\nType: %s\nEntrance Fee: %d\nID: %d", BizInfo[bizid][Name], BizInfo[bizid][Owner],GetBizType(bizid), BizInfo[bizid][EntranceFee], bizid);
BizLabel[bizid] = Create3DTextLabel(string28, COLOR_BIZ, BizInfo[bizid][XCoord], BizInfo[bizid][YCoord], BizInfo[bizid][ZCoord], 10, 0, 0);
to this

Код:
format(string28,sizeof(string28),"%s\nOwner: %s\nType: %s\nEntrance Fee: %d\nID: %d", BizInfo[bizid][Name], BizInfo[bizid][Owner],GetBizType(bizid), BizInfo[bizid][EntranceFee], bizid);
Update3DTextLabelText(BizLabel[bizid], COLOR_BIZ, string28);
Reply


Messages In This Thread
3D Text Label not Updating - by San1 - 28.06.2013, 05:49
Re: 3D Text Label not Updating - by dEcooR - 28.06.2013, 06:03
Re: 3D Text Label not Updating - by San1 - 28.06.2013, 06:09

Forum Jump:


Users browsing this thread: 1 Guest(s)