Guest User

Barvy crosshairu

a guest
Mar 22nd, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Barvu jakou chceš si tam nastavíš pomocí příkazu cl_crosshair_color "r g b" (včetně těch "). Místo "r g b" si tam dáš jednotlivé části RGB spektra, pod tímto máš pár příkladů. Celý příkaz bude tedy vypadat například - cl_crosshair_color "173 255 47" .
  2.  
  3. //Snow "255 250 250"
  4. //Moccasin "255 228 181"
  5. //Cornsilk "255 248 220"
  6. //Ivory "255 255 240"
  7. //LemonChiffon "255 250 205"
  8. //Seashell Seashell "255 245 238"
  9. //Honeydew "240 255 240"
  10. //MintCream "245 255 250"
  11. //Azure "240 255 255"
  12. //AliceBlue"240 248 255"
  13. //MistyRose "255 228 225"
  14. //White "255 255 255"
  15. //Black "0 0 0"
  16. //DarkSlateGray "47 79 79"
  17. //LightSlateGray "119 136 153"
  18. //Grey "190 190 190"
  19. //LightGray "211 211 211"
  20. //MidnightBlue "25 25 112"
  21. //RoyalBlue "65 105 225"
  22. //Blue "0 0 255"
  23. //PaleTurquoise "175 238 238"
  24. //DarkTurquoise "0 206 209"
  25. //MediumTurquoise "72 209 204"
  26. //Turquoise "64 224 208"
  27. //DarkGreen "0 100 0"
  28. //PaleGreen "152 251 152"
  29. //Green "0 255 0"
  30. //GreenYellow "173 255 47"
  31. //YellowGreen "154 205 50"
  32. //PaleGoldenrod "238 232 170"
  33. //LtGoldenrodYello "250 250 210"
  34. //Yellow "255 255 0"
  35. //Gold "255 215 0"
  36. //Goldenrod "184 134 11"
  37. //RosyBrown "188 143 143"
  38. //IndianRed "205 92 92"
  39. //SaddleBrown "139 69 19"
  40. //Sienna "160 82 45"
  41. //Beige "245 245 220"
  42. //SandyBrown "244 164 96"
  43. //Brown "165 42 42"
  44. //Orange "255 165 0"
  45. //DarkOrange "255 140 0"
  46. //Tomato "255 99 71"
  47. //OrangeRed "255 69 0"
  48. //Red "255 0 0"
  49. //HotPink "255 105 180"
  50. //DeepPink "255 20 147"
  51. //Pink "255 192 203"
  52. //LightPink "255 182 193"
  53. //PaleVioletRed "219 112 147"
  54. //VioletRed "208 32 144"
  55. //Magenta "255 0 255"
  56. //Violet "238 130 238"
  57. //Purple "160 32 240"
Advertisement
Add Comment
Please, Sign In to add comment