Hello, I have made a custom backup that I want to include in the mod in the local patrol part. Am I following the right path? P.S This is the first time I have ever done anything like this so.... please feel free to give me feedback. Thank You!
<BackupRegion nickname="Blaine">
<BackupAreas>
<Area>BlaineCounty</Area>
</BackupAreas>
<VehicleSet>
<Vehicles>
<Vehicle chance="50">sheriff5</Vehicle>
<Vehicle chance="50">sheriff6</Vehicle>
</Vehicles>
<Peds>
<Ped chance="70">s_m_y_sheriff_02</Ped>
<Ped chance="30">s_f_y_sheriff_02</Ped>
</Peds>
<NumPeds min="1" max="2" />
</VehicleSet>
</BackupRegion>
<BackupRegion nickname="LosSantos">
<BackupAreas>
<Area>LosSantos</Area>
</BackupAreas>
<VehicleSet>
<Vehilces>
<Vehicle chance="40">police</Vehilce>
<Vehicle chance="30">police2</Vehicle>
<Vehicle Chance="30">police3</Vehicle>
</Vehilces>
<Peds>
<Ped chance="70">s_m_y_cop_01</Ped>
<Ped chance="30">s_f_y_cop_01</Ped>
</Peds>
<NumPeds min="1" max="2" />
</VehicleSet>
</BackupRegion>
<BackupRegion nickname="LosSantosCounty">
<BackupAreas>
<Area>LosSantosCounty</Area>
</BackupAreas>
<VehicleSet>
<Vehicles>
<Vehicle chance="50">sheriff</Vehilce>
<Vehicle chance="50">sheriff2</Vehicle>
</Vehicles>
<Peds>
<Ped chance="70">s_m_y_sheriff_02</Ped>
<Ped chance="30">s_f_y_sheriff_02</Ped>
</Peds>
<NumPeds min="1" max="2" />
</VehicleSet>
</BackupRegion>