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.

Adding backup emergency vehicles help

Featured Replies

I am trying to use a addon ambulance in PR and the error I get when I use grammar police to request EMS is that I get an error in game. I have added addon police vehicles and they work fine. 

 

Spoiler

[10/15/2025 1:26:17 PM.210] LSPD First Response: GrammarPolice: [GrammarHandler] Result     : request E M S
[10/15/2025 1:26:17 PM.210] LSPD First Response: GrammarPolice: [GrammarHandler] Confidence : 0.7460529
[10/15/2025 1:26:17 PM.210] LSPD First Response: GrammarPolice: [GrammarHandler] Action     : ems
[10/15/2025 1:26:17 PM.210] LSPD First Response: GrammarPolice: [GrammarHandler] -------------------------------------------------------------------
[10/15/2025 1:26:17 PM.210] LSPD First Response: GrammarPolice: [GrammarHandler] Handling action: ems
[10/15/2025 1:26:17 PM.229] LSPD First Response: GrammarPolice: [GrammarHandler] HoldToTalk is enabled, waiting for PTT release
[10/15/2025 1:26:17 PM.229] LSPD First Response: GrammarPolice: [GrammarHandler] sleeping for 1400 ms before executing action
[10/15/2025 1:26:18 PM.630] LSPD First Response: GrammarPolice: [Events] firing action event, action = ems
[10/15/2025 1:26:18 PM.630] LSPD First Response: GrammarPolice: [DispatchHandler] received action: ems, invoking ActionHandler
[10/15/2025 1:26:18 PM.630] LSPD First Response: GrammarPolice: [ActionHandler] invoking action: ems
[10/15/2025 1:26:18 PM.631] LSPD First Response: GrammarPolice: [DispatchHandler] adding to dispatcher queue
[10/15/2025 1:26:18 PM.665] LSPD First Response: GrammarPolice: [PolicingRedefined] calling policing redefined for unit: Ambulance code: Code3
[10/15/2025 1:26:18 PM.684] [10/15/2025 1:26:18 PM.684] Policing Redefined: [DEBUG] DispatchController: Creating unit to reach position [X:1859.632 Y:3676.99 Z:33.65298].
[10/15/2025 1:26:18 PM.706] [10/15/2025 1:26:18 PM.706] Policing Redefined: [DEBUG] Dispatch audio played: PR_UnitEMS PR_RespondingCodeThree
[10/15/2025 1:26:19 PM.117] [10/15/2025 1:26:19 PM.117] Policing Redefined: [DEBUG] SpawnHelper: Found vehicle spawn point at X:1859.632 Y:3676.99 Z:33.65298.
[10/15/2025 1:26:19 PM.127] [10/15/2025 1:26:19 PM.127] Policing Redefined: [ERROR - DispatchController.cs: DispatchEMSToPosition] System.InvalidOperationException: Nullable object must have a value.
[10/15/2025 1:26:19 PM.127]    at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
[10/15/2025 1:26:19 PM.127]    at PolicingRedefined.Backup.Customization.Models.BackupVehicleDivision.SpawnUnitVariation(Vector3 position, Location& spawnLocation, Vehicle& vehicle, List`1& peds, Boolean useAroundPos, Boolean spawnK9, Int32 forcePax) in C:\Users\Marcel\RiderProjects\PolicingRedefined\PolicingRedefined\Backup\Customization\Models\BackupVehicleDivision.cs:line 198
[10/15/2025 1:26:19 PM.127]    at PolicingRedefined.Backup.Entities.BackupUnits.EMSUnit.SpawnUnit(Vector3 aroundPosition) in C:\Users\Marcel\RiderProjects\PolicingRedefined\PolicingRedefined\Backup\Entities\BackupUnits\EMSUnit.cs:line 243
[10/15/2025 1:26:19 PM.127]    at PolicingRedefined.Backup.Entities.BackupUnits.EMSUnit..ctor(Vector3 position, String ambulanceType) in C:\Users\Marcel\RiderProjects\PolicingRedefined\PolicingRedefined\Backup\Entities\BackupUnits\EMSUnit.cs:line 48
[10/15/2025 1:26:19 PM.127]    at PolicingRedefined.Backup.Modules.Dispatch.DispatchController.<>c__DisplayClass21_0.<DispatchEMSToPosition>b__0() in C:\Users\Marcel\RiderProjects\PolicingRedefined\PolicingRedefined\Backup\Modules\Dispatch\DispatchController.cs:line 412

 

Then the default regions xml-

Spoiler

<Ambulance>
    <LosSantosCity>
      <VehicleDivision spawn_distance="250" chance="100">
        <Peds>
          <Ped chance="100">S_M_M_PARAMEDIC_01</Ped>
        </Peds>
        <Vehicles>
          <Vehicle pax="1" pax_chance="100" livery="1" chance="100">ambo31</Vehicle>
        </Vehicles>
        <LongGuns />
        <HandGuns />
        <NonLethals />
      </VehicleDivision>
    </LosSantosCity>
    <LosSantosCounty>
      <VehicleDivision spawn_distance="250" chance="100">
        <Peds>
          <Ped chance="100">S_M_M_PARAMEDIC_01</Ped>
        </Peds>
        <Vehicles>
          <Vehicle pax="1" pax_chance="100" livery="1" chance="100">ambo31</Vehicle>
        </Vehicles>
        <LongGuns />
        <HandGuns />
        <NonLethals />
      </VehicleDivision>
    </LosSantosCounty>
    <BlaineCounty>
      <VehicleDivision spawn_distance="250" chance="100">
        <Peds>
          <Ped chance="100">S_M_M_PARAMEDIC_01</Ped>
        </Peds>
        <Vehicles>
          <Vehicle pax="1" pax_chance="100" livery="1" chance="100">ambo31</Vehicle>
        </Vehicles>

 

 

This is a support topic.
Only reply here to offer help or assistance to DJJ3ff. 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.