Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Enhanced LSSD Sheriff Deputy 1.1

(10 reviews)

12 Screenshots

This mod is a model and texture replacement for the LSSD Deputies (S_M_Y_Sheriff_01 & S_F_Y_Sheriff_01). These models aim to bring the LSSD Deputies closer to their real life counterpart, the Los Angeles County Sheriff Department, albeit with GTA-isms. 


Note: These models are already included in the latest version of RDE. 
No config file edits are needed in order for the peds to spawn correctly. 
-------------------------------------- 
MAKE BACKUPS OF ALL CHANGED FILES! USE A MODS FOLDER!
Installation: 
Files from one of the folders (assuming Realism Dispatch Enhanced or GTA Realism is NOT installed): 
- to update\x64\dlcpacks\patchday13ng\dlc.rpf\x64\models\cdimages\patchday13ng.rpf 
- to x64e\models\cdimages\pedprops.rpf
Files from one of the folders (assuming Realism Dispatch Enhanced or GTA Realism is installed): 
- to update\x64\dlcpacks\rde\dlc.rpf\x64\models\cdimages\rde_componentpeds.rpf
- to update\x64\dlcpacks\rde\dlc.rpf\x64\models\cdimages\rde_componentpeds_p.rpf

--------------------------------------

Cop Holster plugin config: 
[Ped:S_M_Y_SHERIFF_01] 
FuncHolster=True 
FuncIntim=True 
FuncIntimMesh=9:0,9:1,9:2,9:3 
9:1=9:0 
9:2=9:0 
-------------------------------------- 
This download is exclusive to LCPDFR.com. 
Due to the nature of OIV's OpenFormats, this model is unintentionally locked. You are free to create custom textures, but do include all the proper credits:
Made by Rockstar Games, 
Radio and belt textures by Alex_Ashfold and legionarius, 
Shoulder patches by Alex_Ashfold,
LSSD Badge by NefariousBonne,
Model edits by Yard1. 

What's New in Version 1.1

Released

  • Updated normal maps for badges on male deputy
  • Added female deputy
    • Due to current ped restrictions, this is just the regular female deputy with enhanced textures, and new belt to match their male counterparts
  • Updated normal maps for the campaign hat

User Feedback

Recommended Comments

billiarboy

Members

Petty nice,just missing Tazer.

fschd1

Members

Can you please do LASD and Blaine county  with female peds as well

Adam L

Members

this looks awesome great job.

Deems12

Members

Awesome mod, only problem i have is when i call in local SWAT backup with LSPDFR the sheriff's don't wear their vests anymore.

 

Besides that it's a fantastic mod! :)

 

 

NefariousBonne

Members Author

7 hours ago, Deems12 said:

Awesome mod, only problem i have is when i call in local SWAT backup with LSPDFR the sheriff's don't wear their vests anymore.

 

Besides that it's a fantastic mod! :)

 

 

To fix the Sheriff's not wearing their combat vests: Change the comp_task="2" to comp_accessories="2" in your backup.xml file.

Deems12

Members

16 hours ago, NefariousBonne said:

To fix the Sheriff's not wearing their combat vests: Change the comp_task="2" to comp_accessories="2" in your backup.xml file.

You mean the backup file in the lspdfr folder? I don't have " comp_task="2" ".

 

Spoiler

<!--
You can specify the components, textures and properties a ped can spawn with. Components start with comp_, textures with tex_ and properties with prop_:
<Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>

You can also randomize the appearance of a ped using the following attribute:
<Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>

The components and textures are named the following:
face
beard
hair
shirt
pants
hands
shoes
eyes
accessories
tasks
decals
shirtoverlay

The props are named the following:

head


For vehicles, you can choose which livery they will have:
<Vehicle livery="1">polmav</Vehicle>

You can also specify what extras should be enabled:
<Vehicle extra_1=true>police3</Vehicle>
-->


<BackupUnits>
    <LocalPatrol>  <!-- Type of backup -->
        <LosSantosCity>  <!-- Area of backup-->
            <VehicleSet>
                <Vehicles>  <!-- A model will be chosen randomly from a vehicle set. You can use the same model more than once to increase the chance. -->
                    <Vehicle>police</Vehicle>
                    <Vehicle>police2</Vehicle>
                    <Vehicle>police3</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="80">s_m_y_cop_01</Ped>  <!-- Chances must add up to 100 -->
                    <Ped chance="20">s_f_y_cop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />  <!-- Number of peds that will respond (minimum and maximum) -->
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
                <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="70">s_m_y_sheriff_01</Ped>
                    <Ped chance="30">s_f_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="70">s_m_y_sheriff_01</Ped>
                    <Ped chance="30">s_f_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeold1</Vehicle>
                    <Vehicle>policeold2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_m_snowcop_01</Ped>
                    <Ped prop_head="1">s_m_m_snowcop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
        </NorthYankton>
    </LocalPatrol>
    <StatePatrol>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>police4</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="1" helmet="False">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeb</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>police4</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="1" helmet="False">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeb</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>police4</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="1" helmet="False">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeb</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeold1</Vehicle>
                    <Vehicle>policeold2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_m_snowcop_01</Ped>
                    <Ped prop_head="1">s_m_m_snowcop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
        </NorthYankton>
    </StatePatrol>
    <LocalSWAT>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policet</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="False">s_m_y_cop_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="False">s_m_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeold1</Vehicle>
                    <Vehicle>policeold2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_m_snowcop_01</Ped>
                    <Ped prop_head="1">s_m_m_snowcop_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </NorthYankton>
    </LocalSWAT>
    <NooseSWAT>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>fbi2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>fbi2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>fbi2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>fbi2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </NorthYankton>
    </NooseSWAT>
    <LocalAir>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="1">polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" comp_decals="0" helmet="True">s_m_y_pilot_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="1">polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" comp_decals="0" helmet="True">s_m_y_pilot_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="1">polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="2" comp_decals="2" helmet="True">s_m_y_pilot_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="1">polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" comp_decals="0" helmet="True">s_m_y_pilot_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </LocalAir>
    <NooseAir>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="yes">buzzard</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="yes">buzzard</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="yes">buzzard</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="yes">buzzard</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </NorthYankton>
    </NooseAir>
    <Ambulance>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="2">ambulance</Vehicle>
                    <Vehicle>ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="2">ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="2">ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </Ambulance>
