Anyone know why local swat and noose swat don't respond with selected weapons but local patrol and state patrol do. it is a valid XML and i think is laid out correctly. can anyone help?
<LocalSWAT>
<BackupRegion nickname="Parks">
<BackupAreas>
<Area>_ALL_</Area>
</BackupAreas>
<VehicleSet chance="100">
<Vehicles>
<Vehicle chance="60">fbi</Vehicle>
<Vehicle chance="40">sheriff</Vehicle>
</Vehicles>
<Peds>
<Ped chance="100" comp_shirt="0" comp_decals="0" comp_pants="0" prop_head="0" helmet="true">s_m_y_prisguard_01</Ped>
</Peds>
<NumPeds min="2" max="2" />
</VehicleSet>
<Weapons>
<Weapon>WEAPON_SPECIALCARBINE</Weapon>
</Weapons>
</BackupRegion>
</LocalSWAT>
<NooseSWAT>
<BackupRegion nickname="Parks">
<BackupAreas>
<Area>_ALL_</Area>
</BackupAreas>
<VehicleSet chance="100">
<Vehicles>
<Vehicle chance="100">POLICET</Vehicle>
</Vehicles>
<Peds>
<Ped chance="80" prop_head="0">s_m_y_SWAT_01</Ped>
<Ped chance="20" comp_hair="0">s_m_y_SWAT_01</Ped>
</Peds>
<NumPeds min="4" max="4" />
<Weapons>
<Weapon chance="100">WEAPON_KNIGHTSTCIK</Weapon>
</Weapons>
</VehicleSet>
</BackupRegion>
</NooseSWAT>