Vehicle health
#7

Try this
pawn Код:
public OnVehicleSpawn(vehicleid)
{
    for(new i = 0; i < MAX_VEHICLES; i++)
    {
    if(GetVehicleModel(vehicleid) == 470)
    {
    SetVehicleHealth(i, 3000);
    }
    }
    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: 3 Guest(s)