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>