Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Keyboard]
- //https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx
- //Key to toggle light stage (Default = J)
- LightStage=J
- //Key to toggle traffic advisor stage (Default = K)
- TAdvisor=K
- //Key to toggle siren (Default = G)
- SirenToggle=G
- //Key to trigger sound stage 1 (Default = D1)
- Tone1=D1
- //Key to trigger sound stage 2 (Default = D2)
- Tone2=D2
- //Key to trigger sound stage 3 (Default = D3)
- Tone3=D3
- //Key to trigger sound stage 4 (Default = D4)
- Tone4=D4
- //Key to trigger siren scan (Default = D5)
- Scan=D5
- //Key to trigger aux siren (Default = D6)
- AuxToggle=D6
- //Key to Manual Siren (Default = T)
- Manual=T
- //Key to Horn (Default = Y)
- Horn=Y
- //Key to enable/disable the Steady Burn (Default = OemOpenBrackets)
- SteadyBurn=OemOpenBrackets
- //Key to enable/disable the Interior Light (Default = OemCloseBrackets)
- InteriorLT=OemCloseBrackets
- // Key to trigger the left indicator (Default = OemMinus)
- IndL=OemMinus
- // Key to trigger the right indicator (Default = Oemplus)
- IndR=Oemplus
- // Key to trigger the hazard lights (Default = Back)
- Hazard=Back
- //Key to lock/unlock all DLS keys (Default = Scroll)
- LockAll=Scroll
- //UI Key (Default = Z)
- UIKey=E
- //Modifier Key ("Shift", "Alt" or "Control") (Default = Shift)
- Modifier=Shift
- //List of all disabled controls with InputGroup 0 (DO NOT CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING) (https://docs.fivem.net/docs/game-references/controls/)
- Disabled=80,19,85,86,27,100,164,165
- [Settings]
- //Enable or disable Siren Control for non-DLS enabled vehicles.
- SirenControlNonDLS=true
- //Enable or disable Lights Control for AI vehicles.
- AILightsControl=true
- //Enable or disable indicators
- IndEnabled=true
- //Enable or disable Brake Lights
- BrakeLightsEnabled=true
- //Enable or disable the UI
- UIEnabled=true
- //Enable siren kill on leaving vehicles
- SirenKill=true
- //Logs to Console if Enabled
- LogToConsole=false
- //Patch extras to not repair vehicle when toggled
- //Toggled extras with collisions will not appear until vehicle is repaired manually
- //Required AdvancedHookV.dll to be installed in the main GTA folder
- PatchExtras=false
- //Sounds for Click (Toggle Stage...) https://wiki.gtanet.work/index.php?title=FrontEndSoundlist
- //Default = TOGGLE_ON
- AudioName=TOGGLE_ON
- //Default = HUD_FRONTEND_DEFAULT_SOUNDSET
- AudioRef=HUD_FRONTEND_DEFAULT_SOUNDSET
- [UI]
- //Width of the UI (Default = 550)
- Width=550
- //Height of the UI (Default = 220)
- Height=220
- //X Offset for the UI (Default = 1920)
- OffsetX=1920
- //Y Offset for the UI (Default = 1080)
- OffsetY=1080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement