[Ajuda] Veiculo Civil
#8

Troque:

pawn Код:
carroc[carroc2] = Create3DTextLabel( "{3AFF30}Make {58FFEE}Your {FFF428}Life\nVeiculo Civil", 0xFF0000AA, 0.0, 0.0, 0.0, 10.0, 0, 1 );
Por:

pawn Код:
new CivilLabel;
CivilLabel = Create3DTextLabel( "{3AFF30}Make {58FFEE}Your {FFF428}Life\nVeiculo Civil", 0xFF0000AA, 0.0, 0.0, 0.0, 10.0, 0, 1 );
_____

Troque:

pawn Код:
Attach3DTextLabelToVehicle(carroc[carroc2], carroc2, 0.0, 0.0, 1.0);
Por:

pawn Код:
Attach3DTextLabelToVehicle(CivilLabel, carroc2[15], 0.0, 0.0, 1.0);
//CivilLabel = 3DLabel que vai ser colocada no veiculo
//carroc2[15] = Veiculo(os) que vгo conter a 3DLabel
Sendo que em carroc2[15] - 15 = Numero de Veiculos de Civil.
Reply


Messages In This Thread
Veiculo Civil - by Wallker - 15.08.2012, 22:25
Re: Veiculo Civil - by Abravanel - 15.08.2012, 22:27
Re: Veiculo Civil - by Wallker - 15.08.2012, 22:31
Re: Veiculo Civil - by Abravanel - 15.08.2012, 22:33
Re: Veiculo Civil - by Wallker - 15.08.2012, 22:42
Respuesta: Veiculo Civil - by Digao - 15.08.2012, 22:48
Re: Veiculo Civil - by Wallker - 15.08.2012, 22:50
Re: Veiculo Civil - by Douglas_prt - 15.08.2012, 23:10
Re: Veiculo Civil - by Wallker - 15.08.2012, 23:26
Re: Veiculo Civil - by Douglas_prt - 15.08.2012, 23:35

Forum Jump:


Users browsing this thread: 4 Guest(s)