Advertisement
Guest User

hudammoweapons

a guest
May 11th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. "Resource/UI/HudAmmoWeapons.res"
  2. {
  3. "AmmoInClip"
  4. {
  5. "ControlName" "CExLabel"
  6. "fieldName" "AmmoInClip"
  7. "font" "HudFontGiantBold"
  8. "fgcolor" "White"
  9. "xpos" "c101"
  10. "ypos" "335"
  11. "zpos" "5"
  12. "wide" "95"
  13. "tall" "44"
  14. "visible" "1"
  15. "enabled" "1"
  16. "textAlignment" "West"
  17. "labelText" "%Ammo%"
  18.  
  19. }
  20.  
  21. "AmmoInReserve"
  22. {
  23. "ControlName" "CExLabel"
  24. "fieldName" "AmmoInReserve"
  25. "font" "HudFontMediumSmall"
  26. "fgcolor" "White"
  27. "xpos" "c97"
  28. "ypos" "342"
  29. "zpos" "7"
  30. "wide" "92"
  31. "tall" "16"
  32. "visible" "1"
  33. "enabled" "1"
  34. "textAlignment" "east"
  35. "labelText" "%AmmoInReserve%"
  36. }
  37.  
  38. "AmmoNoClip"
  39. {
  40. "ControlName" "CExLabel"
  41. "fieldName" "AmmoNoClip"
  42. "font" "HudFontGiantBold"
  43. "fgcolor" "White"
  44. "xpos" "c101"
  45. "ypos" "335"
  46. "zpos" "5"
  47. "wide" "95"
  48. "tall" "44"
  49. "visible" "1"
  50. "enabled" "1"
  51. "textAlignment" "west"
  52. "labelText" "%Ammo%"
  53.  
  54. }
  55.  
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement