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.

LSPDFR+ EUP Fire Truck/Firefighter

Featured Replies

Hi all,

 

Is there anyway to call for a fire truck through LSPDFR backup menu? I am using EUP as well and do not see any agency in either the default LSPDFR agency config or EUP config. I added firetruck to the medical agencies in LSPDFR + EUP custom agency configs but firetrucks or firefighters never show. I was using better ems for a while but I am trying to cut down how many external plugins in favor of native LSPDFR functions.

 

  • 2 years later...
On 7/31/2019 at 9:52 PM, XTREMEHEAT said:

Hi all,

 

Is there anyway to call for a fire truck through LSPDFR backup menu? I am using EUP as well and do not see any agency in either the default LSPDFR agency config or EUP config. I added firetruck to the medical agencies in LSPDFR + EUP custom agency configs but firetrucks or firefighters never show. I was using better ems for a while but I am trying to cut down how many external plugins in favor of native LSPDFR functions.

 

Where can I find the fire truck on the agency configs?

  • Author
19 hours ago, SuperMD2018 said:

Under LSFD it only has the ambulance files but not the fire truck. Any suggestions? 

Can you tell me which file you're looking at and which directory its under? (I'm assuming you're using EUP custom configurations...)

5 hours ago, XTREMEHEAT said:

Can you tell me which file you're looking at and which directory its under? (I'm assuming you're using EUP custom configurations...)

I'm looking at the Data folder then under Agency located in the LSPDFR folder. 

  • Author
18 hours ago, SuperMD2018 said:

I'm looking at the Data folder then under Agency located in the LSPDFR folder. 

Can you check if you have an entry labelled "lsfd_fire"? A simple Ctrl+F search should do. If there isn't, that would mean the default LSPDFR doesn't have it and you would probably need to use EUP for it.

7 hours ago, XTREMEHEAT said:

Can you check if you have an entry labelled "lsfd_fire"? A simple Ctrl+F search should do. If there isn't, that would mean the default LSPDFR doesn't have it and you would probably need to use EUP for it.

How do I use EUP for it?

4 minutes ago, SuperMD2018 said:

How do I use EUP for it?

This is what I found but there is no fire truck.

 

Spoiler

Agencies>
    <Agency>
        <Name>Los Santos Fire Department</Name>
        <ShortName>LSFD</ShortName>
        <ScriptName>lsfd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="1">ambulance</Vehicle>
                                <Vehicle>EMT1</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="lsfd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="lsfd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>Los Santos County Fire Department</Name>
        <ShortName>LSCoFD</ShortName>
        <ScriptName>lscofd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="2">ambulance</Vehicle>                                
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="lscofd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="lscofd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>Blaine County Fire Department</Name>
        <ShortName>BCFD</ShortName>
        <ScriptName>bcfd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="3">ambulance</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="bcfd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="bcfd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>San Andreas Medical Services</Name>
        <ShortName>SAMS</ShortName>
        <ScriptName>sams</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="6">ambulance</Vehicle>
                                <Vehicle>EMT1</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="sams_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="sams_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
</Agencies>

 

  • Author
20 hours ago, SuperMD2018 said:

How do I use EUP for it?

This is what I found but there is no fire truck.

 

  Hide contents

Agencies>
    <Agency>
        <Name>Los Santos Fire Department</Name>
        <ShortName>LSFD</ShortName>
        <ScriptName>lsfd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="1">ambulance</Vehicle>
                                <Vehicle>EMT1</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="lsfd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="lsfd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>Los Santos County Fire Department</Name>
        <ShortName>LSCoFD</ShortName>
        <ScriptName>lscofd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="2">ambulance</Vehicle>                                
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="lscofd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="lscofd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>Blaine County Fire Department</Name>
        <ShortName>BCFD</ShortName>
        <ScriptName>bcfd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="3">ambulance</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="bcfd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="bcfd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>San Andreas Medical Services</Name>
        <ShortName>SAMS</ShortName>
        <ScriptName>sams</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="6">ambulance</Vehicle>
                                <Vehicle>EMT1</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="sams_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="sams_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
</Agencies>

 

You would need to download the following mods to enable the firetruck. They have the proper configurations by default to enable what you are looking for. The stock LSPDFR agency configs do not have them as I recall.

 

 

 

 

 

 

 

 

On 8/7/2021 at 1:49 AM, SuperMD2018 said:

How do I use EUP for it?

This is what I found but there is no fire truck.

 

  Reveal hidden contents

Agencies>
    <Agency>
        <Name>Los Santos Fire Department</Name>
        <ShortName>LSFD</ShortName>
        <ScriptName>lsfd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="1">ambulance</Vehicle>
                                <Vehicle>EMT1</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="lsfd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="lsfd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>Los Santos County Fire Department</Name>
        <ShortName>LSCoFD</ShortName>
        <ScriptName>lscofd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="2">ambulance</Vehicle>                                
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="lscofd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="lscofd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>Blaine County Fire Department</Name>
        <ShortName>BCFD</ShortName>
        <ScriptName>bcfd</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="3">ambulance</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="bcfd_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="bcfd_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
    <Agency>
        <Name>San Andreas Medical Services</Name>
        <ShortName>SAMS</ShortName>
        <ScriptName>sams</ScriptName>
        <Loadout>
            <Name>Ambulance</Name>
            <Vehicles>
                <Vehicle livery="6">ambulance</Vehicle>
                                <Vehicle>EMT1</Vehicle>
            </Vehicles>
            <Peds>
                <Ped chance="60" outfit="sams_emt">mp_m_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
                <Ped chance="40" outfit="sams_emt">mp_f_freemode_01</Ped> <!-- EMT/Paramedic outfit (Any Variation) -->
            </Peds>
            <NumPeds min="2" max="2" />
            <Flags>
                <Flag>RespondsAsBackup</Flag>    <!-- Makes the unit eligible to be called as either Code 2, Code 3 or Pursuit backup. -->
            </Flags>
        </Loadout>
    </Agency>
</Agencies>

 

Thank you this really helps!

This is a support topic.
Only reply here to offer help or assistance to XTREMEHEAT. Off-topic or "me too" replies will be removed.

Need support yourself? Make a new topic instead.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.