30.07.2015, 18:32
Your array might start with the value of zero and vehicles start with 1 (index) - so instead of
Try:
I hope I helped any feedback is appreciated!
pawn Код:
Attach3DTextLabelToVehicle(CarInfo[c][Text], c, 0.0, 0.0, 2.0 );
pawn Код:
Attach3DTextLabelToVehicle(CarInfo[c][Text], c+1, 0.0, 0.0, 2.0 );
I hope I helped any feedback is appreciated!