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.
The latest updated version of RAGE Plugin Hook, required to play LSPDFR, can be found inside the LSPDFR download. It is not currently available on the RAGE Plugin Hook website.

Backup lspdfr not working

Featured Replies

Whenever I call backup they don't respond, they just don't come to my position. I'm using the lspdfr backup system. XML below:

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>sheriff</Vehicle>
                                        <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Peds prop_head="1">s_m_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                                        <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Peds prop_head="1">s_m_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                                        <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Peds prop_head="1">s_m_y_sheriff_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>riot</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0" helmet="True">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>riot</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0" helmet="True">s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>riot</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0" helmet="True">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="1" comp_decals="0" 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>

 

 

 

You have spaces near the sheriff wrappers. I maybe missed something but if you're backup XML has any foreign code in there it won't work. Transfer a complete copy of a backup.xml file from a fresh install of LSPDFR or just go back through and make sure that the <wrappers> are completely closed, and delete all spaces which you do have.

PjE8h.jpg

 

Recently Browsing 0

  • No registered users viewing this page.

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.