How to set health to all the sandkings?
#5

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    if(GetVehicleModel(vehicleid) == 495) // Check if vehicle is Sandking
    {
        SetVehicleHealth(vehicleid, 150); // Set the vehicle health to 150
    }
    return 1;
}
Reply


Messages In This Thread
How to set health to all the sandkings? - by Lirbo - 21.04.2014, 14:04
Re: How to set health to all the sandkings? - by Bingo - 21.04.2014, 14:10
Re: How to set health to all the sandkings? - by Lirbo - 21.04.2014, 14:18
Re: How to set health to all the sandkings? - by Bingo - 21.04.2014, 14:31
Re: How to set health to all the sandkings? - by RunAways - 21.04.2014, 14:36
Re: How to set health to all the sandkings? - by Abagail - 21.04.2014, 14:36
Re: How to set health to all the sandkings? - by Lirbo - 21.04.2014, 15:07
Re: How to set health to all the sandkings? - by iZN - 21.04.2014, 15:13
Re: How to set health to all the sandkings? - by Konstantinos - 21.04.2014, 15:29
Re: How to set health to all the sandkings? - by Lirbo - 21.04.2014, 15:44

Forum Jump:


Users browsing this thread: 3 Guest(s)