[Ajuda] Comando /GodCar
#4

Quote:
Originally Posted by Equipe
Посмотреть сообщение
Obrigado cara, Resolveu meus problemas, bastou eu por:

pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
    new vid;
    vid = GetPlayerVehicleID(playerid);
    if(GodCar[playerid])
    {
    RepairVehicle(vid);
    }
    return 1;
}
Nгo precisa pegar o id do veiculo.

pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
    if(GodCar[playerid])
    {
        RepairVehicle(vehicleid);
    }
    return 1;
}
Reply


Messages In This Thread
Comando /GodCar - by Equipe - 04.02.2013, 03:58
Re: Comando /GodCar - by zSuYaNw - 04.02.2013, 04:22
Re: Comando /GodCar - by Equipe - 04.02.2013, 04:42
Re: Comando /GodCar - by zSuYaNw - 04.02.2013, 04:55

Forum Jump:


Users browsing this thread: 1 Guest(s)