Hi, when i use my keys nothing is doing.
It is my ini :
//Felony Stop INI
//Season to taste!
//NOTE: These settings will be modifiable in-game via the plugin menu. As you make changes in-game, it will update the values within this file.
[Main]
//The name of the player; This name will be used on notifications, e.g. "Player: I need backup."
PlayerName=Ali Spolk
//If true, backup units will automatically respond when you initiate a felony stop
EnableAutomaticBackup=True
//The number of units to automatically respond when a felony stop is initiated
NumberOfAutoBackupUnits=1
//If true, nearby police will be first in priority to respond to the felony stop
UseNearbyUnits=True
//If true, the menu will automatically close when any suspect chooses to fight or flee
AutoCloseWhenThreatened=True
//If true, the player will aim at the selected occupant when giving commands
AutoAimDuringCommands=True
//If true, the Heli Assist plugin will be called to send an air unit to the felony stop
UseHeliAssistPlugin=True
[Keys]
//https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx
//Used to toggle the menu of the plugin
ToggleMenu=I
ToggleMenuModifier=ControlKey
//Used to initiate a felony stop, without the use of the menu
InitiateFelonyStop=T
InitiateFelonyStopModifier=ControlKey
//http://docs.ragepluginhook.net/html/T_Rage_GameControl.htm#
InitiateFelonyStopControlButton=VehicleBrake
//The duration to hold the InitiateFelonyStopControlButton in order to initiate a felony stop, in milliseconds
ControlButtonHoldDuration=1000
//The control button used to quickly access the commands menu
CommandsMenuControlButton=VehiclePrevRadio
//The control button used to quickly access the tactics menu
TacticsMenuControlButton=VehicleNextRadio
//The control button used to quickly request a unit to respond
RequestUnitControlButton=Duck
[Radar]
//If true, a blip will be displayed on the radar for the backup units
EnableBackupBlips=True
//https://www.byteblocks.com/Post/SystemDrawingColor-Chart
BackupBlipColor=Navy
//Sets the relative size of the blip, between 0.0 - 1.0
BackupBlipScale=0.5
[Other]
MenuBannerColor=Navy
I hit Ctrl + T but nothing is doing.. Can you help me please ?