Question.
#1

Hello how Is this possible:

Set the tank's health to 7000 HP which can survive to certain bombs / missiles.

Yes? How to do it?
Reply
#2

Under OnVehicleSpawn:

pawn Код:
if(GetVehicleModel(vehicleid) == 433)
{
    SetVehicleHealth(vehicleid, 7000);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)