30.07.2015, 18:38
Quote:
Your array might start with the value of zero and vehicles start with 1 (index) - so instead of
pawn Код:
pawn Код:
I hope I helped any feedback is appreciated! |
Код:
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 try:
Код:
Attach3DTextLabelToVehicle(CarInfo[c][Text], CarInfo[c][CarID], 0.0, 0.0, 2.0 );
![Sad](images/smilies/sad.gif)
I fixed IT!Thanks guys for assistance!