Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PoliceSmartRadio>
  3. <!--PoliceSmartRadio by Albo1125.
  4. PoliceSmartRadio Customisation Video Tutorial: https://www.youtube.com/watch?v=aJPA_nIEZxo
  5. <Button> tags will automatically be added if a plugin tries to assign itself to a button. You can choose whether to enable that button or not.
  6. The buttons are shown ingame in the order entered here.
  7. You can add as many <Button> tags as you like, they'll be sorted into pages based on the value in the DisplayPositioning.ini file.
  8. The <Plugin> value MUST correspond to the plugin name assigning an action to the button. It also determines which folder the textures are loaded from (see <Name> explanation).
  9. The <Name> value MUST correspond to the name of a png file in either the PoliceSmartRadio/Display/On/Plugin or PoliceSmartRadio/Display/Off/Plugin folders.
  10. The <Enabled> values MUST be either 'true' or 'false' (without quotation marks). It determines if the button is shown ingame.-->
  11. <Button>
  12. <Plugin>PoliceSmartRadio</Plugin>
  13. <Name>pit</Name>
  14. <Enabled>True</Enabled>
  15. </Button>
  16. <Button>
  17. <Plugin>PoliceSmartRadio</Plugin>
  18. <Name>platecheck</Name>
  19. <Enabled>True</Enabled>
  20. </Button>
  21. <Button>
  22. <Plugin>PoliceSmartRadio</Plugin>
  23. <Name>panic</Name>
  24. <Enabled>True</Enabled>
  25. </Button>
  26. <Button>
  27. <Plugin>PoliceSmartRadio</Plugin>
  28. <Name>pedcheck</Name>
  29. <Enabled>True</Enabled>
  30. </Button>
  31. <Button>
  32. <Plugin>PoliceSmartRadio</Plugin>
  33. <Name>endcall</Name>
  34. <Enabled>True</Enabled>
  35. </Button>
  36. <Button>
  37. <Plugin>Arrest Manager</Plugin>
  38. <Name>coroner</Name>
  39. <Enabled>True</Enabled>
  40. </Button>
  41. <Button>
  42. <Plugin>Arrest Manager</Plugin>
  43. <Name>tow</Name>
  44. <Enabled>True</Enabled>
  45. </Button>
  46. <Button>
  47. <Plugin>Arrest Manager</Plugin>
  48. <Name>transport</Name>
  49. <Enabled>True</Enabled>
  50. </Button>
  51. <Button>
  52. <Plugin>SpikeStripsBackup</Plugin>
  53. <Name>spikestrips</Name>
  54. <Enabled>True</Enabled>
  55. </Button>
  56. <Button>
  57. <Plugin>TrafficStopBackup</Plugin>
  58. <Name>trafficstop</Name>
  59. <Enabled>True</Enabled>
  60. </Button>
  61. <Button>
  62. <Plugin>TrafficStopBackup</Plugin>
  63. <Name>felonystop</Name>
  64. <Enabled>True</Enabled>
  65. </Button>
  66. <Button>
  67. <Plugin>HeliOrbitPlugin</Plugin>
  68. <Name>airsupport</Name>
  69. <Enabled>True</Enabled>
  70. </Button>
  71. <Button>
  72. <Plugin>ParksTools</Plugin>
  73. <Name>ems_request</Name>
  74. <Enabled>True</Enabled>
  75. </Button>
  76. <Button>
  77. <Plugin>ParksTools</Plugin>
  78. <Name>ems_cancel</Name>
  79. <Enabled>True</Enabled>
  80. </Button>
  81. <Button>
  82. <Plugin>ParksTools</Plugin>
  83. <Name>code3_local</Name>
  84. <Enabled>True</Enabled>
  85. </Button>
  86. <Button>
  87. <Plugin>ParksTools</Plugin>
  88. <Name>code2_local</Name>
  89. <Enabled>True</Enabled>
  90. </Button>
  91. <Button>
  92. <Plugin>ParksTools</Plugin>
  93. <Name>pursuit_local</Name>
  94. <Enabled>True</Enabled>
  95. </Button>
  96. <Button>
  97. <Plugin>ParksTools</Plugin>
  98. <Name>pursuit_air</Name>
  99. <Enabled>True</Enabled>
  100. </Button>
  101. <Button>
  102. <Plugin>PeterUCallouts</Plugin>
  103. <Name>suspectdesc</Name>
  104. <Enabled>True</Enabled>
  105. </Button>
  106. <Button>
  107. <Plugin>PeterUCallouts</Plugin>
  108. <Name>vehicledesc</Name>
  109. <Enabled>True</Enabled>
  110. </Button>
  111. <Button>
  112. <Plugin>PeterUCallouts</Plugin>
  113. <Name>lastpos</Name>
  114. <Enabled>True</Enabled>
  115. </Button>
  116. <Button>
  117. <Plugin>PeterUCallouts</Plugin>
  118. <Name>statement</Name>
  119. <Enabled>True</Enabled>
  120. </Button>
  121. <Button>
  122. <Plugin>PeterUCallouts</Plugin>
  123. <Name>dismissped</Name>
  124. <Enabled>True</Enabled>
  125. </Button>
  126. </PoliceSmartRadio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement