Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2016
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. //
  2. //######################################################
  3. //#FOG CROSSHAIRS##(CREDITS TO CHIPPY FROM KNHUD/BXHUD)#
  4. //######################################################
  5. //
  6. fogCrosshair
  7. {
  8. "controlname" "CExLabel"
  9. "fieldname" "fogCrosshair"
  10.  
  11. "visible" "1"
  12. "enabled" "1"
  13.  
  14. "xpos" "c-19"
  15. "ypos" "c-13"
  16. "zpos" "2"
  17.  
  18. "wide" "29"
  19. "tall" "30"
  20.  
  21. "font" "fogCrosshairSmooth"
  22. //
  23. // Choose what kind
  24. //
  25. // "fogCrosshair" - Pixelated and outlined
  26. // "fogCrosshairPlain" - Pixelated and not outlined
  27. // "fogCrosshairSmooth" - Antialiased, not outlined
  28.  
  29.  
  30. "labeltext" "6"
  31. //
  32. // Choose your crosshair
  33. //
  34. // Change the "1" to represent the crosshair you want displayed in the Crosshairs.jpg
  35.  
  36. "textAlignment" "center"
  37.  
  38. "fgcolor" "0 255 0 255"
  39. }
  40. //
  41. //###################
  42. //#GARM3N CROSSHAIRS#
  43. //###################
  44. //
  45. CrossHairKonrWings
  46. {
  47. "controlName" "CExLabel"
  48. "fieldName" "CrossHairKonrWings"
  49. "visible" "0"
  50. "enabled" "1"
  51. "zpos" "2"
  52.  
  53. "xpos" "c-22"
  54. "ypos" "c-24"
  55. "wide" "32"
  56. "tall" "49"
  57.  
  58. "font" "CrossHairKonrWings"
  59. //
  60. // Change the font to "CrossHairKonrWingsOutline" if you want an outline
  61. //
  62.  
  63. "labelText" "9"
  64. //
  65. // Change between a number or a letter (eg. "9" or "Z") to change thickness
  66. //
  67.  
  68. "textAlignment" "center"
  69. "fgcolor" "255 255 255 255"
  70.  
  71. }
  72. "CrossHairNormal"
  73. {
  74. "controlName" "CExLabel"
  75. "fieldName" "CrossHairNormal"
  76. "visible" "0"
  77. "enabled" "1"
  78. "zpos" "1"
  79. "xpos" "c-12"
  80. "ypos" "c-15"
  81. "wide" "24"
  82. "tall" "25"
  83. "font" "CrossHairNormal"
  84. "labelText" "+"
  85. "fgcolor" "65 235 0 255"
  86. "textAlignment" "center"
  87. }
  88.  
  89. "CrossHairRequest"
  90. {
  91. "controlName" "CExLabel"
  92. "fieldName" "CrossHairRequest"
  93. "visible" "0"
  94. "enabled" "1"
  95. "zpos" "1"
  96. "xpos" "c-11"
  97. "ypos" "c-11"
  98. "wide" "21"
  99. "tall" "21"
  100. "font" "CrossHairRequest"
  101. "labelText" "+"
  102. "fgcolor" "65 235 0 255"
  103. "textAlignment" "center"
  104. }
  105.  
  106. "CrossHairCircle"
  107. {
  108. "controlName" "CExLabel"
  109. "fieldName" "CrossHairCircle"
  110. "visible" "0"
  111. "enabled" "1"
  112. "zpos" "2"
  113. "xpos" "c-17"
  114. "ypos" "c-16"
  115. "wide" "34"
  116. "tall" "32"
  117. "font" "CrossHairCircle"
  118. "labelText" "i"
  119. "fgcolor" "65 235 0 255"
  120. "textAlignment" "center"
  121. }
  122.  
  123. "CrossHairDotOutline"
  124. {
  125. "controlName" "CExLabel"
  126. "fieldName" "CrossHairDotOutline"
  127. "visible" "0"
  128. "enabled" "1"
  129. "zpos" "1"
  130. "xpos" "c-4"
  131. "ypos" "c-3"
  132. "wide" "8"
  133. "tall" "7"
  134. "font" "CrossHairDotOutline"
  135. "labelText" "+"
  136. "fgcolor" "65 235 0 255"
  137. "textAlignment" "center"
  138. }
  139. //
  140. //###################
  141. //#END OF CROSSHAIRS#
  142. //###################
  143. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement