Advertisement
Guest User

GOOD JOB

a guest
Sep 12th, 2013
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. in hudlayout.res:
  2.  
  3. good
  4. {
  5. "controlName" "CExLabel"
  6. "fieldName" "good"
  7. "font" "CerbeticaBold24"
  8. "visible" "1"
  9. "enabled" "1"
  10. "zpos" "2"
  11.  
  12. "xpos" "c-215"
  13. "ypos" "c-80"
  14. "wide" "400"
  15. "tall" "200"
  16.  
  17. //"font" "xHairCircleOutline"
  18. "font" "xHairCircle"
  19. "labelText" "good"
  20. "textAlignment" "center"
  21.  
  22. "fgcolor" "255 255 255 0"
  23. "alpha" "255"
  24. }
  25. job
  26. {
  27. "controlName" "CExLabel"
  28. "fieldName" "job"
  29. "font" "CerbeticaBold24"
  30. "visible" "1"
  31. "enabled" "1"
  32. "zpos" "2"
  33.  
  34. "xpos" "c-175"
  35. "ypos" "c-80"
  36. "wide" "400"
  37. "tall" "200"
  38.  
  39. //"font" "xHairCircleOutline"
  40. "font" "xHairCircle"
  41. "labelText" "job"
  42. "textAlignment" "center"
  43.  
  44. "fgcolor" "255 255 255 0"
  45. "alpha" "255"
  46. }
  47.  
  48. --------------------------------------------------------------------------------------------------------
  49. in HudAnimations_tf.txt
  50. event DamagedPlayer
  51. {
  52. Animate good FgColor "255 255 255 255" Linear 0.0 0.0000001
  53. Animate good FgColor "255 255 255 0" Linear 0.15 0.1
  54.  
  55.  
  56. Animate job FgColor "255 255 255 255" Linear 0.0 0.00000001
  57. Animate job FgColor "255 255 255 0" Linear 0.15 0.1
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement