Advertisement
Guest User

barry pls hudammoweaps.res

a guest
Dec 20th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. "Resource/UI/HudAmmoWeapons.res"
  2. {
  3. "HudWeaponAmmoBG"
  4. {
  5. "ControlName" "CTFImagePanel"
  6. "fieldName" "HudWeaponAmmoBG"
  7. "xpos" "0"
  8. "ypos" "0"
  9. "zpos" "1"
  10. "wide" "0"
  11. "tall" "0"
  12. "visible" "0"
  13. "enabled" "0"
  14. "image" "../hud/ammo_blue_bg"
  15. "scaleImage" "1"
  16. "teambg_2" "../hud/ammo_red_bg"
  17. "teambg_3" "../hud/ammo_blue_bg"
  18. }
  19. "HudWeaponLowAmmoImage"
  20. {
  21. "ControlName" "ImagePanel"
  22. "fieldName" "HudWeaponLowAmmoImage"
  23. "xpos" "9001"
  24. "ypos" "16"
  25. "zpos" "0"
  26. "wide" "90"
  27. "tall" "45"
  28. "visible" "0"
  29. "enabled" "0"
  30. "image" "../hud/ammo_red_bg"
  31. "scaleImage" "1"
  32. "teambg_2" "../hud/ammo_red_bg"
  33. "teambg_3" "../hud/ammo_blue_bg"
  34. }
  35. "AmmoInClip"
  36. {
  37. "ControlName" "CExLabel"
  38. "fieldName" "AmmoInClip"
  39. "font" "BebasNeue45"
  40. "fgcolor" "QHUDAmmoInClip"
  41. "xpos" "505"
  42. "ypos" "303"
  43. "zpos" "6"
  44. "wide" "150"
  45. "tall" "50"
  46. "visible" "1"
  47. "enabled" "1"
  48. "textAlignment" "north-west"
  49. "labelText" "%Ammo%"
  50. }
  51. "AmmoInClipShadow"
  52. {
  53. "ControlName" "CExLabel"
  54. "fieldName" "AmmoInClipShadow"
  55. "font" "BebasNeue45"
  56. "fgcolor" "0 0 0 0"
  57. "xpos" "0"
  58. "ypos" "0"
  59. "zpos" "5"
  60. "wide" "150"
  61. "tall" "50"
  62. "visible" "0"
  63. "enabled" "0"
  64. "textAlignment" "north-west"
  65. "labelText" "%Ammo%"
  66. }
  67. "AmmoInReserve"
  68. {
  69. "ControlName" "CExLabel"
  70. "fieldName" "AmmoInReserve"
  71. "font" "BebasNeue34"
  72. "fgcolor" "QHUDAmmoInReserve"
  73. "xpos" "505"
  74. "ypos" "340"
  75. "zpos" "8"
  76. "wide" "60"
  77. "tall" "50"
  78. "visible" "1"
  79. "enabled" "1"
  80. "textAlignment" "north-west"
  81. "labelText" "%AmmoInReserve%"
  82. }
  83. "AmmoInReserveShadow"
  84. {
  85. "ControlName" "CExLabel"
  86. "fieldName" "AmmoInReserveshadow"
  87. "font" "BebasNeue34"
  88. "fgcolor" "0 0 0 0"
  89. "xpos" "0"
  90. "ypos" "0"
  91. "zpos" "7"
  92. "wide" "60"
  93. "tall" "50"
  94. "visible" "0"
  95. "enabled" "0"
  96. "textAlignment" "north-west"
  97. "labelText" "%AmmoInReserve%"
  98. }
  99. "AmmoNoClip"
  100. {
  101. "ControlName" "CExLabel"
  102. "fieldName" "AmmonoClip"
  103. "font" "BebasNeue45"
  104. "fgcolor" "QHUDAmmoInClip"
  105. "xpos" "505"
  106. "ypos" "303"
  107. "zpos" "6"
  108. "wide" "150"
  109. "tall" "50"
  110. "visible" "1"
  111. "enabled" "1"
  112. "textAlignment" "north-west"
  113. "labelText" "%Ammo%"
  114. }
  115. "AmmoNoClipShadow"
  116. {
  117. "ControlName" "CExLabel"
  118. "fieldName" "AmmonoClipshadow"
  119. "font" "BebasNeue45"
  120. "fgcolor" "0 0 0 0"
  121. "xpos" "0"
  122. "ypos" "0"
  123. "zpos" "5"
  124. "wide" "150"
  125. "tall" "50"
  126. "visible" "0"
  127. "enabled" "0"
  128. "textAlignment" "north-west"
  129. "labelText" "%Ammo%"
  130. }
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement