[Pedido] texto em cima de carros - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] texto em cima de carros (
/showthread.php?tid=455140)
texto em cima de carros -
Ricardo_Rockstar - 31.07.2013
Olб,
queria saber como coloco texto em cima dos carros civis, como Brasil Play stars.
a variavel que tenho antes dos carros civis eh essa:
CivilCarro[13] = AddStaticVehicleEx
Re: texto em cima de carros -
Coe1 - 31.07.2013
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
Re: texto em cima de carros -
FenixBorn - 31.07.2013
Olha ae
https://sampforum.blast.hk/showthread.php?tid=444272
Re: texto em cima de carros -
Ricardo_Rockstar - 31.07.2013
coe1, eu de antes quando tinha esse sistema de por texto no carro civil, nao precisava de por coordenada. so por essa variavel, que tinha atrбs dos veiculos civis