19.04.2012, 08:15
Hello,i need to set to ALL vehicles health to 970.
How?
How?
for(new i=0;i<MAX_VEHICLES;i++)
{
SetVehicleHealth(i,970);
}
public OnVehicleSpawn(vehicleid)
{
SetVehicleHealth(vehicleid,970);
return 1;
}