How to set health to all the sandkings?
#3

Quote:
Originally Posted by Bingo
Посмотреть сообщение
pawn Код:
public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
    if(GetVehicleModel(vehicleid) == 495) // 411 is the Infernus model
    {
        SetVehicleHealth(vehicleid, 150);
        SendClientMessage(playerid, 0xFFFFFFFF, "Welcome to FREE sandking!");
    }
    return 1;
}
Try this.
Yeah but if they will need repair they will just get out and back in....
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: 1 Guest(s)