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.

opus49

Insiders
  • Joined

  • Last visited

Everything posted by opus49

  1. Next update you will be able to adjust the number of officers who respond to panic.
  2. I am no longer monitoring or responding to this thread. Support will only be provided via Discord: https://discord.gg/AuJCUag Consider joining the Unofficial LSPDFR Support Server: https://discord.gg/mJMKAd5 Frequently Asked Questions Why is my game freezing after installing Grammar Police? Grammar Police says it could not initialize a SpeechRecognitionEngine. What gives? Grammar Police causes a crash when I try to call for backup. Does Grammar Police support my language? Where can I see a list of values for mapping keys? How do I see the public functions in a plugin? Grammar Police doesn't understand anything I say. The log says "ERROR: Internal error occurred in the recognition process." I'm not getting any errors, but Grammar Police doesn't respond to anything I say. I still can't figure out my problem. What do I do?
  3. Controller support will be available in the next release, thanks for the suggestion!
  4. If you want to use it with English, you will need to install the U.S. English language pack for windows. If you want to use a different language, you will need to write your grammar.xml in your language and update the Culture code in the GrammarPolice.ini file. If you would like to discuss adding Swedish to the baseline, I'd be happy to discuss. Just shoot me a PM.
  5. I'm going to add all of them by default in the next update 🙂
  6. The problem is there are only sound files in GTA5 for the LAPD style unit types.
  7. I'd be happy to work with you on developing a Polish translation of the grammar.xml file.
  8. Alrighty. It should have generated an audioendpoints.txt file? Did you get one? If so, can you attach it?
  9. You don't need this to use Grammar Police
  10. Just wanted say that Grammar Police wouldn't exist without Vocal Dispatch. Turbofandude made an awesome plugin for which I am grateful.
  11. Remove the .dll after UltimateBackup in the <Target> line
  12. Only way I can troubleshoot is if you send me your action.xml, grammar.xml and rage plugin hook log 🙂
  13. I would need more details. What functionality from those plugins would you want to integrate?
  14. There's a RespondToLocation that just takes a Vector3. For the overload that takes a bool, looks like the parameter name is sendFirstResponder.
  15. Looks like there's some functions under API for BetterEMS, but they have parameters. I could call it from Grammar Police directly, but there's no easy way to dynamically handle that at runtime. I could do something like include a setting in my INI file offering BetterEMS as an option for ambulance, and then if the plugin is available, use it.
  16. No, I just have ten different things going on. I put it on my Trello board, I'll get back to it I promise 🙂
  17. Actually BetterEMS does... let me keep at it. I'll PM you if I come up with anything.
  18. It's not loading the actions: [5/30/2020 7:01:07 PM.954] LSPD First Response: GrammarPolice [ActionHandler] failed to load action. Name: air Target: HeliAssistance.Actions.Backup.Air [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] Object reference not set to an instance of an object. [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] at GrammarPolice.Handlers.Action.GetMethodInfo() [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] failed to load action. Name: ems Target: BetterEMS.Actions.Backup.EMS [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] Object reference not set to an instance of an object. [5/30/2020 7:01:07 PM.955] LSPD First Response: GrammarPolice [ActionHandler] at GrammarPolice.Handlers.Action.GetMethodInfo() Unfortunately, neither of those plugins has public static methods. I will take a note to reach out to those plugin developers and see if we can work something out.
  19. My guess is it's either GP is not sucessfully loading those dll's or the method names aren't quite right. Can you send me your latest RP log? And I assume those are two different actions (air and EMS)? You cannot have multiple targets for an action.
  20. I'm not sure I understand what you mean. It's not recognizing the request? Or you don't like the ambulance? OMG i just realized I've been misspelling "ambulance" this entire time 🙄
  21. It shouldn't. The only thing it really does is watch for a keypress and then act if it receives one. So 99% of the time it's just one thread listening for a keypress.
  22. There is no audio for that, but I can add that to the list of requests. I appreciate the suggestion! There does seems to be some funny business between StopThePed and Compulite in terms of the vehicle flags, so I'm not 100% sure what's going on there. I'm still trying to track that down. The Trello board? No, it's just a dashboard for seeing the upcoming features and fixes.
  23. Adding UB's Fire Department seems to be a popular request. Here is how you can do it without any update: Add this to your actions.xml file before the closing </Actions> tag: <Action> <Name>firetruck</Name> <Library>UltimateBackup.dll</Library> <Target>UltimateBackup.API.Functions.callFireDepartment</Target> </Action> Add this to your grammar.xml inside the <Request><Options> section (e.g. after platecheck): <Option> <Action>firetruck</Action> <Phrases> <string>firetruck</string> <string>fire department</string> </Phrases> </Option> Of course you can customize the phrases all you like. If you put <string>a big red truck</string> then you should be able to say, "dispatch i need a big red truck" and it should work.
  24. This is likely a version mismatch. You need the most recent version of STP. I can try. Shoot me a PM if you like. Trello is a tool for managing tasks. Since people have been kind enough to make suggestions, I thought I would offer up a place where they can see the progress.

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.