[DUVIDA]Placa
#6

[QUOTE='[Full]Garfield[XDB];1118582']Rjj este cуdigo irб apenas botar o numero mбximo de veiculos na placa.

faz asssim:

pawn Код:
for(new x = 0; x < MAX_VEHICLES; x++)
{
    new text[14];
    new Gato[7][10] = {"A","b","G","h","A","T","O" };
    format(text, sizeof(text), "%d%d%d-%i",random(Gato),random(Gato),random(Gato), x);
    SetVehicleNumberPlate(x,text);
    SetVehicleToRespawn(x);
}
error 035: argument type mismatch (argument 1)

Linha 2720:
format(text, sizeof(text), "%d%d%d-%i",random(Gato),random(Gato),random(Gato), x);
Reply


Messages In This Thread
[DUVIDA]Placa - by Nightwish - 13.03.2011, 22:54
Re: [DUVIDA]Placa - by rjjj - 13.03.2011, 23:04
Re: [DUVIDA]Placa - by Jorge_Hard - 13.03.2011, 23:13
Re: [DUVIDA]Placa - by zSuYaNw - 13.03.2011, 23:16
Re: [DUVIDA]Placa - by JonathanFeitosa - 13.03.2011, 23:22
Re: [DUVIDA]Placa - by Nightwish - 14.03.2011, 18:03
Re: [DUVIDA]Placa - by Ricop522 - 14.03.2011, 18:23

Forum Jump:


Users browsing this thread: 4 Guest(s)