[Ajuda] Respawn Veiculo Automaticamente
#4

+ um Timer se quiser automбticamente por exemplo:

pawn Код:
//OnGameModeInit
SetTimer("RespawnVeiculos", 3600000, true);

//Em qualquer lugar, sу que fora de publics
forward RespawnVeiculos();
public RespawnVeiculos()
{
    for(new veh; veh < MAX_VEHICLES; veh++)
    {
        SetVehicleToRespawn(veh);
    }
    return 1;
}
Mas ou menos assim.
Reply


Messages In This Thread
[Ajuda] Respawn Veiculo Automaticamente - by SrGabriel - 02.12.2014, 12:43
Re: [Ajuda] Respawn Veiculo Automaticamente - by n0minal - 02.12.2014, 12:53
Re: [Ajuda] Respawn Veiculo Automaticamente - by PT - 02.12.2014, 12:57
Re: [Ajuda] Respawn Veiculo Automaticamente - by PedexM - 02.12.2014, 12:57
Re: [Ajuda] Respawn Veiculo Automaticamente - by [BOPE]Seu._.Madruga - 02.12.2014, 14:08
Re: [Ajuda] Respawn Veiculo Automaticamente - by MultiKill - 02.12.2014, 14:38

Forum Jump:


Users browsing this thread: 2 Guest(s)