Advertisement
Guest User

fogCrosshair

a guest
Apr 13th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. //
  2. //######################################################
  3. //#FOG CROSSHAIRS##(CREDITS TO CHIPPY FROM KNHUD/BXHUD)#
  4. //######################################################
  5. //
  6. fogCrosshair
  7. {
  8. "controlname" "CExLabel"
  9. "fieldname" "fogCrosshair"
  10.  
  11. "visible" "1"
  12. "enabled" "1"
  13.  
  14. "xpos" "c-15"
  15. "ypos" "c-13"
  16. "zpos" "2"
  17.  
  18. "wide" "29"
  19. "tall" "29"
  20.  
  21. "font" "fogCrosshairSmooth"
  22. //
  23. // Choose what kind
  24. //
  25. // "fogCrosshair" - Pixelated and outlined
  26. // "fogCrosshairPlain" - Pixelated and not outlined
  27. // "fogCrosshairSmooth" - Antialiased, not outlined
  28.  
  29.  
  30. "labeltext" "6"
  31. //
  32. // Choose your crosshair
  33. //
  34. // Change the "1" to represent the crosshair you want displayed in the Crosshairs.jpg
  35.  
  36. "textAlignment" "center"
  37.  
  38. "fgcolor" "255 255 255 255"
  39. }
  40. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement