[AJUDA]Blockeio de veнculo
#4

Nossa, viajei...
no OnVehicleSpawn

o veнculo nгo vai aparecer por um tempo.

ok...

eu fiz isso aqui:
pawn Код:
forward DeathHydra(playerid, vehicleid);
pawn Код:
new HydraBaselV = GetVehicleModel(vehicleids);
    new IdHydra[MAX_VEHICLES];

    if (modeloids == 425 || == 432)
    {
        if (pDataGM[playerid][pGang] > 0) for (new x = 0; x < MAX_BASES; x++)
        {
            if (BasesInfo[x][7] == pDataGM[playerid][pGang])
            {
                DeathHydra(playerid, veiculo);
                IdHydra[veiculo] = 1;
            }
        }
    }
pawn Код:
public DeathHydra(playerid, vehicleid)
{
    if(IdHydra[vehicleid] == 1)
    {
        for(new i=0;i<MAX_PLAYERS;i++)
        {
            SetVehicleParamsForPlayer(vehicleid,i,0,0);
        IdHydra[vehicleid] = 0;
        SetTimer("DeathHydra",1200000,0);
        SendClientMessage(playerid, COR_BRANCA, "Vocк nгo pode usar a hydra aguarde.");
        }
    }
    if(IdHydra[vehicleid] == 0)
    {
      for(new i=0;i<MAX_PLAYERS;i++)
        {
            SetVehicleParamsForPlayer(vehicleid,i,0,1);
        }
    }
    return 1;
}
+ nгo deu.

o veнculo nгo blockiou.
Reply


Messages In This Thread
[AJUDA]Blockeio de veнculo - by trindade02 - 23.04.2010, 18:26
Re: [AJUDA]Blockeio de veнculo - by andmeida10 - 23.04.2010, 18:28
Re: [AJUDA]Blockeio de veнculo - by trindade02 - 23.04.2010, 18:30
Re: [AJUDA]Blockeio de veнculo - by trindade02 - 23.04.2010, 18:36
Re: [AJUDA]Blockeio de veнculo - by andmeida10 - 23.04.2010, 18:54
Re: [AJUDA]Blockeio de veнculo - by trindade02 - 23.04.2010, 18:57
Re: [AJUDA]Blockeio de veнculo - by ipsBruno - 23.04.2010, 21:51

Forum Jump:


Users browsing this thread: 1 Guest(s)