Advertisement
Guest User

Untitled

a guest
Jun 1st, 2013
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. goes in hudlayout
  2. CrossHairCircle2
  3. {
  4. "controlName" "CExLabel"
  5. "fieldName" "CrossHairCircle2"
  6. "visible" "1"
  7. "enabled" "1"
  8. "zpos" "2"
  9.  
  10. "xpos" "c-98"
  11. "ypos" "c-100"
  12. "wide" "197"
  13. "tall" "200"
  14.  
  15. "font" "CrossHairCircle2"
  16. "labelText" "i"
  17. "textAlignment" "center"
  18.  
  19. "fgcolor" "255 255 255 100"
  20. }
  21.  
  22. CrossHairDot
  23. {
  24. "controlName" "CExLabel"
  25. "fieldName" "CrossHairDot"
  26. "visible" "1"
  27. "enabled" "1"
  28. "zpos" "1"
  29.  
  30. "xpos" "c-14"
  31. "ypos" "c-12.5"
  32. "wide" "32"
  33. "tall" "33"
  34.  
  35. "font" "CrossHairDot"
  36. "labelText" "a"
  37. "fgcolor" "0 255 0 255"
  38. "textAlignment" "center"
  39. }
  40.  
  41.  
  42. goes in hudanimations_tf
  43. event DamagedPlayer
  44. {
  45. Animate CrossHairCircle2 FgColor "255 0 0 50" Linear 0.0 0.00001
  46. Animate CrossHairCircle2 FgColor "255 255 255 100" Linear 0.15 0.15001
  47. }
  48.  
  49.  
  50. clientscheme.res
  51. goes under fonts
  52. "CrossHairDot"
  53. {
  54. "1"
  55. {
  56. "name" "Braille Normal"
  57. "tall" "14"
  58. "weight" "0"
  59. "additive" "0"
  60. "outline" "0"
  61. }
  62. }
  63. "CrossHairCircle2"
  64. {
  65. "1"
  66. {
  67. "name" "Formas germetricas 1"
  68. "tall" "40"
  69. "weight" "0"
  70. "antialias" "1"
  71. }
  72. }
  73.  
  74. under custom fonts (at the bottom of clientscheme)
  75. "#"
  76. {
  77. "font" "resource/BRAILLE1_0.ttf"
  78. "name" "Braille Normal"
  79. }
  80. "#"
  81. {
  82. "font" "resource/FORMASGE.ttf"
  83. "name" "Formas germetricas 1"
  84. }
  85.  
  86. replace # with...numbers
  87. you'll need the font files, you can find them in his hud
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement