[Ajuda] Placa
#1

Iae povo loco belesa??

bom qeuria pediar ajuda nesse negocio aqui.

Eu queria seta todas as placas dos carros ballas para Ballas 05;

Ta ai eu vi uns tutoriais ne e fis assim:

On gamemodinit
Код:
new vId = GetPlayerVehicleID(playerid);
if(vId==BallasCars[0]||vId==BallasCars[1]||vId==BallasCars[2]||vId==BallasCars[3]||vId==BallasCars[4]||vId==BallasCars[5])
{
SetVehicleNumberPlate(vId, "Ballas");
}
Ai eu lembrei q nao tinha playerid no on gamemod init(lembrei so pq deu erro). Entao eu criei uma callback la:

Код:
forward Setarplacas(playerid);
No Ongamemodeinit:
Код:
SetTimer("Setarplacas",750,1);
E a calback:

Код:
public Setarplacas(playerid)
{
new vId = GetPlayerVehicleID(playerid);
if(vId==BallasCars[0]||vId==BallasCars[1]||vId==BallasCars[2]||vId==BallasCars[3]||vId==BallasCars[4]||vId==BallasCars[5])
{
SetVehicleNumberPlate(vId, "Ballas");
}
return 1;
}
Nao ta dando erro so qe na ora q entro no jogo e vo ve um carro dos ballas nao seta =@ odio. Se alguem me helpa dou + rep valeww
Reply
#2

pawn Код:
public Setarplacas() //Sete no OnGameModeInit() apуs a criaзгo dos carros das orgs
{
    for(new progressao = 0; progressao <= 5; ++progressao)
    {
        SetVehicleNumberPlate(BallasCars[progressao], "Ballas");
    }
    return true;
}
Reply
#3

sem settimers!

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    for(new i; i < 5; ++i)
    {
        SetVehicleNumberPlate(BallasCars[i], "Ballas");
    }
    return 1
}
Reply
#4

Coloca em
pawn Код:
OnGameModeInit()

Ballas = SetVehicleNumberPlate(CreateVehicle(id, X,Y,Z, Вngulo, Cor1 , Cor2, respawn_delay), "BALLAS"); // Cordenada carro 1 //
Ballas = SetVehicleNumberPlate(CreateVehicle(id, X,Y,Z, Вngulo, Cor1, Cor2, respawn_delay), "BALLAS"); // Cordenada carro 2 //
Ballas = SetVehicleNumberPlate(CreateVehicle(id, X,Y,Z, Вngulo, Cor1, Cor2, respawn_delay), "BALLAS"); // -- //
Ballas = SetVehicleNumberPlate(CreateVehicle(id, X,Y,Z, Вngulo, Cor1, Cor2, respawn_delay), "BALLAS"); // -- //
Ballas = SetVehicleNumberPlate(CreateVehicle(id, X,Y,Z, Вngulo, Cor1, Cor2, respawn_delay), "BALLAS"); // E assim por diante //
Reply
#5

O da [O.z] Caroline funfo, obrigado, agora e bom que quando spawna o carro nao da pra mudar. valew mesmo. Rep para O.z e josma_Cmd
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)