20.03.2013, 21:11
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);