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.

XScanner v3.23.44.3460

(51 reviews)

1 Screenshot

XScanner is an LSPDFR Scanner replacement/addon.

 

Features:

 

  • Full XAudio2 support.
  • Multiple output device support, play background scanner on one device and police scanner on another.
  • Multiple audio emitters to choose from; player, player vehicle, police vehicles.
  • Customizable distortion effects for the police scanner.
  • LSPDFR relay.
  • Broadcast quick selection.
  • Broadcast presets; Top50, Newest Streams, Official Streams, Manual stream input, search for streams.
  • Supports all known audio formats, and then some.
  • Police Scanner playback (frontend and 3d).
  • Background Scanner playback (frontend and 3d) (local files or stream).
  • Preferred audio folder; for dispatch replacements.
  • Audio redirects; for dispatch replacements.
  • The prettiest animated menu around with theming support.

     

There is the possibility of editing the ini manually, but I do not recommend it due to the complexity of this plugin.
Everything can be changed through the menu (default: F8)
If you already have something bound to F8 you can either:

 

  • change the menu key through the consolecommand
    SetXScannerMenuKey
  • manually open the menu through the consolecommand and change the menu key from within the menu.
    OpenXScannerMenu

 

 

Installation: Place files from the "Grand Theft Auto V" folder into your game installation folder.

 

 

 

⚠️  Known Issues ⚠️ 
None



 

 

 

 

⚠️ DISCLAIMER ⚠️

Not providing support in the comments anymore.

Support can be found on my Discord or on the ULSS Discord.

 

 

 

 

 

Could contain: text, screenshot, graphic design, poster, graphics, art, font

 

 

Edited by khorio
change description

What's New in Version v3.23.44.3460

Released

Fix:

  • updated hook scanner
  • fixed streams 403-ing due to changes on broadcastify's end and showing up as down.
  • fixed landmarks not properly being used


Changes:

  • Folders under GTAV\LSPDFR\SCANNER are no longer selectable as the Preferred Audio Folder from the menu,
    as this folder is generally a bigger mess than your grandmothers random trash drawer.
    Use folders in GTAV\PLUGINS\LSPDFR\XSCANNER\Audio instead, which will still show up in the menu.
    You can still set the folder to GTAV\LSPDFR\SCANNER itself however.
    This will NOT break any dispatch replacements.
  • changed normalization divider to 32768 instead of 32767

 

Add:

  • Added "Vinegar Enjoyer" flag to Settings->Global Flags to disable holiday effects
  • Added aborts and criticals to ScannerAPIFlags
  • Added critical scannerblocks
 

 

 

Spoiler

v3.2.359.3421

Additions

  • Added HUD (off by default, Menu->Extras->HUD, HUD can be moved/scaled while the menu is open, hover your mouse over it for instructions.)

Fixes

 

  • Updated hooks for LSPDFR v0.49.9110.3411
  • Updated RNUI
  • Removed support for older versions.
  • Fixed a bug which would lock up the local background playback after playing a few files due to the stream not being fully consumed by the voice
  • Fixed a bug which would cause manual stream id input to bug out after an invalid input/cancellation
  • Removed strictness of XCHATTR file loading
  • Fixed missing scannerblock status updates
  • Added fading
  • Reduced playback latency
  • Added global watch to stop audio pause from triggering stalled playback
  • Various fixes I forgot to write down
  • Changed AudioRedirects to allow multiple files, now in the config/Redirects folder

 

 

 

v3.2.316.3079

Additions

  • Added controller support for keybinds
  • Added internal squelch sounds to intro\outro options
  • Updated Common to v2.5.316.517
  • Added missing hint for PoliceScannerMenu::Preferred Audio Path
  • Probably more stuff I forgot
     

Fixes

  • Menu fixes for PreferredAudioFolder and Intro\Outro not working properly
  • Changing keybinds would destroy the eventhandlers until reload
  • Several API fixes
  • Fixed background buffering overflow
  • Removed silentbuffer spamming log
  • Sound not pausing\muting on window focus\game pause
  • stream updates firing too regularly
  • *K1895 Near\Over\On not working properly due to a distancesqr check always returning 0
     

Boring Stuff

  • Added new listeners to each engine increasing the channels to 2*64
  • More additions to the debug menu
  • Voices not being properly released from the xaudio2 graph

 

v3.1.312.2973

  • Bugfix *K1892: VoiceManager throwing an error on Voice::Destroy
  • Bugfix *K1893: IniManager::Purge throwing a possible error
  • Common update v2.5.312.450

v3.0.311.2962

Additions

  • Added missing keybind implementation (background +/-/mute) (policescanner +/-/mute)
  • Added keybinds menu (no messing with ini, just do it in here) (for all that's holy don't touch the ini)
  • Added GlobalFlags to the settings menu
    - Disable Normalization (normalization got rewritten so it might not cause you issues anymore, see fixes below)
    - Disable volume keybinds
  • Lowered volume step for better finetuning of the volume
  • Added BackgroundScanner:UseDucking Flag
    when During Pursuit/Callout is enabled you can set a volume ducking percentage instead of it going full mute whenever the PoliceScanner is active.
  • Added bottom slider for the PoliceScanner:EnableEffects flag
  • Added volume control for the PoliceScanner:WhiteNoise flag 
  • Increased stream buffer throughput (should be quite a bit faster now)

 

Fixes

  • Fixed playback trying to start before load finished
  • Fixed stream merge acting up resulting in the policescanner shitting itself on rare occasions
  • Fixed menu visualization to only act on the stream output, instead of the device output
  • Fixed menu visualization to use RMS values instead of peak
  • Rewrote custom normalization implement using DMO
  • Fixed a few values not saving from the menu (spamthreshold, emitterfallback)
  • Fixed a bunch of debuglogging
  • Fixed voices not properly destroying after usage
  • Fixed menu status changes not triggering properly
  • Generic API fixes


Boring stuff

  • Added audio header detection
  • Added Settings.DebugInfo menu (for nerds)
  • Updated Common to v2.5.308.447
     

v3.0.308.2625

Additions

  • Added missing spam threshold implementation
  • Added SkipAds flag for the backgroundscanner streaming option
  • Added ChannelMapping (Beta) to the Settings menu to remap sound playback to surround. (Optional, off by default, results may vary)

 

Boring stuff

  • Fixed hotswapping of modes
  • Fixed engine restarts getting stuck due to bad token cancellation
  • More aggressive cleanup of voices
  • Fixed assert for XAudio2 listener overflow
  • Removed consecutive duplicates from LSPDFR internal relays (double intro\outro)
  • Removed duplicate calls from LSPDFR internal relays
  • Rewrote the SoundEffects API to be more robust and less shit.


v3.0.305.2414

  • Added wrapper to log more coherent exceptions
  • Added PoliceScanner Flag to toggle the whitenoise
  • Added missing import of external chatter
  • Added BackgroundScanner Flag to disable the builtin chatter
    will require external chatter for the local chatter to still function (files starting with "xchattr_"))
  • Small fix to not query the cachemanager before it finished loading
  • Fixed an event not being raised
     

v3.0.305.2401

  • Fixed potential crash in the menu
  • Fixed COM exception
  • Fixed spatial audio for the background emitter
  • Fixed LPF filter
  • Fixed invalid MP3 bytes error (please stop using mp3 files, they're garbage)
  • Fixed failed searches still getting queued in the police scanner
  • Fixed AudioRedirects example file

 

  • Added CurveDistanceScalerMulti (available in the settings menu) to increase the spatial distance for 3d playback
  • Added Only In Vehicle flag for the backgroundscanner (available as a flag in the backgroundscanner menu) to fully mute the sound when not in vehicle (when the emitter is set to a vehicle)



v3.0.303.2266

  • Fixed an issue with invalid audiodevices throwing a com error and crashing the game (thx deejaymaxx, nemesisx101, blackagent, for testing)
  • Fixed a possible crash due to missing folders
  • Fixed handling of broken audio files

 


Short Description

Now with Broadcastify support

User Feedback

Recommended Comments

Pavy

Members

7 minutes ago, Kucho said:

I'm not gonna make a bad review cause my issue is changeable but I'll sure leave a comment on it: 

 

But let's start at the beginning: 

 

Well, I saw this plugin and the amazingly good idea behind it, so I was like, well, a bit of police chatter would be good and went for installing it. 

I  started up the game and almost instantly, the FPS dropped down to 30-40 whereas I usually play this game on sweet 50-60 FPS. Idk what the exact issue behind it is (too much loose code/code trash in the files; conflicts with other essential plugins; complexity) but I really hope you will be able to fix its ressource consumption. Other than that the plugin is amazing but I'm absolutely unable to play with it atm. Please fix this issue to make this plugin a unique addon to my and other people's game! Cause from what I could experience it was a plugin with a superior sound quality AND an enormous potential! 

 

Greetings, Kucho 😄 

I'm curious do you really play lspdfr on 60fps?

OutCast

Members

58 minutes ago, khorio said:

If MoreRadioChatter just calls the LSPDFR API it should work just fine.

 

The background chatter volume is fixed, mainly because it is truly playing in 3d space from the vehicle, not just adjusting volume in relation to the distance,

the volume control only applies to actual calls to the police scanner (callouts, etc).

 

And no, XScanner was made because the default scanner was seriously lacking in function for what roadblocks needs,

so there will be no version that does not require XScanner.

Well what I mean is that currently inside the vehicle, it sounds too low for me, not like in the video for sure. Outside of it cant barely hear something. Maybe BackgroundScanner volume to adjust that?

Would we have an option to have BackgroundScanner on ped as well?

Last thing, How to correctly select the intro  and outro sounds?

Thanks

khorio

Members Author

(edited)

Just uploaded an update which should fix most of these issues, should be available soon after approval by staff.

21 minutes ago, OutCAst said:

Well what I mean is that currently inside the vehicle, it sounds too low for me, not like in the video for sure. Outside of it cant barely hear something. Maybe BackgroundScanner volume to adjust that?

Would we have an option to have BackgroundScanner on ped as well?

Last thing, How to correctly select the intro  and outro sounds?

Thanks

BackgroundScanner volume can now be increased from the ini on the new version, i will look into the intro and outro sounds if theres an issue with that.

I'll add an option to play the background scanner constantly from the player in the next version.

Edited by khorio

Pazzi

Members

1 hour ago, pav500 said:

I'm curious do you really play lspdfr on 60fps?

 

Playing LSPDFR on 60fps is highly possible if using old GTA V (until 1180 patch).  After that version, the performance  is started to degradate.

I'm still using old GTA V (1180) and having stable 60fps everywhere.

r.y.a.n

Members

When the background audio is playing and a call comes through does the background stop and the call audio start or does it wait for that audio clip to finish?

khorio

Members Author

1 minute ago, rmckinstry said:

When the background audio is playing and a call comes through does the background stop and the call audio start or does it wait for that audio clip to finish?

It stops as soon as a call comes in as to not interfere with any callout audio timing.

Steele1925

Members

@khorio Good God this is amazing!!! I love me some great audio mods, as it adds that little bit of extra immersion. Thank you man!!!

Kuchosaurus

Members

(edited)

7 hours ago, pav500 said:

I'm curious do you really play lspdfr on 60fps?

Yessir. As I said between 50-60 FPS but more like 57-60. my specs: I7 7700k/ GTX 1060 OC / 16gb 2100Mhz RAM. I currently have VisualV as my graphics mod and play on something around high-very high settings. Unfortunately it dropped down to 30-50 when using XScanner 

Edited by Kucho

APD657

Members

Really hope to hear some California scanner traffic, this is a really neat Idea I am going to be keeping my eyes out on this one.  

r.y.a.n

Members

11 hours ago, OutCAst said:

Having fps drop as well. Incompatible with MoreRadioChatter. Wont take my custom Intro and Outro sounds. Somehow the sound is too low even at 10 of volume.

Could you maybe release a version of Automatic Roadblocks without requiring XScanner? Thanks

Have you been able to play with this and MoreRadioChatter yet? I am curious if it works

Steele1925

Members

(edited)

I've got a quick question if you don't mind. In the sentence "to disable 3d playback and play frontend instead" what does it mean to play "frontend" exactly? I'm just not entirely sure what this setting does. Sorry for my confusion.

Edited by Steele1925

Oatmeal

Members

I'm still getting fps loss even after the latest update. I disabled background playback on npc vehicles in the ini, but still no luck. Don't know what's wrong. I did enjoy the added immersion this mods gives and hope to use it in the future. 

khorio

Members Author

(edited)

54 minutes ago, Steele1925 said:

I've got a quick question if you don't mind. In the sentence "to disable 3d playback and play frontend instead" what does it mean to play "frontend" exactly? I'm just not entirely sure what this setting does. Sorry for my confusion.

it just plays it at full volume without spatial blending as opposed to playing it in 3d space from the vehicle.

Edited by khorio

Steele1925

Members

42 minutes ago, khorio said:

it just plays it at full volume without spatial blending as opposed to playing it in 3d space from the vehicle.

Thanks bud 😉 

nikelgaming

Members

Could you attempt to make a mod that plays Signal 100 audio while in a pursuit? That would be amazing.

khorio

Members Author

2 minutes ago, nikeljr said:

Could you attempt to make a mod that plays Signal 100 audio while in a pursuit? That would be amazing.

 

As of this moment Automatic Roadblocks 2 contains 4902 audiofiles used for pursuit updates. 

Will be released soon.

APD657

Members

I have no idea what other people are doing, but I installed this and it's working fine no lag, or FPS drops. I am playing just fine i thought I would just throw this out here and let you know. Also well done on this script, i hope there is going to be more an more added to it. Brings realism to GTA V. 

Kovaschi

Members

how can I disable default audio for streets?

Pumpk1in

Members

It seems that there is micro-stutter when a new audio file is played. If you use short value for BackgroundMaxTime it's more noticeable (I'm using 15)

