[PEDIDO] Por favor placa dos carros
#3

Code:
    new string[256];
    for(new i = 0; i < 500; i++)//Esse nъmero 500 й o carro que irб carregar, se quiser vocк escolhe o numero podendo dividir os carros tipo para colocar determinados valores/nomes.
    {
          new Text3D:vehicle3Dtext;
	  format(string,sizeof(string), "INFORMACAO-%d%d", 10 + random(89), 10 + random(89));
	  vehicle3Dtext = Create3DTextLabel(string, 0xADC7E7AA, 0.0, 0.0, 0.0, 20.0, 0, 1 );
	  Attach3DTextLabelToVehicle(vehicle3Dtext, i, 0.0, 0.0, 0.0);
    }
Ali no INFORMACAO vocк pode por o que quiser, por exemplo LS-(numero) SF-(numero)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)