Advertisement
Guest User

Untitled

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