No way to speed up that thing ? Without using a SSD 😛 (drive not fragmented)

MDC2005VIPER

Members

ok dude ive been playing with your mod for a day and now its crashing my game everytime i get or force a callout so how do i fix that?

khorio

Members Author

14 minutes ago, MDC2005VIPER said:

ok dude ive been playing with your mod for a day and now its crashing my game everytime i get or force a callout so how do i fix that?

log?

MDC2005VIPER

Members

hold on i can send it

wait ill make a video instead

ok just hold on about 10 minutes cause ill put a video link.

[8/10/2018 8:52:58 AM.283] Started new log on 8/10/2018 8:52:58 AM.283
[8/10/2018 8:52:58 AM.284] ====================================================================================================
[8/10/2018 8:52:58 AM.278] Log path: D:\steamlibrary\steamapps\common\Grand Theft Auto V\RagePluginHook.log
[8/10/2018 8:52:58 AM.286] Log verbosity: Trivial
[8/10/2018 8:52:58 AM.287] Initializing input system
[8/10/2018 8:52:58 AM.290] Initializing game console
[8/10/2018 8:52:58 AM.297] Console key has been set to F4 (key code: 115)
[8/10/2018 8:52:58 AM.365] Initializing console variable "ConsoleScrollAmount".
[8/10/2018 8:52:58 AM.365] Type: System.Int32, Reading section: "Miscellaneous", key: ConsoleScrollAmount
[8/10/2018 8:52:58 AM.368] Read value: <null>
[8/10/2018 8:52:58 AM.370] Initializing console variable "DisableRenderVersionText".
[8/10/2018 8:52:58 AM.370] Type: System.Boolean, Reading section: "Miscellaneous", key: DisableRenderVersionText
[8/10/2018 8:52:58 AM.374] Read value: False
[8/10/2018 8:52:58 AM.376] Setting value of console variable "DisableRenderVersionText" to stored value.
[8/10/2018 8:52:58 AM.376] Initializing console variable "ConsoleKey".
[8/10/2018 8:52:58 AM.376] Type: System.Windows.Forms.Keys, Reading section: "Miscellaneous", key: ConsoleKey
[8/10/2018 8:52:58 AM.377] Read value: <null>
[8/10/2018 8:52:58 AM.377] Initializing console variable "PluginTimeoutThreshold".
[8/10/2018 8:52:58 AM.377] Type: System.Int32, Reading section: "Miscellaneous", key: PluginTimeoutThreshold
[8/10/2018 8:52:58 AM.378] Read value: 10000
[8/10/2018 8:52:58 AM.378] Setting value of console variable "PluginTimeoutThreshold" to stored value.
[8/10/2018 8:52:58 AM.378] Initializing console variable "AlwaysShowConsoleOutput".
[8/10/2018 8:52:58 AM.378] Type: System.Boolean, Reading section: "Miscellaneous", key: AlwaysShowConsoleOutput
[8/10/2018 8:52:58 AM.378] Read value: <null>
[8/10/2018 8:52:58 AM.379] Initializing console variable "ShowConsoleCommandInfoOnPluginLoad".
[8/10/2018 8:52:58 AM.379] Type: System.Boolean, Reading section: "Miscellaneous", key: ShowConsoleCommandInfoOnPluginLoad
[8/10/2018 8:52:58 AM.379] Read value: <null>
[8/10/2018 8:52:58 AM.379] Initializing console variable "ShowOnScreenWarnings".
[8/10/2018 8:52:58 AM.380] Type: System.Boolean, Reading section: "Miscellaneous", key: ShowOnScreenWarnings
[8/10/2018 8:52:58 AM.380] Read value: <null>
[8/10/2018 8:52:58 AM.381] Console initialized
[8/10/2018 8:52:58 AM.381] Initializing forms manager
[8/10/2018 8:52:58 AM.383] Version: RAGE Plugin Hook v0.62.1216.14731 PUBLIC ALPHA for Grand Theft Auto V
[8/10/2018 8:52:58 AM.390] ================ RAGE Plugin Hook ================
[8/10/2018 8:52:58 AM.397] Detected Windows 10 Home (64-bit) (10.0.17134.0)!
[8/10/2018 8:52:58 AM.397] Checking game support
[8/10/2018 8:52:58 AM.546] Product name: Grand Theft Auto V
[8/10/2018 8:52:58 AM.548] Product version: 1.0.1365.1
[8/10/2018 8:52:58 AM.549] Is steam version: True
[8/10/2018 8:52:58 AM.550] Initializing DirectX
[8/10/2018 8:52:58 AM.551] Initializing Direct3D
[8/10/2018 8:52:58 AM.552] Loading C:\WINDOWS\system32\d3d11.dll
[8/10/2018 8:52:58 AM.552] Loaded at 0x7FFAC3D80000
[8/10/2018 8:52:58 AM.553] D3D11CreateDeviceAndSwapChain at 0x7FFAC3D95950
[8/10/2018 8:52:58 AM.553] Creating Direct3D 11 device and swap chain
[8/10/2018 8:52:58 AM.568] Swap Chain created: 0x28A84962E20
[8/10/2018 8:52:58 AM.569] Swap Chain VTable: 0x28A84962E20
[8/10/2018 8:52:58 AM.569] Swap Chain VTable_2: 0x7FFAC5C4EC80
[8/10/2018 8:52:58 AM.570] 0x7489480122BED5E9;0x8D48564157552024;0x170EC814890246C
[8/10/2018 8:52:58 AM.570] D3D11Present: 0x7FFAC5BE5070
[8/10/2018 8:52:58 AM.571] D3D11ResizeBuffers: 0x7FFAC5BF9E60
[8/10/2018 8:52:58 AM.571] D3D11ResizeTarget: 0x7FFAC5C42600
[8/10/2018 8:52:58 AM.571] D3D11SetFullscreenState: 0x7FFAC5C02460
[8/10/2018 8:52:58 AM.572] Getting device
[8/10/2018 8:52:58 AM.572] Retrieved device
[8/10/2018 8:52:58 AM.573] Creating wrapper
[8/10/2018 8:52:58 AM.580] Direct3D initialized
[8/10/2018 8:52:58 AM.580] Initialized DirectX
[8/10/2018 8:52:58 AM.581] Direct3D watcher thread spawned
[8/10/2018 8:52:58 AM.650] Wrapper created
[8/10/2018 8:52:58 AM.656] Effect created
[8/10/2018 8:52:58 AM.657] Creating buffer
[8/10/2018 8:52:58 AM.657] Created buffer
[8/10/2018 8:52:58 AM.657] Creating blend state
[8/10/2018 8:52:58 AM.657] Created blend state
[8/10/2018 8:52:58 AM.657] Done with creation
[8/10/2018 8:52:58 AM.697] Initializing texture system.
[8/10/2018 8:52:58 AM.697] Initializing texture system; phase 1
[8/10/2018 8:52:58 AM.697] Initializing texture system; phase 2
[8/10/2018 8:52:58 AM.702] Initializing texture system; phase 3
[8/10/2018 8:52:58 AM.702] Initializing texture system; phase 4
[8/10/2018 8:52:58 AM.710] Initializing texture system; phase 5
[8/10/2018 8:52:58 AM.711] Initializing texture system; phase 6
[8/10/2018 8:52:58 AM.713] Initializing texture system; phase 7
[8/10/2018 8:52:58 AM.714] Initializing texture system; phase 8
[8/10/2018 8:52:58 AM.716] Initializing texture system; phase 9
[8/10/2018 8:52:58 AM.716] Initializing texture system; phase 10
[8/10/2018 8:52:58 AM.718] Initializing texture system; phase 11
[8/10/2018 8:52:58 AM.720] Initializing texture system; phase 12
[8/10/2018 8:52:58 AM.721] Initializing texture system; phase 13
[8/10/2018 8:52:58 AM.721] Initializing texture system; phase 14
[8/10/2018 8:53:03 AM.585] Direct3D watcher thread ended
[8/10/2018 8:53:17 AM.070] LoadingScreenMsg: Initializing game support
[8/10/2018 8:53:17 AM.321] Initializing game support
[8/10/2018 8:53:17 AM.849] LoadingScreenMsg: Velocity limit removed
[8/10/2018 8:53:18 AM.159] Compatibility level: 0
[8/10/2018 8:53:18 AM.160] Supported version detected
[8/10/2018 8:53:18 AM.160] ==================================================
[8/10/2018 8:53:18 AM.160] LoadingScreenMsg: Patching code
[8/10/2018 8:53:18 AM.412] LoadingScreenMsg: Waiting for game initialization
[8/10/2018 8:53:18 AM.663] Waiting for game initialization
[8/10/2018 8:53:18 AM.764] LoadingScreenMsg: Initializing core
[8/10/2018 8:53:19 AM.015] Initializing hook
[8/10/2018 8:53:19 AM.015] LoadingScreenMsg: Completing interoperability
[8/10/2018 8:53:19 AM.266] Completing interoperability
[8/10/2018 8:53:19 AM.266] Initialization code 1.
[8/10/2018 8:53:19 AM.267] Initialization code 2.
[8/10/2018 8:53:19 AM.267] Initialization code 3.
[8/10/2018 8:53:19 AM.274] 1 Address: 0x00007FF7225F1418
[8/10/2018 8:53:19 AM.275] Calling func 1
[8/10/2018 8:53:19 AM.292] 2 Address: 0x00007FF72311BBEA
[8/10/2018 8:53:19 AM.292] 3 Address: 0x00007FF721BE5D8E
[8/10/2018 8:53:19 AM.319] Address: 0x00007FF72311BB94
[8/10/2018 8:53:19 AM.320] Unknown var: 0x00007FF7240C2A20
[8/10/2018 8:53:19 AM.320] Initialization code 4.
[8/10/2018 8:53:19 AM.321] Initialization code 5.
[8/10/2018 8:53:19 AM.321] Completing interoperability, phase 1
[8/10/2018 8:53:19 AM.321] Completing interoperability, phase 2
[8/10/2018 8:53:19 AM.321] Completing interoperability, phase 3
[8/10/2018 8:53:19 AM.321] Completing interoperability, phase 4
[8/10/2018 8:53:19 AM.322] Completing interoperability, phase 5
[8/10/2018 8:53:19 AM.322] Completing interoperability, phase 6
[8/10/2018 8:53:19 AM.322] Completing interoperability, phase 7
[8/10/2018 8:53:19 AM.323] LoadingScreenMsg: 
[8/10/2018 8:53:19 AM.574] LoadingScreenMsg: Loading Story Mode
[8/10/2018 8:53:30 AM.048] LoadingScreenMsg: Loading and Populating Game World
[8/10/2018 8:53:30 AM.299] LoadingScreenMsg: 
[8/10/2018 8:53:42 AM.120] Initializing console variable "IsDeveloperModeEnabled".
[8/10/2018 8:53:42 AM.121] Type: System.Boolean, Reading section: "Miscellaneous", key: IsDeveloperModeEnabled
[8/10/2018 8:53:42 AM.121] Read value: <null>
[8/10/2018 8:53:42 AM.122] Initializing console variable "TimeScale".
[8/10/2018 8:53:42 AM.122] Type: System.Single, Reading section: "Miscellaneous", key: TimeScale
[8/10/2018 8:53:42 AM.122] Read value: <null>
[8/10/2018 8:53:42 AM.132] Loading plugin from path: D:\steamlibrary\steamapps\common\Grand Theft Auto V\Plugins\CopHolster.dll
[8/10/2018 8:53:43 AM.432] <UNLOADED PLUGIN>: Initializing input system
[8/10/2018 8:53:43 AM.433] <UNLOADED PLUGIN>: Initializing game console
[8/10/2018 8:53:43 AM.442] <UNLOADED PLUGIN>: Initializing forms manager
[8/10/2018 8:53:43 AM.494] Plugin "Cop Holster" was loaded from "CopHolster.dll".
[8/10/2018 8:53:43 AM.496] Loading plugin from path: D:\steamlibrary\steamapps\common\Grand Theft Auto V\Plugins\EUPMenu.dll
[8/10/2018 8:53:44 AM.774] <UNLOADED PLUGIN>: Initializing input system
[8/10/2018 8:53:44 AM.776] <UNLOADED PLUGIN>: Initializing game console
[8/10/2018 8:53:44 AM.777] <UNLOADED PLUGIN>: Initializing forms manager
[8/10/2018 8:53:44 AM.897] Plugin "EUP Menu" was loaded from "EUPMenu.dll".
[8/10/2018 8:53:44 AM.899] Loading plugin from path: D:\steamlibrary\steamapps\common\Grand Theft Auto V\Plugins\LSPD First Response.dll
[8/10/2018 8:53:46 AM.292] <UNLOADED PLUGIN>: Initializing input system
[8/10/2018 8:53:46 AM.293] <UNLOADED PLUGIN>: Initializing game console
[8/10/2018 8:53:46 AM.295] <UNLOADED PLUGIN>: Initializing forms manager
[8/10/2018 8:53:46 AM.338] Plugin "LSPD First Response" was loaded from "LSPD First Response.dll".
[8/10/2018 8:53:46 AM.647] ---------------------------------------------------------------------
[8/10/2018 8:53:46 AM.647] LSPD FIRST RESPONSE
[8/10/2018 8:53:46 AM.647] Version 0.3.1
[8/10/2018 8:53:46 AM.647] A G17 Media Modification
[8/10/2018 8:53:46 AM.647] - Developed by LMS & Sam
[8/10/2018 8:53:46 AM.647] - Special thanks to Cyan, Lt.Caine, Alexander Blade, The OpenIV Team, LukeD & MulleDK19
[8/10/2018 8:53:46 AM.647] © Copyright 2015-2016, G17 Media, www.lspdfr.com
[8/10/2018 8:53:46 AM.648] ---------------------------------------------------------------------
[8/10/2018 8:53:46 AM.648] [INFO] Running LSPD First Response 0.3.1(0.3.38.5436)
[8/10/2018 8:53:46 AM.648] [INFO] Copyright © 2015-2016, G17 Media, www.lspdfr.com
[8/10/2018 8:53:46 AM.699] 
[8/10/2018 8:53:46 AM.809] D:\steamlibrary\steamapps\common\Grand Theft Auto V\lspdfr\lspdfr.ini
[8/10/2018 8:53:46 AM.809] D:\steamlibrary\steamapps\common\Grand Theft Auto V\lspdfr\lspdfr.ini
[8/10/2018 8:53:46 AM.811] Callouts: 250
[8/10/2018 8:53:47 AM.017] [TRACE] Thread CopManager #1 initialized
[8/10/2018 8:54:10 AM.876] setting up new cop: null
[8/10/2018 8:54:10 AM.884] [TRACE] New ped recognized as cop
[8/10/2018 8:54:13 AM.432] setting up new cop: null
[8/10/2018 8:54:13 AM.433] [TRACE] New ped recognized as cop
[8/10/2018 8:54:15 AM.477] setting up new cop: null
[8/10/2018 8:54:15 AM.477] [TRACE] New ped recognized as cop
[8/10/2018 8:54:18 AM.030] setting up new cop: null
[8/10/2018 8:54:18 AM.030] [TRACE] New ped recognized as cop
[8/10/2018 8:54:21 AM.093] setting up new cop: null
[8/10/2018 8:54:21 AM.094] [TRACE] New ped recognized as cop
[8/10/2018 8:54:23 AM.648] setting up new cop: null
[8/10/2018 8:54:23 AM.649] [TRACE] New ped recognized as cop
[8/10/2018 8:54:26 AM.202] setting up new cop: null
[8/10/2018 8:54:26 AM.202] [TRACE] New ped recognized as cop
[8/10/2018 8:54:28 AM.756] setting up new cop: null
[8/10/2018 8:54:28 AM.757] [TRACE] New ped recognized as cop
[8/10/2018 8:54:31 AM.309] setting up new cop: null
[8/10/2018 8:54:31 AM.309] [TRACE] New ped recognized as cop
[8/10/2018 8:54:33 AM.864] setting up new cop: null
[8/10/2018 8:54:33 AM.865] [TRACE] New ped recognized as cop
[8/10/2018 8:54:35 AM.910] setting up new cop: null
[8/10/2018 8:54:35 AM.910] [TRACE] New ped recognized as cop
[8/10/2018 8:54:38 AM.462] setting up new cop: null
[8/10/2018 8:54:38 AM.463] [TRACE] New ped recognized as cop
[8/10/2018 8:54:41 AM.528] setting up new cop: null
[8/10/2018 8:54:41 AM.529] [TRACE] New ped recognized as cop
[8/10/2018 8:54:44 AM.083] setting up new cop: null
[8/10/2018 8:54:44 AM.084] [TRACE] New ped recognized as cop
[8/10/2018 8:54:46 AM.638] setting up new cop: null
[8/10/2018 8:54:46 AM.638] [TRACE] New ped recognized as cop
[8/10/2018 8:54:49 AM.703] setting up new cop: null
[8/10/2018 8:54:49 AM.704] [TRACE] New ped recognized as cop
[8/10/2018 8:54:52 AM.258] setting up new cop: null
[8/10/2018 8:54:52 AM.258] [TRACE] New ped recognized as cop
[8/10/2018 8:54:54 AM.812] setting up new cop: null
[8/10/2018 8:54:54 AM.812] [TRACE] New ped recognized as cop
[8/10/2018 8:54:57 AM.366] setting up new cop: null
[8/10/2018 8:54:57 AM.366] [TRACE] New ped recognized as cop
[8/10/2018 8:54:59 AM.920] setting up new cop: null
[8/10/2018 8:54:59 AM.920] [TRACE] New ped recognized as cop
[8/10/2018 8:55:16 AM.625] 
[8/10/2018 8:55:16 AM.627] INIT
[8/10/2018 8:55:16 AM.641] LSPD First Response: Folder is D:\steamlibrary\steamapps\common\Grand Theft Auto V\plugins\lspdfr
[8/10/2018 8:55:16 AM.662] LSPD First Response: AgencyCallouts, Version=3.5.6675.36808, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.672] LSPD First Response: Arrest Manager, Version=7.9.1.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.674] LSPD First Response: AssortedCallouts, Version=0.6.6.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.677] LSPD First Response: BetterEMS, Version=3.0.6298.2858, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.679] LSPD First Response: ComputerPlus, Version=1.3.6.5, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.685] LSPD First Response: CrazyCallouts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.685] LSPD First Response: EasyLoadout, Version=1.10.1.59, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.686] LSPD First Response: LSPDFR+, Version=1.6.7.2, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.687] LSPD First Response: officer201calloutpack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.688] LSPD First Response: OnSceneBackup, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.688] LSPD First Response: PoliceSmartRadio, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.689] LSPD First Response: PoliceSmartRadioExtension, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.690] LSPD First Response: SearchWarrant, Version=2.6.6431.8548, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.690] LSPD First Response: tacco_highway_callouts, Version=2.4.1.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.691] LSPD First Response: Traffic Policer, Version=6.14.1.2, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.692] LSPD First Response: TrafficStopBackup, Version=1.6.3.0, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.693] LSPD First Response: XScanner, Version=1.0.6794.11088, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:16 AM.694] LSPD First Response: Creating plugin: ?????????????????????????????????????????
[8/10/2018 8:55:16 AM.725] LSPD First Response: Agency Callouts initializing...
[8/10/2018 8:55:16 AM.725] LSPD First Response: Creating plugin: ?????????????????????????????????????????
[8/10/2018 8:55:16 AM.800] LSPD First Response: Albo1125.Common verifying update entry for Arrest Manager
[8/10/2018 8:55:16 AM.839] LSPD First Response: Creating plugin: ?????????????????????????????????????????
[8/10/2018 8:55:16 AM.885] LSPD First Response: Albo1125.Common verifying update entry for AssortedCallouts
[8/10/2018 8:55:16 AM.887] LSPD First Response: Creating plugin: ?????????????????????????????????????????
[8/10/2018 8:55:16 AM.933] LSPD First Response: Creating plugin: ComputerPlus.EntryPoint
[8/10/2018 8:55:16 AM.935] LSPD First Response: Creating plugin: CrazyCallouts.Main
[8/10/2018 8:55:16 AM.936] LSPD First Response: Creating plugin: EasyLoadout.Main
[8/10/2018 8:55:16 AM.937] LSPD First Response: Creating plugin: ?????????????????????????????????????????
[8/10/2018 8:55:16 AM.973] LSPD First Response: Creating plugin: officer201calloutpack.Main
[8/10/2018 8:55:16 AM.974] LSPD First Response: Creating plugin: OnSceneBackup.Main
[8/10/2018 8:55:16 AM.974] LSPD First Response: Creating plugin: ?????????????????????????????????????????
[8/10/2018 8:55:17 AM.023] LSPD First Response: Albo1125.Common verifying update entry for Police SmartRadio
[8/10/2018 8:55:17 AM.028] LSPD First Response: Creating plugin: PoliceSmartRadioExtension.PoliceSmartRadioExtension
[8/10/2018 8:55:17 AM.029] LSPD First Response: Creating plugin: SearchWarrant.Main
[8/10/2018 8:55:17 AM.030] LSPD First Response: Creating plugin: tacco_highway_callouts.Main
[8/10/2018 8:55:17 AM.030] LSPD First Response: Creating plugin: ?????????????????????????????????????????
[8/10/2018 8:55:17 AM.080] LSPD First Response: Creating Traffic Policer.Main.
[8/10/2018 8:55:17 AM.080] LSPD First Response: Albo1125.Common verifying update entry for Traffic Policer
[8/10/2018 8:55:17 AM.082] LSPD First Response: Done with Traffic Policer.Main.
[8/10/2018 8:55:17 AM.082] LSPD First Response: Creating plugin: TrafficStopBackup.Main
[8/10/2018 8:55:17 AM.083] LSPD First Response: Creating plugin: ?????????????????????????????????????????
[8/10/2018 8:55:17 AM.194] LSPD First Response: Arrest Manager 7.9.1.0, developed by Albo1125, loaded successfully!
[8/10/2018 8:55:17 AM.196] LSPD First Response: Please go on duty to start Arrest Manager.
[8/10/2018 8:55:17 AM.198] LSPD First Response: Assorted Callouts 0.6.6.0, developed by Albo1125, has been initialised.
[8/10/2018 8:55:17 AM.198] LSPD First Response: Go on duty to start Assorted Callouts.
[8/10/2018 8:55:17 AM.258] LSPD First Response: [Better EMS]: Loading EMS settings
[8/10/2018 8:55:17 AM.670] LSPD First Response: [Better EMS]: Loading station Fire Station Headquarters
[8/10/2018 8:55:17 AM.671] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.672] LSPD First Response: [Better EMS]: Adding station point: in front
[8/10/2018 8:55:17 AM.704] LSPD First Response: [Better EMS]: Loading station El Burro Heights Fire Station
[8/10/2018 8:55:17 AM.705] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.705] LSPD First Response: [Better EMS]: Adding station point: inside bay
[8/10/2018 8:55:17 AM.705] LSPD First Response: [Better EMS]: Adding station point: in front of left door
[8/10/2018 8:55:17 AM.706] LSPD First Response: [Better EMS]: Loading station Davis Fire Station
[8/10/2018 8:55:17 AM.706] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.706] LSPD First Response: [Better EMS]: Adding station point: middle bay
[8/10/2018 8:55:17 AM.706] LSPD First Response: [Better EMS]: Adding station point: right bay
[8/10/2018 8:55:17 AM.706] LSPD First Response: [Better EMS]: Loading station Davis hospital
[8/10/2018 8:55:17 AM.707] LSPD First Response: [Better EMS]: Found station type: HOSPITAL
[8/10/2018 8:55:17 AM.707] LSPD First Response: [Better EMS]: Adding station point: parking lot 1
[8/10/2018 8:55:17 AM.707] LSPD First Response: [Better EMS]: Adding station point: parking lot 2
[8/10/2018 8:55:17 AM.707] LSPD First Response: [Better EMS]: Adding station point: parking lot 3
[8/10/2018 8:55:17 AM.707] LSPD First Response: [Better EMS]: Adding station point: parking lot 4
[8/10/2018 8:55:17 AM.707] LSPD First Response: [Better EMS]: Adding station point: delivery zone
[8/10/2018 8:55:17 AM.707] LSPD First Response: [Better EMS]: Station has delivery zone
[8/10/2018 8:55:17 AM.708] LSPD First Response: [Better EMS]: Adding station point: delivery zone emergency
[8/10/2018 8:55:17 AM.708] LSPD First Response: [Better EMS]: Station has delivery zone
[8/10/2018 8:55:17 AM.708] LSPD First Response: [Better EMS]: Loading station Pillbox Hill Hospital
[8/10/2018 8:55:17 AM.708] LSPD First Response: [Better EMS]: Found station type: HOSPITAL
[8/10/2018 8:55:17 AM.708] LSPD First Response: [Better EMS]: Adding station point: delivery zone
[8/10/2018 8:55:17 AM.708] LSPD First Response: [Better EMS]: Station has delivery zone
[8/10/2018 8:55:17 AM.708] LSPD First Response: [Better EMS]: Adding station point: spawn 1
[8/10/2018 8:55:17 AM.709] LSPD First Response: [Better EMS]: Adding station point: spawn 2
[8/10/2018 8:55:17 AM.709] LSPD First Response: [Better EMS]: Adding station point: emergency delivery
[8/10/2018 8:55:17 AM.709] LSPD First Response: [Better EMS]: Station has delivery zone
[8/10/2018 8:55:17 AM.709] LSPD First Response: [Better EMS]: Loading station Mount Zonah Medical Center
[8/10/2018 8:55:17 AM.709] LSPD First Response: [Better EMS]: Found station type: HOSPITAL
[8/10/2018 8:55:17 AM.709] LSPD First Response: [Better EMS]: Adding station point: emergency delivery
[8/10/2018 8:55:17 AM.710] LSPD First Response: [Better EMS]: Station has delivery zone
[8/10/2018 8:55:17 AM.710] LSPD First Response: [Better EMS]: Adding station point: emergency delivery 2
[8/10/2018 8:55:17 AM.710] LSPD First Response: [Better EMS]: Station has delivery zone
[8/10/2018 8:55:17 AM.710] LSPD First Response: [Better EMS]: Adding station point: spawn 1
[8/10/2018 8:55:17 AM.710] LSPD First Response: [Better EMS]: Adding station point: spawn 2
[8/10/2018 8:55:17 AM.710] LSPD First Response: [Better EMS]: Loading station Airport Fire Station
[8/10/2018 8:55:17 AM.711] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.711] LSPD First Response: [Better EMS]: Adding station point: bay 4
[8/10/2018 8:55:17 AM.711] LSPD First Response: [Better EMS]: Adding station point: bay 3
[8/10/2018 8:55:17 AM.711] LSPD First Response: [Better EMS]: Loading station Airport Fire Station
[8/10/2018 8:55:17 AM.711] LSPD First Response: [Better EMS]: Found station type: HOSPITAL
[8/10/2018 8:55:17 AM.711] LSPD First Response: [Better EMS]: Adding station point: bay 2
[8/10/2018 8:55:17 AM.712] LSPD First Response: [Better EMS]: Adding station point: bay 1
[8/10/2018 8:55:17 AM.712] LSPD First Response: [Better EMS]: Loading station Fort Zancudo Fire Station
[8/10/2018 8:55:17 AM.712] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.712] LSPD First Response: [Better EMS]: Adding station point: bay 1
[8/10/2018 8:55:17 AM.712] LSPD First Response: [Better EMS]: Adding station point: bay 2
[8/10/2018 8:55:17 AM.712] LSPD First Response: [Better EMS]: Adding station point: bay 3
[8/10/2018 8:55:17 AM.712] LSPD First Response: [Better EMS]: Adding station point: bay 4
[8/10/2018 8:55:17 AM.713] LSPD First Response: [Better EMS]: Loading station Paleto Bay Fire Station
[8/10/2018 8:55:17 AM.713] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.713] LSPD First Response: [Better EMS]: Adding station point: bay 1
[8/10/2018 8:55:17 AM.713] LSPD First Response: [Better EMS]: Adding station point: bay 2
[8/10/2018 8:55:17 AM.713] LSPD First Response: [Better EMS]: Adding station point: beind bay 1
[8/10/2018 8:55:17 AM.713] LSPD First Response: [Better EMS]: Adding station point: beind bay 2
[8/10/2018 8:55:17 AM.714] LSPD First Response: [Better EMS]: Loading station Paleto Bay Medical Center
[8/10/2018 8:55:17 AM.714] LSPD First Response: [Better EMS]: Found station type: HOSPITAL
[8/10/2018 8:55:17 AM.714] LSPD First Response: [Better EMS]: Adding station point: alley
[8/10/2018 8:55:17 AM.714] LSPD First Response: [Better EMS]: Station has delivery zone
[8/10/2018 8:55:17 AM.714] LSPD First Response: [Better EMS]: Loading station Sandy Shores Hospital
[8/10/2018 8:55:17 AM.714] LSPD First Response: [Better EMS]: Found station type: HOSPITAL
[8/10/2018 8:55:17 AM.714] LSPD First Response: [Better EMS]: Adding station point: delivery
[8/10/2018 8:55:17 AM.715] LSPD First Response: [Better EMS]: Station has delivery zone
[8/10/2018 8:55:17 AM.715] LSPD First Response: [Better EMS]: Adding station point: spawn
[8/10/2018 8:55:17 AM.715] LSPD First Response: [Better EMS]: Loading station Sandy Shores Fire Station
[8/10/2018 8:55:17 AM.715] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.715] LSPD First Response: [Better EMS]: Adding station point: inside
[8/10/2018 8:55:17 AM.715] LSPD First Response: [Better EMS]: Loading station Lifeguard Station
[8/10/2018 8:55:17 AM.715] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.716] LSPD First Response: [Better EMS]: Adding station point: north 1
[8/10/2018 8:55:17 AM.716] LSPD First Response: [Better EMS]: Adding station point: north 2
[8/10/2018 8:55:17 AM.716] LSPD First Response: [Better EMS]: Adding station point: north mini 1
[8/10/2018 8:55:17 AM.716] LSPD First Response: [Better EMS]: Adding station point: north mini 2
[8/10/2018 8:55:17 AM.716] LSPD First Response: [Better EMS]: Adding station point: middle mini
[8/10/2018 8:55:17 AM.716] LSPD First Response: [Better EMS]: Adding station point: mid south mini
[8/10/2018 8:55:17 AM.716] LSPD First Response: [Better EMS]: Adding station point: south 1
[8/10/2018 8:55:17 AM.717] LSPD First Response: [Better EMS]: Adding station point: south 2
[8/10/2018 8:55:17 AM.717] LSPD First Response: [Better EMS]: Adding station point: south 3
[8/10/2018 8:55:17 AM.717] LSPD First Response: [Better EMS]: Loading station Vinewood Hills Ranger Station
[8/10/2018 8:55:17 AM.717] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.717] LSPD First Response: [Better EMS]: Adding station point: driveway
[8/10/2018 8:55:17 AM.717] LSPD First Response: [Better EMS]: Loading station Raton Canyon Ranger Station
[8/10/2018 8:55:17 AM.718] LSPD First Response: [Better EMS]: Found station type: FIRE
[8/10/2018 8:55:17 AM.718] LSPD First Response: [Better EMS]: Adding station point: station
[8/10/2018 8:55:17 AM.724] LSPD First Response: Validating dependency: RagePluginHook
[8/10/2018 8:55:17 AM.724] LSPD First Response: File "ragepluginhook.exe" exists: True
[8/10/2018 8:55:17 AM.729] LSPD First Response: Version is at least 0.45.0.0
[8/10/2018 8:55:17 AM.730] LSPD First Response: Found no problems: dependency RagePluginHook (ragepluginhook.exe)
[8/10/2018 8:55:17 AM.731] LSPD First Response: Validating dependency: LSPDFR
[8/10/2018 8:55:17 AM.731] LSPD First Response: File "Plugins\LSPD First Response.dll" exists: True
[8/10/2018 8:55:17 AM.732] LSPD First Response: Found no problems: dependency LSPDFR (Plugins\LSPD First Response.dll)
[8/10/2018 8:55:17 AM.732] LSPD First Response: Validating dependency: ParksTools
[8/10/2018 8:55:17 AM.733] LSPD First Response: File "ParksTools.dll" exists: True
[8/10/2018 8:55:17 AM.733] LSPD First Response: Major/minor versions match specified exact version
[8/10/2018 8:55:17 AM.734] LSPD First Response: Found no problems: dependency ParksTools (ParksTools.dll)
[8/10/2018 8:55:17 AM.734] LSPD First Response: Validating dependency: LSPDFR+
[8/10/2018 8:55:17 AM.734] LSPD First Response: File "Plugins\LSPDFR\LSPDFR+.dll" exists: True
[8/10/2018 8:55:17 AM.735] LSPD First Response: Version is at least 1.1.0.0
[8/10/2018 8:55:17 AM.735] LSPD First Response: Found no problems: dependency LSPDFR+ (Plugins\LSPDFR\LSPDFR+.dll)
[8/10/2018 8:55:17 AM.735] LSPD First Response: Validating dependency: Arrest Manager
[8/10/2018 8:55:17 AM.735] LSPD First Response: File "Plugins\LSPDFR\Arrest Manager.dll" exists: True
[8/10/2018 8:55:17 AM.736] LSPD First Response: Version is at least 7.2.0.0
[8/10/2018 8:55:17 AM.736] LSPD First Response: Found no problems: dependency Arrest Manager (Plugins\LSPDFR\Arrest Manager.dll)
[8/10/2018 8:55:17 AM.747] LSPD First Response: [Better EMS]: Unable to parse bone: Unknown
[8/10/2018 8:55:17 AM.754] LSPD First Response: [Better EMS]: Unable to parse bone: 
[8/10/2018 8:55:17 AM.770] LSPD First Response: C+ DEV: ComputerPlus detected RAGEPluginHook version: 0.62
[8/10/2018 8:55:17 AM.770] LSPD First Response: CrazyCalloutsV0.5.8 Plugin loaded!
[8/10/2018 8:55:17 AM.778] LSPD First Response: LSPDFR+ 1.6.7.2, developed by Albo1125, has been initialised.
[8/10/2018 8:55:17 AM.778] LSPD First Response: Go on duty to start LSPDFR+.
[8/10/2018 8:55:17 AM.778] LSPD First Response: Albo1125.Common verifying update entry for LSPDFR+
[8/10/2018 8:55:17 AM.781] LSPD First Response: Plugin LSPDFR_API_Guide 1.0.0.0officer201 calloutpack v1.1.1 has been initialised.
[8/10/2018 8:55:17 AM.781] LSPD First Response: Go on duty to fully load LSPDFR_API_Guide.
[8/10/2018 8:55:17 AM.782] LSPD First Response: Plugin OnSceneBackup v1.0.0.0 has been initialized.
[8/10/2018 8:55:17 AM.783] LSPD First Response: Go on duty to fully load OnSceneBackup
[8/10/2018 8:55:17 AM.784] PoliceSmartRadio 1.1.2.0, developed by Albo1125, loaded successfully!
[8/10/2018 8:55:17 AM.784] Special thanks to FinKone for the inspiration and OfficerSquare for the default UI.
[8/10/2018 8:55:17 AM.784] Please go on duty to start Police SmartRadio.
[8/10/2018 8:55:17 AM.793] LSPD First Response: Tacco_Highway_Plugin v2.42.4.1.0 has been initialised.
[8/10/2018 8:55:17 AM.794] LSPD First Response: Go on duty for using Tacco Plugin
[8/10/2018 8:55:17 AM.795] LSPD First Response: Traffic Policer 6.14.1.2, developed by Albo1125, has been initialised.
[8/10/2018 8:55:17 AM.795] LSPD First Response: Go on duty to start Traffic Policer - Traffic Policer.Initialise done.
[8/10/2018 8:55:17 AM.796] LSPD First Response: Plugin TrafficStopBackup v1.6.3.0 has been initialized.
[8/10/2018 8:55:17 AM.796] LSPD First Response: Go on duty to fully load TrafficStopBackup
[8/10/2018 8:55:17 AM.863] LSPD First Response: Starting dependency check for XScanner, Version=1.0.6794.11088, Culture=neutral, PublicKeyToken=null
[8/10/2018 8:55:17 AM.863] LSPD First Response: XScanner: Checking Khorio.Common.dll
[8/10/2018 8:55:17 AM.864] LSPD First Response: XScanner: Khorio_Common: minimal version: 1.5.6769.23925, detected version: 1.5.6792.152 supported
[8/10/2018 8:55:17 AM.865] LSPD First Response: XScanner is loading settings...
[8/10/2018 8:55:17 AM.866] LSPD First Response: XScanner intro sound: XSCANNR
[8/10/2018 8:55:17 AM.867] LSPD First Response: XScanner outro sound: XSCANNR
[8/10/2018 8:55:17 AM.867] LSPD First Response: XScanner playback volume: 10
[8/10/2018 8:55:17 AM.868] LSPD First Response: XScanner LSPDFR scanner patch is enabled
[8/10/2018 8:55:17 AM.870] LSPD First Response: Refreshing audio cache...
[8/10/2018 8:55:17 AM.907] LSPD First Response: Audio cache refreshed, 4805 files cached
[8/10/2018 8:55:17 AM.976] LSPD First Response: XScanner => Background Scanner Enabled
[8/10/2018 8:55:17 AM.977] LSPD First Response: XScanner => Disabling default ingame background chatter
[8/10/2018 8:55:17 AM.983] LSPD First Response: XScanner => Patching ingame background chatter...
[8/10/2018 8:55:17 AM.983] LSPD First Response: XScanner => Patched
[8/10/2018 8:55:18 AM.053] LSPD First Response: Patched PlayScannerAudio
[8/10/2018 8:55:18 AM.055] LSPD First Response: Patched PlayScannerAudioUsingPosition
[8/10/2018 8:55:18 AM.055] LSPD First Response: We have 1 callouts registered
[8/10/2018 8:55:18 AM.055] LSPD First Response: CalloutManager initialized
[8/10/2018 8:55:18 AM.057] [TRACE] WorldEventManager: Allowing up to 2 events
[8/10/2018 8:55:18 AM.060] LSPD First Response: In traffic policer duty event handler: True
[8/10/2018 8:55:18 AM.063] LSPD First Response: Albo1125.Common 6.6.0.0, developed by Albo1125. Starting update checks.
[8/10/2018 8:55:18 AM.105] LSPD First Response: Albo1125.Common 6.6.0.0, developed by Albo1125. Not checking for updates until 8/11/2018 8:39:42 AM
[8/10/2018 8:55:18 AM.114] LSPD First Response: Albo1125.Common.dll 6.6.0.0 starting standard dependency check for Traffic Policer
[8/10/2018 8:55:18 AM.515] LSPD First Response: isdc:/Viper2005nation/
[8/10/2018 8:55:18 AM.518] LSPD First Response: GAME VERSION: 1.0.1365.1
[8/10/2018 8:55:18 AM.519] LSPD First Response: Traffic Policer compatibility warning: The current game version is newer than 1.0.1290.1 and may or may not be incompatible due to RPH changes. Use at own risk.
[8/10/2018 8:55:18 AM.523] LSPD First Response: Albo1125.Common detected RAGEPluginHook version: 0.62
[8/10/2018 8:55:18 AM.527] LSPD First Response: Blpass
[8/10/2018 8:55:18 AM.527] LSPD First Response: Dependency check for Traffic Policer successful: True
[8/10/2018 8:55:18 AM.539] LSPD First Response: Agency Callouts by Darkmyre activated for LSPD
[8/10/2018 8:55:18 AM.580] [TRACE] Thread Ambient #1 initialized
[8/10/2018 8:55:18 AM.609] [TRACE] Thread ArrestManager #1 initialized
[8/10/2018 8:55:18 AM.654] [TRACE] Thread WorldEventManager #1 initialized
[8/10/2018 8:55:18 AM.655] [TRACE] Thread PlayerChaseManager #1 initialized
[8/10/2018 8:55:18 AM.662] [TRACE] Thread TrafficControl #1 initialized
[8/10/2018 8:55:18 AM.663] LSPD First Response: Traffic Policer is not in beta.
[8/10/2018 8:55:18 AM.669] LSPD First Response: Traffic Policer.Mainloop started
[8/10/2018 8:55:18 AM.669] LSPD First Response: Loading Traffic Policer settings...
[8/10/2018 8:55:18 AM.694] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.694] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.695] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.695] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.695] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.695] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.695] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.697] LSPD First Response: Traffic Policer by Albo1125 has been loaded successfully!
[8/10/2018 8:55:18 AM.822] LSPD First Response: Traffic Policer Speed Checker started.
[8/10/2018 8:55:18 AM.929] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.929] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.929] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.929] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.930] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.930] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.930] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.930] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.931] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.933] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.934] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.934] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.934] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.934] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.934] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.934] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.935] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.935] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.935] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.935] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.935] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.935] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.936] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.936] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.936] LSPD First Response: Albo1125.Common.dll 6.6.0.0 starting standard dependency check for Arrest Manager
[8/10/2018 8:55:18 AM.938] LSPD First Response: GAME VERSION: 1.0.1365.1
[8/10/2018 8:55:18 AM.939] LSPD First Response: Arrest Manager compatibility warning: The current game version is newer than 1.0.1290.1 and may or may not be incompatible due to RPH changes. Use at own risk.
[8/10/2018 8:55:18 AM.941] LSPD First Response: Albo1125.Common detected RAGEPluginHook version: 0.62
[8/10/2018 8:55:18 AM.941] LSPD First Response: Blpass
[8/10/2018 8:55:18 AM.942] LSPD First Response: Dependency check for Arrest Manager successful: True
[8/10/2018 8:55:18 AM.944] LSPD First Response: Arrest Manager is not in beta.
[8/10/2018 8:55:18 AM.944] LSPD First Response: Albo1125.Common 6.6.0.0, developed by Albo1125. Starting update checks.
[8/10/2018 8:55:18 AM.945] LSPD First Response: Albo1125.Common 6.6.0.0, developed by Albo1125. Not checking for updates until 8/11/2018 8:39:42 AM
[8/10/2018 8:55:18 AM.945] LSPD First Response: Albo1125.Common.dll 6.6.0.0 starting standard dependency check for AssortedCallouts
[8/10/2018 8:55:18 AM.947] LSPD First Response: GAME VERSION: 1.0.1365.1
[8/10/2018 8:55:18 AM.948] LSPD First Response: AssortedCallouts compatibility warning: The current game version is newer than 1.0.1290.1 and may or may not be incompatible due to RPH changes. Use at own risk.
[8/10/2018 8:55:18 AM.951] LSPD First Response: Albo1125.Common detected RAGEPluginHook version: 0.62
[8/10/2018 8:55:18 AM.951] LSPD First Response: Blpass
[8/10/2018 8:55:18 AM.951] LSPD First Response: Dependency check for AssortedCallouts successful: True
[8/10/2018 8:55:18 AM.954] LSPD First Response: Assorted Callouts is not in beta.
[8/10/2018 8:55:18 AM.964] LSPD First Response: Adding unmarked police vehicle model:POLICE4
[8/10/2018 8:55:18 AM.969] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.969] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.969] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.969] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.970] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.970] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.970] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.970] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.990] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.991] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.991] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.991] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.991] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.991] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.992] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.992] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.992] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.992] LSPD First Response: Registering callout ????????????????????????????????????????
[8/10/2018 8:55:18 AM.992] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.992] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.993] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.993] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.993] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:18 AM.993] LSPD First Response: Registering callout ?????????????????????????????????????????
[8/10/2018 8:55:19 AM.007] LSPD First Response: Stores initialised
[8/10/2018 8:55:19 AM.009] LSPD First Response: [Better EMS]: Settings loaded from D:\steamlibrary\steamapps\common\Grand Theft Auto V\Plugins\LSPDFR\BetterEMS.ini
[8/10/2018 8:55:19 AM.010] LSPD First Response: [Better EMS]: Loaded Better EMS
[8/10/2018 8:55:19 AM.056] LSPD First Response: C+ DEV: Successfully loaded LSPDFR Computer+.
[8/10/2018 8:55:19 AM.088] LSPD First Response: C+: Attempting to load LiteDB database from D:\steamlibrary\steamapps\common\Grand Theft Auto V\Plugins\LSPDFR\ComputerPlus\reports.db
[8/10/2018 8:55:19 AM.524] LSPD First Response: C+ DEV: C+: ALPR+ Not Detected
[8/10/2018 8:55:19 AM.525] LSPD First Response: Registering callout CrazyCallouts.Callouts.CrazyDriverCallout
[8/10/2018 8:55:19 AM.525] LSPD First Response: Registering callout CrazyCallouts.Callouts.ShotsFiredCallout
[8/10/2018 8:55:19 AM.525] LSPD First Response: Registering callout CrazyCallouts.Callouts.MurderCallout
[8/10/2018 8:55:19 AM.525] LSPD First Response: Registering callout CrazyCallouts.Callouts.KidnapCallout
[8/10/2018 8:55:19 AM.526] LSPD First Response: Registering callout CrazyCallouts.Callouts.TerrorAttackCallout
[8/10/2018 8:55:19 AM.661] LSPD First Response: [Easy Loadout]: Plugin Version v1.10.1.59 loaded successfully
[8/10/2018 8:55:19 AM.667] LSPD First Response: Albo1125.Common 6.6.0.0, developed by Albo1125. Starting update checks.
[8/10/2018 8:55:19 AM.668] LSPD First Response: Albo1125.Common 6.6.0.0, developed by Albo1125. Not checking for updates until 8/11/2018 8:39:42 AM
[8/10/2018 8:55:19 AM.668] LSPD First Response: Albo1125.Common.dll 6.6.0.0 starting standard dependency check for LSPDFR+
[8/10/2018 8:55:19 AM.669] LSPD First Response: GAME VERSION: 1.0.1365.1
[8/10/2018 8:55:19 AM.671] LSPD First Response: LSPDFR+ compatibility warning: The current game version is newer than 1.0.1290.1 and may or may not be incompatible due to RPH changes. Use at own risk.
[8/10/2018 8:55:19 AM.674] LSPD First Response: Albo1125.Common detected RAGEPluginHook version: 0.62
[8/10/2018 8:55:19 AM.674] LSPD First Response: Blpass
[8/10/2018 8:55:19 AM.674] LSPD First Response: Dependency check for LSPDFR+ successful: True
[8/10/2018 8:55:19 AM.685] LSPD First Response: LSPDFR+ is not in beta.
[8/10/2018 8:55:19 AM.685] LSPD First Response: Registering callout officer201calloutpack.Callouts.StolenVehicle
[8/10/2018 8:55:19 AM.686] LSPD First Response: Registering callout officer201calloutpack.Callouts.OverDose
[8/10/2018 8:55:19 AM.686] LSPD First Response: Registering callout officer201calloutpack.Callouts.wantedman
[8/10/2018 8:55:19 AM.723] LSPD First Response: Albo1125.Common 6.6.0.0, developed by Albo1125. Starting update checks.
[8/10/2018 8:55:19 AM.724] LSPD First Response: Albo1125.Common 6.6.0.0, developed by Albo1125. Not checking for updates until 8/11/2018 8:39:42 AM
[8/10/2018 8:55:19 AM.724] LSPD First Response: Albo1125.Common.dll 6.6.0.0 starting standard dependency check for Police SmartRadio
[8/10/2018 8:55:19 AM.725] LSPD First Response: GAME VERSION: 1.0.1365.1
[8/10/2018 8:55:19 AM.726] LSPD First Response: Police SmartRadio compatibility warning: The current game version is newer than 1.0.1290.1 and may or may not be incompatible due to RPH changes. Use at own risk.
[8/10/2018 8:55:19 AM.728] LSPD First Response: Albo1125.Common detected RAGEPluginHook version: 0.62
[8/10/2018 8:55:19 AM.728] LSPD First Response: Blpass
[8/10/2018 8:55:19 AM.728] LSPD First Response: Dependency check for Police SmartRadio successful: True
[8/10/2018 8:55:19 AM.734] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.sus_vehicle1
[8/10/2018 8:55:19 AM.734] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.sus_vehicle2
[8/10/2018 8:55:19 AM.734] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.sus_vehicle3
[8/10/2018 8:55:19 AM.734] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.sus_vehicle4
[8/10/2018 8:55:19 AM.734] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.drunken_person1
[8/10/2018 8:55:19 AM.735] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.drunken_person2
[8/10/2018 8:55:19 AM.735] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.drunken_person3
[8/10/2018 8:55:19 AM.735] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.confused_person
[8/10/2018 8:55:19 AM.735] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.highway_accident
[8/10/2018 8:55:19 AM.735] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.highway_accident2
[8/10/2018 8:55:19 AM.735] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.traffic_stop
[8/10/2018 8:55:19 AM.735] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.traffic_break
[8/10/2018 8:55:19 AM.736] LSPD First Response: Registering callout tacco_highway_callouts.Callouts.vehicle_on_fire
[8/10/2018 8:55:19 AM.763] LSPD First Response: Arrest Manager, developed by Albo1125, has been loaded successfully!
[8/10/2018 8:55:19 AM.813] LSPD First Response: Invalid Model in AM XML file at Region: Fort Zancudo
[8/10/2018 8:55:19 AM.813] LSPD First Response: Invalid Model in AM XML file at Region: Los Santos International Airport
[8/10/2018 8:55:19 AM.813] LSPD First Response: Invalid Model in AM XML file at Region: Elysian Island
[8/10/2018 8:55:19 AM.813] LSPD First Response: Invalid Model in AM XML file at Region: Terminal
[8/10/2018 8:55:19 AM.814] LSPD First Response: Invalid Model in AM XML file at Region: Port of South Los Santos
[8/10/2018 8:55:19 AM.814] LSPD First Response: Invalid Model in AM XML file at Region: NOOSE HQ
[8/10/2018 8:55:19 AM.814] LSPD First Response: Invalid Model in AM XML file at Region: Rancho
[8/10/2018 8:55:19 AM.814] LSPD First Response: Invalid Model in AM XML file at Region: Davis
[8/10/2018 8:55:19 AM.814] LSPD First Response: Invalid Model in AM XML file at Region: El Burro Heights
[8/10/2018 8:55:19 AM.814] LSPD First Response: Invalid Model in AM XML file at Region: Cypress Flats
[8/10/2018 8:55:19 AM.834] LSPD First Response: Invalid Model in AM XML file at World District: City
[8/10/2018 8:55:19 AM.834] LSPD First Response: Invalid Model in AM XML file at World District: LosSantosCountryside
[8/10/2018 8:55:19 AM.834] LSPD First Response: Invalid Model in AM XML file at World District: BlaineCounty
[8/10/2018 8:55:19 AM.834] LSPD First Response: Invalid Model in AM XML file at World District: Water
[8/10/2018 8:55:19 AM.838] LSPD First Response: Transport World Districts doesn't contain City. Adding default.
[8/10/2018 8:55:19 AM.838] LSPD First Response: Transport World Districts doesn't contain LosSantosCountryside. Adding default.
[8/10/2018 8:55:19 AM.838] LSPD First Response: Transport World Districts doesn't contain BlaineCounty. Adding default.
[8/10/2018 8:55:19 AM.839] LSPD First Response: Transport World Districts doesn't contain Water. Adding default.
[8/10/2018 8:55:19 AM.839] LSPD First Response: TransportWorldDistricts info:
[8/10/2018 8:55:19 AM.839] LSPD First Response: Assorted Callouts, developed by Albo1125, has been loaded successfully!
[8/10/2018 8:55:19 AM.840] LSPD First Response: [Better EMS]: Registering smart radio buttons
[8/10/2018 8:55:19 AM.842] LSPD First Response: [Better EMS]: Launching EMS response
[8/10/2018 8:55:19 AM.891] LSPD First Response: LSPDFR+, developed by Albo1125, has been loaded successfully!
[8/10/2018 8:55:19 AM.895] LSPD First Response: LSPDFR+ has been initialised successfully and is now loading INI, XML and dependencies. Standby...
[8/10/2018 8:55:19 AM.899] LSPD First Response: PoliceSmartRadio is not in beta.
[8/10/2018 8:55:19 AM.900] LSPD First Response: Police SmartRadio queue created. Waiting...
[8/10/2018 8:55:20 AM.265] LSPD First Response: Setting Display position to BottomRight
[8/10/2018 8:55:20 AM.265] LSPD First Response: 1700:604
[8/10/2018 8:55:20 AM.305] LSPD First Response: Allbuttons ln: 27
[8/10/2018 8:55:20 AM.335] LSPD First Response: Allbuttons ln: 27
[8/10/2018 8:55:20 AM.336] LSPD First Response: Police SmartRadio is done loading. Button actions ready to be added.
[8/10/2018 8:55:20 AM.343] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to pit
[8/10/2018 8:55:20 AM.346] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to pit successful.
[8/10/2018 8:55:20 AM.346] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to platecheck
[8/10/2018 8:55:20 AM.346] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to platecheck successful.
[8/10/2018 8:55:20 AM.346] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to panic
[8/10/2018 8:55:20 AM.346] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to panic successful.
[8/10/2018 8:55:20 AM.347] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to pedcheck
[8/10/2018 8:55:20 AM.347] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to pedcheck successful.
[8/10/2018 8:55:20 AM.347] LSPD First Response: PoliceSmartRadio requesting a PoliceSmartRadio action to be added to endcall
[8/10/2018 8:55:20 AM.347] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadio to endcall successful.
[8/10/2018 8:55:20 AM.347] LSPD First Response: All PoliceSmartRadio default buttons have been assigned actions.
[8/10/2018 8:55:20 AM.354] LSPD First Response: PoliceSmartRadioExtension requesting a PoliceSmartRadio action to be added to RequestFireTruck
[8/10/2018 8:55:20 AM.355] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadioExtension to RequestFireTruck successful.
[8/10/2018 8:55:20 AM.355] LSPD First Response: PoliceSmartRadioExtension requesting a PoliceSmartRadio action to be added to UpdatePursuitStatus
[8/10/2018 8:55:20 AM.355] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadioExtension to UpdatePursuitStatus successful.
[8/10/2018 8:55:20 AM.355] LSPD First Response: PoliceSmartRadioExtension requesting a PoliceSmartRadio action to be added to CallOffPursuit
[8/10/2018 8:55:20 AM.355] LSPD First Response: PoliceSmartRadio: Adding action for PoliceSmartRadioExtension to CallOffPursuit successful.
[8/10/2018 8:55:20 AM.373] LSPD First Response:
[8/10/2018 8:55:20 AM.374] World District: City
[8/10/2018 8:55:20 AM.374] Drivers:S_M_Y_COP_01
[8/10/2018 8:55:20 AM.377] Passengers:S_F_Y_COP_01
[8/10/2018 8:55:20 AM.378] Vehsettings: Model: POLICETLivs: -1 Extras:
[8/10/2018 8:55:20 AM.379] LSPD First Response: PoliceSmartRadio, developed by Albo1125, has been loaded successfully!
[8/10/2018 8:55:20 AM.380] LSPD First Response: PoliceSmartRadio done loading. Dequeueing actions... (0)
[8/10/2018 8:55:20 AM.392] LSPD First Response:
[8/10/2018 8:55:20 AM.393] World District: LosSantosCountryside
[8/10/2018 8:55:20 AM.393] Drivers:S_M_Y_SHERIFF_01
[8/10/2018 8:55:20 AM.393] Passengers:S_F_Y_SHERIFF_01
[8/10/2018 8:55:20 AM.393] Vehsettings: Model: SHERIFF2Livs: -1 Extras:
[8/10/2018 8:55:20 AM.409] LSPD First Response:
[8/10/2018 8:55:20 AM.409] World District: BlaineCounty
[8/10/2018 8:55:20 AM.409] Drivers:S_M_Y_SHERIFF_01
[8/10/2018 8:55:20 AM.409] Passengers:S_F_Y_SHERIFF_01
[8/10/2018 8:55:20 AM.410] Vehsettings: Model: SHERIFF2Livs: -1 Extras:
[8/10/2018 8:55:20 AM.422] LSPD First Response:
[8/10/2018 8:55:20 AM.424] World District: Water
[8/10/2018 8:55:20 AM.424] Drivers:S_M_Y_USCG_01
[8/10/2018 8:55:20 AM.424] Passengers:S_M_Y_USCG_01
[8/10/2018 8:55:20 AM.424] Vehsettings: Model: PREDATORLivs: -1 Extras:
[8/10/2018 8:55:20 AM.425] LSPD First Response: Transportregion info:
[8/10/2018 8:55:22 AM.911] LSPD First Response: OnSceneBackup requesting a PoliceSmartRadio action to be added to onscenebackup
[8/10/2018 8:55:22 AM.912] LSPD First Response: PoliceSmartRadio: Adding action for OnSceneBackup to onscenebackup successful.
[8/10/2018 8:55:23 AM.361] LSPD First Response: TrafficStopBackup requesting a PoliceSmartRadio action to be added to trafficstop
[8/10/2018 8:55:23 AM.362] LSPD First Response: PoliceSmartRadio: Adding action for TrafficStopBackup to trafficstop successful.
[8/10/2018 8:55:23 AM.362] LSPD First Response: TrafficStopBackup requesting a PoliceSmartRadio action to be added to felonystop
[8/10/2018 8:55:23 AM.362] LSPD First Response: PoliceSmartRadio: Adding action for TrafficStopBackup to felonystop successful.
[8/10/2018 8:55:23 AM.362] LSPD First Response: TrafficStopBackup requesting a PoliceSmartRadio action to be added to k9backup
[8/10/2018 8:55:23 AM.362] LSPD First Response: PoliceSmartRadio: Adding action for TrafficStopBackup to k9backup successful.
[8/10/2018 8:55:24 AM.853] LSPD First Response: ParksTools requesting a PoliceSmartRadio action to be added to ems_request
[8/10/2018 8:55:24 AM.853] LSPD First Response: PoliceSmartRadio: Adding action for ParksTools to ems_request successful.
[8/10/2018 8:55:24 AM.854] LSPD First Response: ParksTools requesting a PoliceSmartRadio action to be added to ems_cancel
[8/10/2018 8:55:24 AM.854] LSPD First Response: PoliceSmartRadio: Adding action for ParksTools to ems_cancel successful.
[8/10/2018 8:55:24 AM.934] LSPD First Response: TrafficOffences:
[8/10/2018 8:55:24 AM.935] LSPD First Response: OFFENCE<Speeding(10+)280FalseTraffic>
[8/10/2018 8:55:24 AM.935] LSPD First Response: OFFENCE<Speeding(20+)3150FalseTraffic>
[8/10/2018 8:55:24 AM.935] LSPD First Response: OFFENCE<Speeding(30+)4230TrueTraffic>
[8/10/2018 8:55:24 AM.935] LSPD First Response: OFFENCE<No License82500TrueTraffic>
[8/10/2018 8:55:24 AM.935] LSPD First Response: OFFENCE<Driving On Suspended License6850FalseTraffic>
[8/10/2018 8:55:24 AM.935] LSPD First Response: OFFENCE<Expired License2250FalseTraffic>
[8/10/2018 8:55:24 AM.935] LSPD First Response: OFFENCE<Invalid Registration4850TrueTraffic>
[8/10/2018 8:55:24 AM.936] LSPD First Response: OFFENCE<No Registration4650FalseTraffic>
[8/10/2018 8:55:24 AM.936] LSPD First Response: OFFENCE<Running A Red Light2100FalseTraffic>
[8/10/2018 8:55:24 AM.936] LSPD First Response: OFFENCE<Running A Stop Sign2150FalseTraffic>
[8/10/2018 8:55:24 AM.936] LSPD First Response: OFFENCE<Failure to Yield3150FalseTraffic>
[8/10/2018 8:55:24 AM.936] LSPD First Response: OFFENCE<Failure To Stop61500FalseTraffic>
[8/10/2018 8:55:24 AM.936] LSPD First Response: OFFENCE<Seat Belt Violation1200FalseTraffic>
[8/10/2018 8:55:24 AM.936] LSPD First Response: OFFENCE<No Insurance6850TrueTraffic>
[8/10/2018 8:55:24 AM.937] LSPD First Response: OFFENCE<Invalid Insurance3350TrueTraffic>
[8/10/2018 8:55:24 AM.937] LSPD First Response: OFFENCE<Expired Insurance3100FalseTraffic>
[8/10/2018 8:55:24 AM.937] LSPD First Response: OFFENCE<Texting While Driving4550FalseTraffic>
[8/10/2018 8:55:24 AM.937] LSPD First Response: OFFENCE<Broken Tail Light00FalseTraffic>
[8/10/2018 8:55:24 AM.937] LSPD First Response: OFFENCE<Broke Tail Light (Second Offense) 260FalseTraffic>
[8/10/2018 8:55:24 AM.937] LSPD First Response: OFFENCE<Broken Brake Light00FalseTraffic>
[8/10/2018 8:55:24 AM.937] LSPD First Response: OFFENCE<Broken Brake Light (Second Offence)160FalseTraffic>
[8/10/2018 8:55:24 AM.938] LSPD First Response: OFFENCE<Broken Head Light00FalseTraffic>
[8/10/2018 8:55:24 AM.938] LSPD First Response: OFFENCE<Reckless Driving3650FalseTraffic>
[8/10/2018 8:55:24 AM.938] LSPD First Response: OFFENCE<Reckless Endangerment83500TrueTraffic>
[8/10/2018 8:55:24 AM.938] LSPD First Response: OFFENCE<Careless Driving3550FalseTraffic>
[8/10/2018 8:55:24 AM.938] LSPD First Response: OFFENCE<DUI1210000TrueTraffic>
[8/10/2018 8:55:24 AM.938] LSPD First Response: OFFENCE<DWUI1212000TrueTraffic>
[8/10/2018 8:55:24 AM.939] LSPD First Response: OFFENCE<No Helmet0100FalseTraffic>
[8/10/2018 8:55:24 AM.939] LSPD First Response: OFFENCE<Possession of DEA Schedule 1 Narcotics1215000TrueTraffic>
[8/10/2018 8:55:24 AM.939] LSPD First Response: OFFENCE<Possession of DEA Schedule 2/3 Narcotics 1215000TrueTraffic>
[8/10/2018 8:55:24 AM.939] LSPD First Response: OFFENCE<Possession of DEA Schedule 4 Narcotics1215000TrueTraffic>
[8/10/2018 8:55:24 AM.939] LSPD First Response: OFFENCE<Possession of DEA Schedule 5 Narcotics1215000TrueTraffic>
[8/10/2018 8:55:24 AM.939] LSPD First Response: OFFENCE<Open Alcohol Container4850FalseTraffic>
[8/10/2018 8:55:24 AM.939] LSPD First Response: OFFENCE<Felony Evading63500TrueTraffic>
[8/10/2018 8:55:24 AM.940] LSPD First Response: OFFENCE<Insecure Load (Individual)3100FalseTraffic>
[8/10/2018 8:55:24 AM.940] LSPD First Response: OFFENCE<Insecure Load (Commercial)35000FalseTraffic>
[8/10/2018 8:55:24 AM.940] LSPD First Response: OFFENCE<Dangerous Cycling3500FalseTraffic>
[8/10/2018 8:55:24 AM.940] LSPD First Response: OFFENCE<Careless Cycling3100FalseTraffic>
[8/10/2018 8:55:24 AM.940] LSPD First Response: OFFENCE<Shoplifting090FalseDisorder>
[8/10/2018 8:55:24 AM.940] LSPD First Response: OFFENCE<Failure To Comply0100FalseDisorder>
[8/10/2018 8:55:24 AM.940] LSPD First Response: OFFENCE<Failure to Provide Required Documents0150TrueDisorder>
[8/10/2018 8:55:24 AM.941] LSPD First Response: OFFENCE<Resisting Arrest0250FalseDisorder>
[8/10/2018 8:55:24 AM.941] LSPD First Response: OFFENCE<Possession with Intent to sell018000FalseFelony>
[8/10/2018 8:55:24 AM.941] LSPD First Response: OFFENCE<Paraphernalia06500FalseFelony>
[8/10/2018 8:55:24 AM.941] LSPD First Response: OFFENCE<Manufacturer032000FalseFelony>
[8/10/2018 8:55:24 AM.941] LSPD First Response: OFFENCE<Cultivation016000FalseFelony>
[8/10/2018 8:55:24 AM.941] LSPD First Response: OFFENCE<Abuse of Perscription07800FalseFelony>
[8/10/2018 8:55:24 AM.941] LSPD First Response: OFFENCE<Metabolite DUIs0250FalseFelony>
[8/10/2018 8:55:24 AM.941] LSPD First Response: OFFENCE<Distribution/Trafficking025000FalseFelony>
[8/10/2018 8:55:24 AM.942] LSPD First Response: OFFENCE<Possession of DEA Schedule 1 Narcotics1215000TrueFelony>
[8/10/2018 8:55:24 AM.942] LSPD First Response: OFFENCE<Possession of DEA Schedule 2/3 Narcotics 1215000TrueFelony>
[8/10/2018 8:55:24 AM.942] LSPD First Response: OFFENCE<Possession of DEA Schedule 4 Narcotics1215000TrueFelony>
[8/10/2018 8:55:24 AM.942] LSPD First Response: OFFENCE<Possession of DEA Schedule 5 Narcotics1215000TrueFelony>
[8/10/2018 8:55:24 AM.942] LSPD First Response: OFFENCE<Broadcasting without License01500FalseMisc>
[8/10/2018 8:55:24 AM.988] LSPD First Response: LSPDFR+ has been fully initialised successfully and is now working.
[8/10/2018 8:55:25 AM.029] LSPD First Response: Emtpy items, clearing menu at index 1.
[8/10/2018 8:55:25 AM.032] LSPD First Response: Emtpy items, clearing menu at index 1.
[8/10/2018 8:55:26 AM.585] LSPD First Response: Arrest Manager by Albo1125 has loaded successfully.
[8/10/2018 8:55:26 AM.589] LSPD First Response: Assembly is requesting an LSPDFR+ SecurityGuid: Arrest Manager
[8/10/2018 8:55:26 AM.591] LSPD First Response: LSPDFR+ SecurityGuid validated & issued successfully.
[8/10/2018 8:55:26 AM.598] LSPD First Response: Arrest Manager requesting a PoliceSmartRadio action to be added to coroner
[8/10/2018 8:55:26 AM.598] LSPD First Response: PoliceSmartRadio: Adding action for Arrest Manager to coroner successful.
[8/10/2018 8:55:26 AM.599] LSPD First Response: Arrest Manager requesting a PoliceSmartRadio action to be added to tow
[8/10/2018 8:55:26 AM.599] LSPD First Response: PoliceSmartRadio: Adding action for Arrest Manager to tow successful.
[8/10/2018 8:55:26 AM.599] LSPD First Response: Arrest Manager requesting a PoliceSmartRadio action to be added to transport
[8/10/2018 8:55:26 AM.599] LSPD First Response: PoliceSmartRadio: Adding action for Arrest Manager to transport successful.
[8/10/2018 8:55:26 AM.635] Jail Dropoff blips created.
[8/10/2018 8:55:30 AM.892] LSPD First Response: Creating ?????????????????????????????????????????
[8/10/2018 8:55:30 AM.896] [TRACE] Callout created:  #1
[8/10/2018 8:55:30 AM.904] LSPD First Response: CalloutCreated: Callout should be aborted
[8/10/2018 8:55:30 AM.905] LSPD First Response: EndCurrentCallout: Finishing...
[8/10/2018 8:55:30 AM.909] [TRACE] Instance cleaned ( #1)
[8/10/2018 8:55:40 AM.602] LSPD First Response: Assembly is requesting an LSPDFR+ SecurityGuid: Traffic Policer
[8/10/2018 8:55:40 AM.603] LSPD First Response: LSPDFR+ SecurityGuid validated & issued successfully.
[8/10/2018 8:55:46 AM.534] LSPD First Response: Creating highway_accident2
[8/10/2018 8:55:46 AM.535] [TRACE] Callout created:  #2
[8/10/2018 8:55:46 AM.582] LSPD First Response: Direction: UNKNOWN
[8/10/2018 8:55:46 AM.822] [TRACE] Thread ZoomThread #1 initialized
[8/10/2018 8:55:47 AM.056] LSPD First Response: 
[8/10/2018 8:55:47 AM.056] LSPD First Response: ==============================
[8/10/2018 8:55:47 AM.057] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK
[8/10/2018 8:55:47 AM.057] LSPD First Response: ------------------------------
[8/10/2018 8:55:47 AM.057] LSPD First Response: Origin: Game fiber "CalloutManager".
[8/10/2018 8:55:47 AM.057] LSPD First Response: ------------------------------
[8/10/2018 8:55:47 AM.057] LSPD First Response: Exception type: System.InvalidOperationException
[8/10/2018 8:55:47 AM.058] LSPD First Response: Exception message: Sequence contains no elements
[8/10/2018 8:55:47 AM.058] LSPD First Response: ------------------------------
[8/10/2018 8:55:47 AM.058] LSPD First Response: Inner exceptions:
[8/10/2018 8:55:47 AM.058] LSPD First Response: ------------------------------
[8/10/2018 8:55:47 AM.058] LSPD First Response: Stack trace:
[8/10/2018 8:55:47 AM.060] LSPD First Response: at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
[8/10/2018 8:55:47 AM.060] at XScanner.XScanner.?????????????????????????????????????????() in C:\Users\hotwi\Documents\Source\Repos\XScanner\XScanner\XScanner\Engine\CNode\DrawPathNodes.cs:line 91
[8/10/2018 8:55:47 AM.060] at XScanner.XScanner.PlayScannerWithPosition(String audio, Vector3 position, UInt32 TimeOut, Boolean skipIfAlreadyPlaying, Boolean playIntroSound, Boolean playOutroSound, Func`1 playIf)
[8/10/2018 8:55:47 AM.060] at ?????????????????????????????????????????.?????????????????????????????????????????(String , Vector3 )
[8/10/2018 8:55:47 AM.061] at LSPD_First_Response.Mod.API.Functions.PlayScannerAudioUsingPosition(String sound, Vector3 position) in E:\GTA V\LSPD First Response\LSPD First Response\Mod\API\Functions.cs:line 360
[8/10/2018 8:55:47 AM.061] at tacco_highway_callouts.Callouts.highway_accident2.OnBeforeCalloutDisplayed()
[8/10/2018 8:55:47 AM.061] at ?????????????????????????????????????????.?????????????????????????????????????????(Callout ) in E:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 254
[8/10/2018 8:55:47 AM.061] at ?????????????????????????????????????????.?????????????????????????????????????????(Type ) in E:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 237
[8/10/2018 8:55:47 AM.061] at ?????????????????????????????????????????.?????????????????????????????????????????() in E:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 134
[8/10/2018 8:55:47 AM.061] at Rage.GameFiber.Main()
[8/10/2018 8:55:47 AM.062] LSPD First Response: ==============================
[8/10/2018 8:55:47 AM.062] LSPD First Response: 
[8/10/2018 8:55:48 AM.284] LSPD First Response: All signs removed
 

there you go that is my log files.😁

26 minutes ago, khorio said:

log?

it just now crashs when i forceduty.?

khorio

Members Author

33 minutes ago, MDC2005VIPER said:

hold on i can send it

wait ill make a video instead

ok just hold on about 10 minutes cause ill put a video link.

<snip>

there you go that is my log files.😁

it just now crashs when i forceduty.?

Can you update to the latest version first?

MDC2005VIPER

Members

i can not update to the latest version cause it makes my game not load.

khorio

Members Author

25 minutes ago, MDC2005VIPER said:

i can not update to the latest version cause it makes my game not load.

Ok

Create an account or sign in to comment

Latest Mods

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.