3d text label
#1

Hello guys, can anyone show me example of how can I make 3d text attached to a vehicle showing car Health?

For example there is 3d text label attached on a hydra saying "500hp"
Reply
#2

pawn Код:
vehicle_id = CreateVehicle( 520, X, Y, Z, 0, 120 );
    vehicle3Dtext[ vehicle_id ] = Create3DTextLabel( "500hp", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 );
    //Creating the Vehicle
    //Attaching Text Label To Vehicle
    Attach3DTextLabelToVehicle( vehicle3Dtext[ vehicle_id ] , vehicle_id, 0.0, 0.0, 2.0);
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)