02.04.2015, 11:13
pawn Код:
public OnVehicleSpawn(vehicleid)
{
SetVehicleHealth(vehicleid, amount);
return 1;
}
https://sampwiki.blast.hk/wiki/OnVehicleSpawn
https://sampwiki.blast.hk/wiki/SetVehicleHealth
public OnVehicleSpawn(vehicleid)
{
SetVehicleHealth(vehicleid, amount);
return 1;
}