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 issue

Featured Replies

I get into a pursuit, I request 2 local units. I drive on more and the patrol units are in the middle of the road with their lights and sirens on. It is like they have a hand break on or something.

I respond to a stolen police vehicle call, I get there and the stolen police vehicle cant move. Again, like it has a handbrake or something.

Please help me!

Request backup.png

1 hour ago, Lewispryor1 said:

I get into a pursuit, I request 2 local units. I drive on more and the patrol units are in the middle of the road with their lights and sirens on. It is like they have a hand break on or something.

I respond to a stolen police vehicle call, I get there and the stolen police vehicle cant move. Again, like it has a handbrake or something.

Please help me!

Request backup.png

That's most likely caused by a callout.  What callouts are you running?  Make sure they're all up to date.

 

 

Hm.  I would recommend removing all the callouts and adding them back slowly to see which one is causing it.  You can just unload LSPDFR from Rage, add a callout pack to it, then load LSPDFR from Rage and force duty.  If you do this, can you report your findings here?

 

 

  • Author
28 minutes ago, fiskey111 said:

Hm.  I would recommend removing all the callouts and adding them back slowly to see which one is causing it.  You can just unload LSPDFR from Rage, add a callout pack to it, then load LSPDFR from Rage and force duty.  If you do this, can you report your findings here?

I did the force duty thing and only State units respond.

What call out do you think it is??

  • Author
19 hours ago, fiskey111 said:

Hm.  I would recommend removing all the callouts and adding them back slowly to see which one is causing it.  You can just unload LSPDFR from Rage, add a callout pack to it, then load LSPDFR from Rage and force duty.  If you do this, can you report your findings here?

I removed all of the plugins and forced duty. It was still the same result. 

  • Author
20 hours ago, fiskey111 said:

Hm.  I would recommend removing all the callouts and adding them back slowly to see which one is causing it.  You can just unload LSPDFR from Rage, add a callout pack to it, then load LSPDFR from Rage and force duty.  If you do this, can you report your findings here?

Here is my backup.xml 

<!--
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="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>

 

 

I need help with this. It is vital that I can get backup to me. I have tried everything you said.

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.