Vehicle health
#3

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    for(new i; i < sizeof(LSPDVehicles); ++i)
    {
        if (GetVehicleModel(LSPDVehicles[i]) == 470) SetVehicleHealth(LSPDVehicles[i], 3000.0);
        else SetVehicleHealth(LSPDVehicles[i], 2500.0);
    }
    return 1;
}
Reply


Messages In This Thread
Vehicle health - by Dorlevi1506 - 23.12.2013, 17:45
Re: Vehicle health - by CutX - 23.12.2013, 17:46
Re: Vehicle health - by Konstantinos - 23.12.2013, 17:48
Re: Vehicle health - by Patrick - 23.12.2013, 17:49
Re: Vehicle health - by Djole1337 - 23.12.2013, 18:30
Re: Vehicle health - by Dorlevi1506 - 24.12.2013, 06:48
Re: Vehicle health - by SilentSoul - 24.12.2013, 06:59

Forum Jump:


Users browsing this thread: 2 Guest(s)