02.10.2010, 01:45
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);
}

