3D Text
#5

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!
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: 1 Guest(s)