Global vehicle health?
#1

Hi,it's possibile to set at ALL vehicles,the default HP of 800 instead of 1000?
Reply
#2

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    SetVehicleHealth( vehicleid, 800.0 );
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)