[Ajuda] Label nos carros
#5

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 ;)
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)