15.08.2012, 23:10
Troque:
Por:
_____
Troque:
Por:
Sendo que em carroc2[15] - 15 = Numero de Veiculos de Civil.
pawn Код:
carroc[carroc2] = Create3DTextLabel( "{3AFF30}Make {58FFEE}Your {FFF428}Life\nVeiculo Civil", 0xFF0000AA, 0.0, 0.0, 0.0, 10.0, 0, 1 );
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);
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