Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. "Resource/UI/HudAmmoWeapons.res"
  2. {
  3. "HudWeaponAmmoBG"
  4. {
  5. "ControlName" "CTFImagePanel"
  6. "fieldName" "HudWeaponAmmoBG"
  7. "xpos" "99999"
  8.  
  9. "ypos" "99999"
  10.  
  11. "zpos" "1"
  12. "wide" "90"
  13. "tall" "45"
  14. "visible" "0"
  15. "visible_minmode" "0"
  16. "enabled" "0"
  17. "image" "../hud/ammo_blue_bg"
  18. "scaleImage" "1"
  19. "teambg_2" "../hud/ammo_red_bg"
  20. "teambg_2_lodef" "../hud/ammo_red_bg_lodef"
  21. "teambg_3" "../hud/ammo_blue_bg"
  22. "teambg_3_lodef" "../hud/ammo_blue_bg_lodef"
  23. }
  24. "HudWeaponLowAmmoImage"
  25. {
  26. "ControlName" "ImagePanel"
  27. "fieldName" "HudWeaponLowAmmoImage"
  28. "xpos" "99999"
  29.  
  30. "ypos" "99999"
  31.  
  32. "zpos" "0"
  33. "wide" "90"
  34. "tall" "45"
  35. "visible" "0"
  36. "enabled" "0"
  37. "image" "../hud/ammo_red_bg"
  38. "scaleImage" "1"
  39. "teambg_2" "../hud/ammo_red_bg"
  40. "teambg_2_lodef" "../hud/ammo_red_bg_lodef"
  41. "teambg_3" "../hud/ammo_blue_bg"
  42. "teambg_3_lodef" "../hud/ammo_blue_bg_lodef"
  43. }
  44. "AmmoInClip"
  45. {
  46. "ControlName" "CExLabel"
  47. "fieldName" "AmmoInClip"
  48. "font" "HudFontMediumBold"
  49. "fgcolor" "TanLight"
  50. "xpos" "5"
  51.  
  52. "ypos" "-12"
  53.  
  54. "zpos" "5"
  55. "wide" "55"
  56. "tall" "40"
  57.  
  58.  
  59. "visible" "0"
  60. "enabled" "1"
  61. "textAlignment" "south-east"
  62. "labelText" "%Ammo%"
  63.  
  64. }
  65. "AmmoInClipShadow"
  66. {
  67. "ControlName" "CExLabel"
  68. "fieldName" "AmmoInClipShadow"
  69. "font" "HudFontMediumBold"
  70. "fgcolor" "TransparentBlack"
  71. "xpos" "4"
  72. "ypos" "-11"
  73. "zpos" "5"
  74. "wide" "55"
  75. "tall" "40"
  76. "visible" "1"
  77. "enabled" "1"
  78. "textAlignment" "south-east"
  79. "labelText" "%Ammo%"
  80.  
  81. }
  82. "AmmoInReserve"
  83. {
  84. "ControlName" "CExLabel"
  85. "fieldName" "AmmoInReserve"
  86. "font" "HudFontSmall"
  87.  
  88. "fgcolor" "TanLight"
  89. "xpos" "64"
  90.  
  91. "ypos" "-5"
  92. "zpos" "7"
  93. "wide" "40"
  94. "tall" "27"
  95. "visible" "0"
  96. "enabled" "1"
  97. "textAlignment" "south-west"
  98. "labelText" "%AmmoInReserve%"
  99. }
  100. "AmmoInReserveShadow"
  101. {
  102. "ControlName" "CExLabel"
  103. "fieldName" "AmmoInReserveShadow"
  104. "font" "HudFontSmall"
  105. "font_lodef" "HudFontMedium"
  106.  
  107. "fgcolor" "TransparentBlack"
  108. "xpos" "65"
  109.  
  110. "ypos" "-4"
  111. "zpos" "7"
  112. "wide" "40"
  113. "tall" "27"
  114. "tall_lodef" "30"
  115. "visible" "0"
  116. "enabled" "1"
  117. "textAlignment" "south-west"
  118. "labelText" "%AmmoInReserve%"
  119. }
  120. "AmmoNoClip"
  121. {
  122. "ControlName" "CExLabel"
  123. "fieldName" "AmmoNoClip"
  124. "font" "HudFontMediumBold"
  125. "fgcolor" "TanLight"
  126. "xpos" "4"
  127. "ypos" "-12"
  128. "zpos" "7"
  129. "wide" "84"
  130. "wide_lodef" "83"
  131. "tall" "40"
  132.  
  133. "tall_lodef" "45"
  134. "visible" "0"
  135. "enabled" "1"
  136. "textAlignment" "south-east"
  137. "labelText" "%Ammo%"
  138.  
  139. }
  140. "AmmoNoClipShadow"
  141. {
  142. "ControlName" "CExLabel"
  143. "fieldName" "AmmoNoClipShadow"
  144. "font" "HudFontMediumBold"
  145. "fgcolor" "TransparentBlack"
  146. "xpos" "5"
  147. "ypos" "-11"
  148. "zpos" "7"
  149. "wide" "84"
  150. "wide_lodef" "83"
  151. "tall" "40"
  152.  
  153. "tall_lodef" "45"
  154. "visible" "0"
  155. "enabled" "1"
  156. "textAlignment" "south-east"
  157. "labelText" "%Ammo%"
  158.  
  159. }
  160. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement