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.

Game Crash when calling for backup!

Featured Replies

I recently edited my backup file so more highway patrol cars would respond instead of motorcycles. When I call for state backup lspdfr crashes. 

 

Here is the backup.xml

What did I do wrong?

 



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


Original file by G17 Media, edited for RDE compatibility by SuperStumpje
-->


<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>police</Vehicle>
                    <Vehicle>police3</Vehicle>
                    <Vehicle>police</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="40">s_m_y_cop_01</Ped>  <!-- Chances must add up to 100 -->
                    <Ped chance="20" comp_accessories="2">s_m_y_cop_01</Ped>
                    <Ped chance="30">s_f_y_cop_01</Ped>
                    <Ped chance="10" comp_accessories="1">s_f_y_cop_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />  <!-- Number of peds that will respond (minimum and maximum) -->
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>lssheriff</Vehicle>
                    <Vehicle>lssheriff2</Vehicle>
                    <Vehicle>lssheriff3</Vehicle>
                    <Vehicle>lssheriff3</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="40">s_m_y_lssheriff_01</Ped>
                    <Ped chance="20" comp_accessories="2">s_m_y_lssheriff_01</Ped>
                    <Ped chance="30">s_f_y_lssheriff_01</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_lssheriff_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                    <Vehicle>sheriff2</Vehicle>
                    <Vehicle>sheriff</Vehicle>
                    <Vehicle>sheriff2</Vehicle>
                    <Vehicle>sheriff</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="40">s_m_y_sheriff_01</Ped>
                    <Ped chance="20" comp_tasks="2">s_m_y_sheriff_01</Ped>
                    <Ped chance="30">s_f_y_sheriff_01</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="2" 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="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </LocalPatrol>
    <StatePatrol>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar1</Vehicle>
                    <Vehicle>hwaycar2</Vehicle>
                    <Vehicle>hwaycar3</Vehicle>
                    <Vehicle>hwaycar4</Vehicle>
                    <Vehicle>hwaycar5</Vehicle>
                    <Vehicle>hwaycar6</Vehicle>
                    <Vehicle>hwaycar8</Vehicle>
                    <Vehicle>hwaycar9</Vehicle>
                    <Vehicle>hwaycar10</Vehicle>
                    <Vehicle>hwaycar11</Vehicle>
                    <Vehicle>hwaycar12</Vehicle>
                    <Vehicle>hwaycar13</Vehicle>
                    <Vehicle>hwaycar14</Vehicle>
                    <Vehicle>hwaycar15</Vehicle>
                    <Vehicle>hwaycar16</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25">s_f_y_hwaycop_02</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_hwaycop_02</Ped>
                    <Ped chance="45">s_m_y_hwaycop_02</Ped>
                    <Ped chance="20" comp_accessories="1">s_m_y_hwaycop_02</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar7</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="10" comp_accessories="2" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="45" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                    <Ped chance="25" comp_accessories="1" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar1</Vehicle>
                    <Vehicle>hwaycar2</Vehicle>
                    <Vehicle>hwaycar3</Vehicle>
                    <Vehicle>hwaycar4</Vehicle>
                    <Vehicle>hwaycar5</Vehicle>
                    <Vehicle>hwaycar6</Vehicle>
                    <Vehicle>hwaycar8</Vehicle>
                    <Vehicle>hwaycar9</Vehicle>
                    <Vehicle>hwaycar10</Vehicle>
                    <Vehicle>hwaycar11</Vehicle>
                    <Vehicle>hwaycar12</Vehicle>
                    <Vehicle>hwaycar13</Vehicle>
                    <Vehicle>hwaycar14</Vehicle>
                    <Vehicle>hwaycar15</Vehicle>
                    <Vehicle>hwaycar16</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25">s_f_y_hwaycop_02</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_hwaycop_02</Ped>
                    <Ped chance="45">s_m_y_hwaycop_02</Ped>
                    <Ped chance="20" comp_accessories="1">s_m_y_hwaycop_02</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar7</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="10" comp_accessories="2" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="45" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                    <Ped chance="20" comp_accessories="1" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar1</Vehicle>
                    <Vehicle>hwaycar2</Vehicle>
                    <Vehicle>hwaycar3</Vehicle>
                    <Vehicle>hwaycar4</Vehicle>
                    <Vehicle>hwaycar5</Vehicle>
                    <Vehicle>hwaycar6</Vehicle>
                    <Vehicle>hwaycar8</Vehicle>
                    <Vehicle>hwaycar9</Vehicle>
                    <Vehicle>hwaycar10</Vehicle>
                    <Vehicle>hwaycar11</Vehicle>
                    <Vehicle>hwaycar12</Vehicle>
                    <Vehicle>hwaycar13</Vehicle>
                    <Vehicle>hwaycar14</Vehicle>
                    <Vehicle>hwaycar15</Vehicle>
                    <Vehicle>hwaycar16</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25">s_f_y_hwaycop_02</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_hwaycop_02</Ped>
                    <Ped chance="45">s_m_y_hwaycop_02</Ped>
                    <Ped chance="20" comp_accessories="1">s_m_y_hwaycop_02</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar7</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="10" comp_accessories="2" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="45" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                    <Ped chance="20" comp_accessories="1" 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="1" />
            </VehicleSet>
        </NorthYankton>
    </StatePatrol>
    <LocalSWAT>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>police1</Vehicle>
                    <Vehicle>police2</Vehicle>
                    <Vehicle>police3</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                    <Vehicle>sheriffinsurgent</Vehicle>
                    <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_lsseb_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                    <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_seb_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>nooseriot</Vehicle>
                    <Vehicle>nooseinsurgent</Vehicle>
                    <Vehicle>nooset</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>nooseriot</Vehicle>
                    <Vehicle>nooseinsurgent</Vehicle>
                    <Vehicle>nooset</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>nooseriot</Vehicle>
                    <Vehicle>nooseinsurgent</Vehicle>
                    <Vehicle>nooset</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>nooseriot</Vehicle>
                    <Vehicle>nooseinsurgent</Vehicle>
                    <Vehicle>nooset</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </NorthYankton>
    </NooseSWAT>
    <LocalAir>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_y_pilot_01</Ped>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_m_pilot_02</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>lssheriffmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_y_pilot_01</Ped>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_m_pilot_02</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriffmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_y_pilot_01</Ped>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_m_pilot_02</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_y_pilot_01</Ped>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_m_pilot_02</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </LocalAir>
    <NooseAir>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="no">nooseannihilator</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="6" max="6" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="no">nooseannihilator</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="6" max="6" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="no">nooseannihilator</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="6" max="6" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="no">nooseannihilator</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="6" max="6" />
            </VehicleSet>
        </NorthYankton>
    </NooseAir>
    <Ambulance>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="0">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="1">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 livery="4">ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </Ambulance>
