[Ajuda]Placas Veiculares
#5

Montei um cуdigo pra vocк, isto deve resolver o seu problema.

Coloque:

pawn Код:
//No OnGameModeInit:
new placa[64];
    for(new x = 0; x <= 5; x++)
    {
        if(FBIcar[x])
        {
            format(placa, sizeof(placa), "FBI - 00%i", x);
            SetVehicleNumberPlate(x, placa);
        }

    }

Espero ter ajudado
Reply


Messages In This Thread
[Ajuda]Placas Veiculares - by Hunters - 16.12.2010, 21:56
Re: [Ajuda]Placas Veiculares - by jhony test - 16.12.2010, 22:39
Re: [Ajuda]Placas Veiculares - by Pierox_ - 17.12.2010, 00:37
Re: [Ajuda]Placas Veiculares - by Hunters - 17.12.2010, 16:10
Re: [Ajuda]Placas Veiculares - by rjjj - 17.12.2010, 16:26
Re: [Ajuda]Placas Veiculares - by Hunters - 17.12.2010, 17:27
Re: [Ajuda]Placas Veiculares - by rjjj - 17.12.2010, 19:09

Forum Jump:


Users browsing this thread: 3 Guest(s)