[Pedido] texto em cima de carros
#2

pawn Код:
public OnGameModeInit ( )
{
new Text3D:vehicle3Dtext[MAX_VEHICLES],vehicle_id;

vehicle_id = CreateVehicle( 510, 0.0. 0.0, 15.0, 5, 0, 120 ); // Coordenadas do carro civil '-'
vehicle3Dtext[ vehicle_id ] = Create3DTextLabel( "Veiculo civil", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 );

Attach3DTextLabelToVehicle( vehicle3Dtext[ vehicle_id ] , vehicle_id, 0.0, 0.0, 2.0);
return 1;
}
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
Reply


Messages In This Thread
texto em cima de carros - by Ricardo_Rockstar - 31.07.2013, 18:22
Re: texto em cima de carros - by Coe1 - 31.07.2013, 18:30
Re: texto em cima de carros - by FenixBorn - 31.07.2013, 18:31
Re: texto em cima de carros - by Ricardo_Rockstar - 31.07.2013, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)