3d text label
#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


Messages In This Thread
3d text label - by Squirrel - 20.03.2013, 19:55
Re: 3d text label - by Joshman543 - 20.03.2013, 21:11

Forum Jump:


Users browsing this thread: 1 Guest(s)