3D Text
#6

Quote:
Originally Posted by Stanford
Посмотреть сообщение
Your array might start with the value of zero and vehicles start with 1 (index) - so instead of
pawn Код:
Attach3DTextLabelToVehicle(CarInfo[c][Text], c, 0.0, 0.0, 2.0 );
Try:
pawn Код:
Attach3DTextLabelToVehicle(CarInfo[c][Text], c+1, 0.0, 0.0, 2.0 );

I hope I helped any feedback is appreciated!
not working,
Код:
CarInfo[c][CarID] = CreateVehicle(CarInfo[c][Model], CarInfo[c][Vposx], CarInfo[c][Vposy], CarInfo[c][Vposz], CarInfo[c][Vposa], CarInfo[c][Color1], CarInfo[c][Color2], -1);
I need to attach 3d text label for vehicles (CarInfo[c][CarID] )
i try:
Код:
Attach3DTextLabelToVehicle(CarInfo[c][Text], CarInfo[c][CarID], 0.0, 0.0, 2.0 );
But not working

I fixed IT!Thanks guys for assistance!
Reply


Messages In This Thread
3D Text - by iulicxd - 30.07.2015, 18:13
Re: 3D Text - by Jacket - 30.07.2015, 18:25
Re: 3D Text - by jamesmith12 - 30.07.2015, 18:27
Re: 3D Text - by iulicxd - 30.07.2015, 18:31
Re: 3D Text - by Stanford - 30.07.2015, 18:32
Re: 3D Text - by iulicxd - 30.07.2015, 18:38

Forum Jump:


Users browsing this thread: 2 Guest(s)