09.05.2014, 12:22
Hello Guys,
as u may know the vehicles on sa (in my opinion...) havnt got much hp.
so ive tried to make having about 15000 hp instead of 1000 hp but ist not going to work so, anyhelp be nice?
or even if u found some script u may can post them up?
Heres my code
as u may know the vehicles on sa (in my opinion...) havnt got much hp.
so ive tried to make having about 15000 hp instead of 1000 hp but ist not going to work so, anyhelp be nice?
or even if u found some script u may can post them up?
Heres my code
PHP код:
public OnVehicleSpawn(vehicleid)
{
if(GetVehicleModel(vehicleid) < 611)
{
SetVehicleHealth(vehicleid, 15000.0);
return 1;
}
return 1;
}