3DTextLabel not attaching to vehicle.
#1

I've created a vehicle:

pawn Код:
new CreatedVehicle = CreateVehicle(dCar[i][Model],dCar[i][xPos],dCar[i][yPos],dCar[i][zPos],dCar[i][aPos],dCar[i][Color1],dCar[i][Color2],-1);
        new String[128];
        format(String, sizeof(String), "%s\n%s\n$%d",GetVehicleName(dCar[i][Model]),ddData[i][DealerName],dCar[i][Cost]);
        dCar[i][DcarLabel] = Create3DTextLabel(String, COLOR_LIGHTBLUE, 0,0,0, 15.0, 0, 0);
        Attach3DTextLabelToVehicle( dCar[i][DcarLabel], CreatedVehicle, 0.0, 0.0, 1.0);
The car gets created, Yet the 3DTextAbel does not attach to the vehicle.

What could be wrong?
Reply


Messages In This Thread
3DTextLabel not attaching to vehicle. - by Shockey HD - 07.03.2014, 23:48
Re: 3DTextLabel not attaching to vehicle. - by Aerotactics - 08.03.2014, 04:25
Re: 3DTextLabel not attaching to vehicle. - by Shockey HD - 08.03.2014, 15:26
Re: 3DTextLabel not attaching to vehicle. - by RenovanZ - 08.03.2014, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)