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.

Grammar Police SUPPORT Thread

Featured Replies

  • Author
5 hours ago, JoeCWilson017 said:

I thought it was just me. I'm also having the same problem listed above. Last I knew, something broke, when I updated to the latest version, reverting to the old version, doesn't seem to fix this issue. Hopefully someone can find the cause of this bug

It's not a bug, it's Immersive Dispatch which is not my plugin.  Delete the numbers.xml file in your custom/commands folder.

 

Please use my discord server for support.

If you're interested, check out my dev diary.

 

  • Replies 438
  • Views 134.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • UnknownBastion
    UnknownBastion

    Hello,   This may not be what is causing the extent of the problem, but I noticed your RPH is outdated by one update. You can get it from their site. Give that a go and try again. I would al

  • UnknownBastion
    UnknownBastion

    No problem! Glad I could help! 🙂

  • It's in a folder called "Documentation" in the RAR file.

Posted Images

Greetings, . 

First time, long Time, so first off having a great time with Grammar Police but i do have a question. So dispatcher does not recognize my call sign, hmm at least when i go on duty  the dispatcher still broadcast my wrong call sign, as well as the Text response. (both still on the Lincoln (default) call sign and i have double checked to make sure my  call sign saved as well as the config for my controller buttons, (neither work a the moment. Thanks for any help on the matter.  

  • Author
8 minutes ago, MatrixNative said:

Greetings, . 

First time, long Time, so first off having a great time with Grammar Police but i do have a question. So dispatcher does not recognize my call sign, hmm at least when i go on duty  the dispatcher still broadcast my wrong call sign, as well as the Text response. (both still on the Lincoln (default) call sign and i have double checked to make sure my  call sign saved as well as the config for my controller buttons, (neither work a the moment. Thanks for any help on the matter.  

Can you upload your RagePluginHook.log and your custom.ini?

Please use my discord server for support.

If you're interested, check out my dev diary.

 

so yea, that was a great catch @opus49, indeed i did have a extra .ini 
GREAT CATCH!!! working! Please let me know if you're tutorial for ver. 1.2  still good it appears to be, as I am kinda following it while comparing it to your 1.3 installation video and documentation.  READ THE DOCUMENTS! by the way did I mention to read the documents? just do not add .ini when you save it after you copy the default  and save it as the custom.. lol. ttys be safe, keep your head down.  ha. ttys man.

 

Hey guys,

 

I don't know if there is a thread already for this, ive searched and found nothing, but I have installed GP (I love it btw) but the ONLY issue I am having, after following the instructional videos to the letter, is that "Better EMS" is not functioning. I get the bog-standard EMS. I have created the "Better_EMS.xml" file in my custom/actions folder but it doesn't matter what phrase I put in it will not dispatch BEMS through Grammer Police.

 

Any held would be appreciated.

Please see below for the coding I haves used within my .xml

Be advised it is located as follows: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\plugins\LSPDFR\GrammarPolice\grammar\en-GB\custom\actions

 

I have had absolutely NO problem with anything else. It is just BEMS.

 

I really appreciated anyone's help.

See below the code:

 

<?xml version="1.0" encoding="utf-8"?>
<Action>
    <Name>Better_ems</Name>
    <Commands>
        <string>request</string>
    </Commands>
    <Phrases>
        <string>Better EMS</string>
    </Phrases>
    <Target>BetterEMS.API.EMSFunctions.RespondToLocation</Target>
    <Parameters>
        <Paramter>
            <Type>Range.Vector3</Type>
            <Value>Player</Value>
        </Parameter>
    </Parameters>
</Action>

 

Edited by Ofcr Mahony

C.Q

  • Author

@Ofcr Mahony  Hi!  The "letter" you missed from the instructions was that I was showing how to add a new action.  If you want to *replace* EMS, you need to use the same <Name> as the existing ems (which is "ems"). 

 

Add this XML file to your custom/actions folder:

 

 

ems (7).xml

Please use my discord server for support.

If you're interested, check out my dev diary.

 

Firstly thanks

Firstly thanks for the reply. I was trying to replicate what you had done in the video and have both BEMS and LCPDFR EMS just with different commands. Ill do this now and let you know. Should I therefore delete the "Better_EMS" folder I already have in my custom/actions folder?

 

@opus49 worked a treat thank you.
One other question while I have you on the line, is there a way I can code to "Stand down EMS" as there is the "command" in Better EMS built in to cancel them. Can we incorporate a verbal command into Grammer Police?

 

Thanks again man. Appreciate your attention. Awsome mod!

Edited by Ofcr Mahony

C.Q

  • Author
35 minutes ago, Ofcr Mahony said:

Firstly thanks

Firstly thanks for the reply. I was trying to replicate what you had done in the video and have both BEMS and LCPDFR EMS just with different commands. Ill do this now and let you know. Should I therefore delete the "Better_EMS" folder I already have in my custom/actions folder?

 

@opus49 worked a treat thank you.
One other question while I have you on the line, is there a way I can code to "Stand down EMS" as there is the "command" in Better EMS built in to cancel them. Can we incorporate a verbal command into Grammer Police?

 

Thanks again man. Appreciate your attention. Awsome mod!

 

There would need to be a public, static function in Better EMS.  I do not remember such a function for standing down backup in Better EMS, but it's possible I missed it.

Please use my discord server for support.

If you're interested, check out my dev diary.

 

@opus49 in the Better EMS menu in-game the last option in said manu is cancel EMS.

 

Also I found this in the betterEMS.ini, line 47, i've highlighted:

 

# If you use a controller, you can choose the button which activates
# the custom backup menu. For a list of valid button names, see
# http://docs.ragepluginhook.net/html/558BC34.htm.

DispatchEMSControllerButton = None
DispatchEMSControllerModifier = None

WarpCloserKey = Backspace
CancelKey = Multiply
StopThereKey = Subtract

 

**********************************************************

 

Surely there is the function then that we could play with? Would be cool if we could link 'canelKey' function to a "Stand down EMS" command in GP?

Just a thought.

 

C.Q

Recently updated Grammar Police and now LSPDFR wont even register the key press for Grammar Police. There's no mention of the key press in the log. Looking back in the log it says that there is no key assigned but this is just the default .ini, and you've told us not to edit that one, so I've left it be. RagePluginHook.log

  • Author
2 hours ago, SamElliott1997 said:

Recently updated Grammar Police and now LSPDFR wont even register the key press for Grammar Police. There's no mention of the key press in the log. Looking back in the log it says that there is no key assigned but this is just the default .ini, and you've told us not to edit that one, so I've left it be. RagePluginHook.log

This log just has a couple of crashes caused by Chill Callouts. The log also shows the keybind is the default (Right Alt).

 

Please use my discord server for support.

If you're interested, check out my dev diary.

 

On 8/8/2020 at 12:26 AM, opus49 said:

This log just has a couple of crashes caused by Chill Callouts. The log also shows the keybind is the default (Right Alt).

 

Okay, so the settings in the GrammarPolice.ini file don't appear to be having any affect on the actual settings in game.

  • Author
1 hour ago, SamElliott1997 said:

Okay, so the settings in the GrammarPolice.ini file don't appear to be having any affect on the actual settings in game.

That is correct. I recommend that you read the documentation that came with Grammar Police or watch the video that explains how to install and configure it.

Please use my discord server for support.

If you're interested, check out my dev diary.

 

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.