23.12.2013, 17:45
Hello guys, I'm used this code for set FACTION vehicle health,
How can I change this code for Model Vehicle, Like Patriot (ID 470) I want to set the health to 3000, So what I need to do?
pawn Код:
public OnVehicleSpawn(vehicleid)
{
for(new i; i < sizeof(LSPDVehicles); ++i)
{
SetVehicleHealth(LSPDVehicles[i],2500.0);
}