Bill_Board

Arrest Manager ini file

Mar 6th, 2016
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. INI file for Arrest Manager 5.5.2.0 by Albo1125.
  2.  
  3. [General]
  4. //Set the following to either true or false.
  5.  
  6. //Default:AutoCheckForUpdates=true
  7. AutoCheckForUpdates=true
  8.  
  9. //Default: AutoDoorShutEnabled=true
  10. AutoDoorShutEnabled=true
  11.  
  12.  
  13. [Misc]
  14. //Determines if transport officers speak. Can be 'True' or 'False'.
  15. //Default: OfficerAudio=True
  16. OfficerAudio=True
  17.  
  18. //Determines if dispatch audio is played for transport. Can be 'True' or 'False'.
  19. //Default: DispatchAudio=True
  20. DispatchAudio=True
  21.  
  22. //Here you can change the transport van model. If an invalid value is set, default will be loaded.
  23. //The vehicle MUST be a police vehicle and MUST have at least 4 seats, driver seat included.
  24. //Custom vehicles are supported as long as they're police vehicles.
  25.  
  26. //Model for when you're in the city. If you want multiple models, separate them by commas.
  27. //Default: CityTransportVehicleModel=POLICET, POLICE, POLICE2
  28. CityTransportVehicleModel=POLICET, POLICE, POLICE2
  29.  
  30. //Model for when you're in the countryside. If you want multiple models, separate them by commas.
  31. //Default: CountrysideTransportVehicleModel=SHERIFF2, SHERIFF
  32. CountrysideTransportVehicleModel=SHERIFF2, SHERIFF
  33.  
  34.  
  35. // Here you can change the ped that's driving the transport vehicle. You can find all valid values here: http://ragepluginhook.net/PedModels.aspx
  36. // Use the string next to the picture on the above page, for instance: a_f_m_beach_01
  37. //Police unit uniforms
  38. //Male City Police: s_m_y_cop_01
  39. //Female City Police: s_f_y_cop_01
  40. //Female Sheriff: s_f_y_sheriff_01
  41. //Male Sheriff: s_m_y_sheriff_01
  42. //Male Highway: s_m_y_hwaycop_01
  43. //Prison Guard: s_m_m_prisguard_01
  44.  
  45. //CopModel for city. If you want multiple models, separate them by commas.
  46. //Default: CityTransportCopModel=s_m_m_prisguard_01, s_m_y_cop_01, s_f_y_cop_01
  47. CityTransportCopModel=s_m_m_prisguard_01, s_m_y_cop_01, s_f_y_cop_01
  48.  
  49. //CopModel for countryside. If you want multiple models, separate them by commas.
  50. //Default: CountrysideTransportCopModel=s_m_m_prisguard_01, s_f_y_sheriff_01, s_m_y_sheriff_01
  51. CountrysideTransportCopModel=s_m_m_prisguard_01, s_f_y_sheriff_01, s_m_y_sheriff_01
  52.  
  53.  
  54. //Here you can change how far away the transport vehicle spawns in metres.
  55. //Minimum is 50. Maximum is 250.
  56. //Default: TransportSpawnDistance=85
  57. TransportSpawnDistance=85
  58.  
  59. //Here you can change how far away the Vehicle Management services spawn in metres.
  60. //Minimum is 50. Maximum is 250
  61. VehicleManagementSpawnDistance=70
  62.  
  63. //Set a custom tow truck colour override here. Use valid names from this table: https://msdn.microsoft.com/en-us/library/system.drawing.color%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
  64. //Leave blank to randomise.
  65. //Default: TowTruckColourOverride=
  66. TowTruckColourOverride=
  67.  
  68.  
  69. [Keybindings]
  70. // Use the exact 'member name' for the corresponding key: https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx
  71. // If keys are invalid or unspecified, defaults will be set.
  72. // Specifying 'None' disables the feature.
  73. // ModifierKeys need to be pressed to activate a feature. They can be set to None or any other valid key.
  74.  
  75. //Default: WarpKey=D9
  76. //To disable the 'cheaty' warp, set this to None.
  77. Warpkey=None
  78.  
  79. //Default: WarpModifierKey=None
  80. WarpModifierKey=None
  81.  
  82. //Default: TransportKey=D8
  83. Transportkey=D8
  84.  
  85. //Default: TransportModifierKey=None
  86. TransportModifierKey=None
  87.  
  88. //Default: JailRouteKey=D0
  89. JailRouteKey=D0
  90.  
  91. //Default: JailRouteModifierKey=None
  92. JailRouteModifierKey=None
  93.  
  94. //Default: MultiTransportKey=D7
  95. MultiTransportKey=D7
  96.  
  97. //Default: MultiTransportModifierKey=None
  98. MultiTransportModifierKey=None
  99.  
  100. //Default: ReleaseKey=D6
  101. ReleaseKey=D6
  102.  
  103. //Default: ReleaseModifierKey=None
  104. ReleaseModifierKey=None
  105.  
  106. //Default: VehicleManagementKey=H
  107. VehicleManagementKey=H
  108.  
  109. //Default: VehicleManagementModifierKey=LControlKey
  110. // You can set this to 'None' to disable it.
  111. VehicleManagementModifierKey=LControlKey
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. [Constants]
  125. //Do not change this, crucial constant.
  126. HYDLATHAHIE=3
Advertisement
Add Comment
Please, Sign In to add comment