</BackupUnits>

Edited by Giordano

6 hours ago, Doch1112 said:

I recently edited my backup file so more highway patrol cars would respond instead of motorcycles. When I call for state backup lspdfr crashes. 

 

Here is the backup.xml

What did I do wrong?

 

 

  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>


Original file by G17 Media, edited for RDE compatibility by SuperStumpje
-->


<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>police</Vehicle>
                    <Vehicle>police3</Vehicle>
                    <Vehicle>police</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="40">s_m_y_cop_01</Ped>  <!-- Chances must add up to 100 -->
                    <Ped chance="20" comp_accessories="2">s_m_y_cop_01</Ped>
                    <Ped chance="30">s_f_y_cop_01</Ped>
                    <Ped chance="10" comp_accessories="1">s_f_y_cop_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />  <!-- Number of peds that will respond (minimum and maximum) -->
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>lssheriff</Vehicle>
                    <Vehicle>lssheriff2</Vehicle>
                    <Vehicle>lssheriff3</Vehicle>
                    <Vehicle>lssheriff3</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="40">s_m_y_lssheriff_01</Ped>
                    <Ped chance="20" comp_accessories="2">s_m_y_lssheriff_01</Ped>
                    <Ped chance="30">s_f_y_lssheriff_01</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_lssheriff_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                    <Vehicle>sheriff2</Vehicle>
                    <Vehicle>sheriff</Vehicle>
                    <Vehicle>sheriff2</Vehicle>
                    <Vehicle>sheriff</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="40">s_m_y_sheriff_01</Ped>
                    <Ped chance="20" comp_tasks="2">s_m_y_sheriff_01</Ped>
                    <Ped chance="30">s_f_y_sheriff_01</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_sheriff_01</Ped>
                </Peds>
                <NumPeds min="2" 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="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </LocalPatrol>
    <StatePatrol>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar1</Vehicle>
                    <Vehicle>hwaycar2</Vehicle>
                    <Vehicle>hwaycar3</Vehicle>
                    <Vehicle>hwaycar4</Vehicle>
                    <Vehicle>hwaycar5</Vehicle>
                    <Vehicle>hwaycar6</Vehicle>
                    <Vehicle>hwaycar8</Vehicle>
                    <Vehicle>hwaycar9</Vehicle>
                    <Vehicle>hwaycar10</Vehicle>
                    <Vehicle>hwaycar11</Vehicle>
                    <Vehicle>hwaycar12</Vehicle>
                    <Vehicle>hwaycar13</Vehicle>
                    <Vehicle>hwaycar14</Vehicle>
                    <Vehicle>hwaycar15</Vehicle>
                    <Vehicle>hwaycar16</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25">s_f_y_hwaycop_02</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_hwaycop_02</Ped>
                    <Ped chance="45">s_m_y_hwaycop_02</Ped>
                    <Ped chance="20" comp_accessories="1">s_m_y_hwaycop_02</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar7</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="10" comp_accessories="2" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="45" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                    <Ped chance="25" comp_accessories="1" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar1</Vehicle>
                    <Vehicle>hwaycar2</Vehicle>
                    <Vehicle>hwaycar3</Vehicle>
                    <Vehicle>hwaycar4</Vehicle>
                    <Vehicle>hwaycar5</Vehicle>
                    <Vehicle>hwaycar6</Vehicle>
                    <Vehicle>hwaycar8</Vehicle>
                    <Vehicle>hwaycar9</Vehicle>
                    <Vehicle>hwaycar10</Vehicle>
                    <Vehicle>hwaycar11</Vehicle>
                    <Vehicle>hwaycar12</Vehicle>
                    <Vehicle>hwaycar13</Vehicle>
                    <Vehicle>hwaycar14</Vehicle>
                    <Vehicle>hwaycar15</Vehicle>
                    <Vehicle>hwaycar16</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25">s_f_y_hwaycop_02</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_hwaycop_02</Ped>
                    <Ped chance="45">s_m_y_hwaycop_02</Ped>
                    <Ped chance="20" comp_accessories="1">s_m_y_hwaycop_02</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar7</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="10" comp_accessories="2" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="45" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                    <Ped chance="20" comp_accessories="1" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar1</Vehicle>
                    <Vehicle>hwaycar2</Vehicle>
                    <Vehicle>hwaycar3</Vehicle>
                    <Vehicle>hwaycar4</Vehicle>
                    <Vehicle>hwaycar5</Vehicle>
                    <Vehicle>hwaycar6</Vehicle>
                    <Vehicle>hwaycar8</Vehicle>
                    <Vehicle>hwaycar9</Vehicle>
                    <Vehicle>hwaycar10</Vehicle>
                    <Vehicle>hwaycar11</Vehicle>
                    <Vehicle>hwaycar12</Vehicle>
                    <Vehicle>hwaycar13</Vehicle>
                    <Vehicle>hwaycar14</Vehicle>
                    <Vehicle>hwaycar15</Vehicle>
                    <Vehicle>hwaycar16</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25">s_f_y_hwaycop_02</Ped>
                    <Ped chance="10" comp_accessories="2">s_f_y_hwaycop_02</Ped>
                    <Ped chance="45">s_m_y_hwaycop_02</Ped>
                    <Ped chance="20" comp_accessories="1">s_m_y_hwaycop_02</Ped>
                </Peds>
                <NumPeds min="1" max="1" />
            </VehicleSet>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>hwaycar7</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped chance="25" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="10" comp_accessories="2" helmet="True">s_f_y_hwaycop_01</Ped>
                    <Ped chance="45" prop_head="0" helmet="True">s_m_y_hwaycop_01</Ped>
                    <Ped chance="20" comp_accessories="1" 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="1" />
            </VehicleSet>
        </NorthYankton>
    </StatePatrol>
    <LocalSWAT>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>police1</Vehicle>
                    <Vehicle>police2</Vehicle>
                    <Vehicle>police3</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_swat_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                    <Vehicle>sheriffinsurgent</Vehicle>
                    <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_lsseb_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriff</Vehicle>
                    <Vehicle>sheriff2</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_seb_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>nooseriot</Vehicle>
                    <Vehicle>nooseinsurgent</Vehicle>
                    <Vehicle>nooset</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>nooseriot</Vehicle>
                    <Vehicle>nooseinsurgent</Vehicle>
                    <Vehicle>nooset</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>nooseriot</Vehicle>
                    <Vehicle>nooseinsurgent</Vehicle>
                    <Vehicle>nooset</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>nooseriot</Vehicle>
                    <Vehicle>nooseinsurgent</Vehicle>
                    <Vehicle>nooset</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped>s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="4" max="4" />
            </VehicleSet>
        </NorthYankton>
    </NooseSWAT>
    <LocalAir>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_y_pilot_01</Ped>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_m_pilot_02</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>lssheriffmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_y_pilot_01</Ped>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_m_pilot_02</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>sheriffmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_y_pilot_01</Ped>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_m_pilot_02</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle>polmav</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_y_pilot_01</Ped>
                    <Ped comp_tasks="1" prop_head="0" helmet="True">s_m_m_pilot_02</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </LocalAir>
    <NooseAir>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="no">nooseannihilator</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="6" max="6" />
            </VehicleSet>
        </LosSantosCity>
        <LosSantosCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="no">nooseannihilator</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="6" max="6" />
            </VehicleSet>
        </LosSantosCounty>
        <BlaineCounty>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="no">nooseannihilator</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="6" max="6" />
            </VehicleSet>
        </BlaineCounty>
        <NorthYankton>
            <VehicleSet>
                <Vehicles>
                    <Vehicle IsArmed="no">nooseannihilator</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped prop_head="0">s_m_y_noose_01</Ped>
                </Peds>
                <NumPeds min="6" max="6" />
            </VehicleSet>
        </NorthYankton>
    </NooseAir>
    <Ambulance>
        <LosSantosCity>
            <VehicleSet>
                <Vehicles>
                    <Vehicle livery="0">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="1">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 livery="4">ambulance</Vehicle>
                </Vehicles>
                <Peds>
                    <Ped RandomizeProps="True">s_m_m_paramedic_01</Ped>
                </Peds>
                <NumPeds min="2" max="2" />
            </VehicleSet>
        </NorthYankton>
    </Ambulance>
</BackupUnits>
 

 

 

 

For convenience, please attach the actual backup.xml document, don't post it.

I need donations to help fund my food addiction. DM for details 😂

25 minutes ago, Doch1112 said:

Sorry about that.

backup.xml

 

Admittingly, I did not spend thirty minutes or more trying to pick over every little detail of your XML, but from what I saw, I can't immediately see an issue.  However, because it's full on CTD'ing, there is a pretty big issue.  I advise going back to look at what you most recently edited in the backup.xml.  If all else fails, you can try getting a new backup.xml.

I need donations to help fund my food addiction. DM for details 😂

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.