</BackupUnits>

 

SuperStumpje

Friends of LSPDFR

On 8-1-2017 at 1:55 PM, Deems12 said:

You mean the backup file in the lspdfr folder? I don't have " comp_task="2" ".

 

  Reveal hidden contents

<!--
You can specify the components, textures and properties a ped can spawn with. Components start with comp_, textures with tex_ and properties with prop_:
<Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>

You can also randomize the appearance of a ped using the following attribute:
<Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>

The components and textures are named the following:
face
beard
hair
shirt
pants
hands
shoes
eyes
accessories
tasks
decals
shirtoverlay

The props are named the following:

head


For vehicles, you can choose which livery they will have:
<Vehicle livery="1">polmav</Vehicle>

You can also specify what extras should be enabled:
<Vehicle extra_1=true>police3</Vehicle>
-->


<BackupUnits>
    <LocalPatrol>  <!-- Type of backup -->
        <LosSantosCity>  <!-- Area of backup-->
            <VehicleSet>
                <Vehicles>  <!-- A model will be chosen randomly from a vehicle set. You can use the same model more than once to increase the chance. -->
                    <Vehicle>police</Vehicle>
                    <Vehicle>police2</Vehicle>
                    <Vehicle>police3</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="80">s_m_y_cop_01</Ped>  <!-- Chances must add up to 100 -->
                    <Ped chance="20">s_f_y_cop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />  <!-- Number of peds that will respond (minimum and maximum) -->
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
                <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="70">s_m_y_sheriff_01</Ped>
                    <Ped chance="30">s_f_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="70">s_m_y_sheriff_01</Ped>
                    <Ped chance="30">s_f_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeold1</Vehicle>
                    <Vehicle>policeold2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_m_snowcop_01</Ped>
                    <Ped prop_head="1">s_m_m_snowcop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
        </NorthYankton>
    </LocalPatrol>
    <StatePatrol>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>police4</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="1" helmet="False">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeb</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>police4</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="1" helmet="False">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeb</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>police4</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="1" helmet="False">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeb</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_shirt="1" comp_decals="1" comp_pants="0" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeold1</Vehicle>
                    <Vehicle>policeold2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_m_snowcop_01</Ped>
                    <Ped prop_head="1">s_m_m_snowcop_01</Ped>
                </Peds>
                <NumPeds min="1" max="2" />
            </VehicleSet>
        </NorthYankton>
    </StatePatrol>
    <LocalSWAT>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policet</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="False">s_m_y_cop_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="False">s_m_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>policeold1</Vehicle>
                    <Vehicle>policeold2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_m_snowcop_01</Ped>
                    <Ped prop_head="1">s_m_m_snowcop_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </NorthYankton>
    </LocalSWAT>
    <NooseSWAT>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>fbi2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>fbi2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>fbi2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>fbi2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </NorthYankton>
    </NooseSWAT>
    <LocalAir>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="1">polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" comp_decals="0" helmet="True">s_m_y_pilot_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="1">polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" comp_decals="0" helmet="True">s_m_y_pilot_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="1">polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="2" comp_decals="2" helmet="True">s_m_y_pilot_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="1">polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" comp_decals="0" helmet="True">s_m_y_pilot_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </LocalAir>
    <NooseAir>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="yes">buzzard</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="yes">buzzard</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="yes">buzzard</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="yes">buzzard</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </NorthYankton>
    </NooseAir>
    <Ambulance>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="2">ambulance</Vehicle>
                    <Vehicle>ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="2">ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="2">ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </Ambulance>
</BackupUnits>

 

 

If you have the Sheriffs of Blaine addon installed, I would highly recommend to use the backup.xml file included with RDE itself. If you do not have the addon, or don't want to use the provided xml, change 

                    <Ped RandomizeProps="False">s_m_y_sheriff_01</Ped>

<Ped RandomizeProps="False">s_m_y_sheriff_01</Ped>

into

<Ped comp_accessories="2">s_m_y_sheriff_01</Ped>

Do the same thing to the LSPD cops for them to use their vest if they don't work either.

 

Alternatively, I can send you a version set up for RDE, with or without the Sheriffs of Blaine addon depending on if you've got it installed or not.

TrooperA1868

Members

Image result for lasd VEST

 

 

The back of the vest should be gold/yellow not black

NefariousBonne

Members Author

23 minutes ago, iGoDPrince said:

Image result for lasd VEST

 

 

The back of the vest should be gold/yellow not black

Yard was the one who did them; however both designs appear to be used; examples of the black style:Dionne_PierceClosure_18-1024x682.jpgCnN0khCWgAER5LC.jpg.2bab612c2f696b2fa6b674cde83f9a8d.jpg

APD657

Members

MAYBE SOME BDU PANTS?

TheMadness791

Members

When wearing short sleeved shirt, both hands have darker skin when it's raining.

Create an account or sign in to comment

Latest Mods

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.