[Ajuda] Label nos carros
#7

Quote:
Originally Posted by Bolinha_ProJogos
Посмотреть сообщение
ou...
pawn Код:
//public ongamemodeinit
for(new i=1; i<MAX_VEHICLES; i++)
{
new string[20];
new Text3D:VeiculoNumero;
format(string,sizeof(string), "Placa-%d%d",10+random(89),10+random(89));
VeiculoNumero = Create3DTextLabel(string, 0xADC7E7AA, 0.0, 0.0, 0.0, 20.0, 0, 1 );
Attach3DTextLabelToVehicle(VeiculoNumero, i, 0.0, 0.0, 0.0);
SetVehicleToRespawn(i);
}
//todos os veнculos irгo nascer com a Label no meio dele ;)
O Seu tambйm й bom, mais acho que ele quer botar Label somente em alguns veнculos por isso expliquei daquele jeito (:

Quote:
Originally Posted by [O.z]Caroline
Посмотреть сообщение
ou
pawn Код:
public OnGameModeInit ( )
{
    Attach3DTextLabelToVehicle(Create3DTextLabel("Veнculo de Weeeeen_@", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 ), CreateVehicle(510, 0.0. 0.0, 15.0, 5, 0, 120 ), 0.0, 0.0, 2.0);
}
Dessa nгo sбbia HUAEHAUEHAUHEAUHE
Reply


Messages In This Thread
[Ajuda] Label nos carros - by Slayer1 - 15.10.2011, 23:16
Re: [Ajuda] Label nos carros - by Dolby - 15.10.2011, 23:25
Re: [Ajuda] Label nos carros - by Slayer1 - 15.10.2011, 23:31
Re: [Ajuda] Label nos carros - by Nake01 - 16.10.2011, 00:40
Re: [Ajuda] Label nos carros - by Bolinha_ProJogos - 16.10.2011, 05:05
Re: [Ajuda] Label nos carros - by [O.z]Caroline - 16.10.2011, 05:06
Re: [Ajuda] Label nos carros - by Nake01 - 16.10.2011, 12:32
Re: [Ajuda] Label nos carros - by Slayer1 - 16.10.2011, 16:15
Re: [Ajuda] Label nos carros - by Slayer1 - 16.10.2011, 18:17
Re: [Ajuda] Label nos carros - by Bolinha_ProJogos - 16.10.2011, 21:18

Forum Jump:


Users browsing this thread: 1 Guest(s)