Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.84 KB | None | 0 0
  1.     menuDef {
  2.         visible 1
  3.         name    "xhair"
  4.         rect    319 238 640 480
  5.  
  6.         itemDef {
  7.             decoration visible 1   
  8.             rect        0 -0.5 2.25 0.5
  9.             style   WINDOW_STYLE_FILLED
  10.             cvarTest    "cg_drawcrosshair"
  11.             showCvar    {26}
  12.             backcolor   0 0 0 0.1
  13.         }
  14.  
  15.         itemDef {
  16.             decoration visible 1   
  17.             rect        -0.5 0 3 0.5
  18.             style   WINDOW_STYLE_FILLED
  19.             cvarTest    "cg_drawcrosshair"
  20.             showCvar    {26}
  21.             backcolor   0 0 0 0.1
  22.         }
  23.  
  24.         itemDef {
  25.             decoration visible 1   
  26.             rect        -1 0.5 4 3
  27.             style   WINDOW_STYLE_FILLED
  28.             cvarTest    "cg_drawcrosshair"
  29.             showCvar    {26}
  30.             backcolor   0 0 0 0.1
  31.         }
  32.  
  33.         itemDef {
  34.             decoration visible 1   
  35.             rect        -0.5 3.5 3 0.5
  36.             style   WINDOW_STYLE_FILLED
  37.             cvarTest    "cg_drawcrosshair"
  38.             showCvar    {26}
  39.             backcolor   0 0 0 0.1
  40.         }
  41.  
  42.         itemDef {
  43.             decoration visible 1
  44.             rect        0 4 2.25 0.5
  45.             style   WINDOW_STYLE_FILLED
  46.             cvarTest    "cg_drawcrosshair"
  47.             showCvar    {26}
  48.             backcolor   0 0 0 0.1
  49.         }
  50.  
  51.         itemDef {
  52.             decoration visible 1   
  53.             rect        0 0 2.25 0.5
  54.             style   WINDOW_STYLE_FILLED
  55.             cvarTest    "cg_drawcrosshair"
  56.             showCvar    {26}
  57.             backcolor   0 0 0 0.3
  58.         }
  59.  
  60.         itemDef {
  61.             decoration visible 1   
  62.             rect        -0.5 0.5 3 3
  63.             style   WINDOW_STYLE_FILLED
  64.             cvarTest    "cg_drawcrosshair"
  65.             showCvar    {26}
  66.             backcolor   0 0 0 0.3
  67.         }
  68.  
  69.         itemDef {
  70.             decoration visible 1   
  71.             rect        0 3.5 2.25 0.5
  72.             style   WINDOW_STYLE_FILLED
  73.             cvarTest    "cg_drawcrosshair"
  74.             showCvar    {26}
  75.             backcolor   0 0 0 0.3
  76.         }
  77.  
  78.         itemDef {
  79.             decoration visible 1   
  80.             rect        0.25 0 1.5 0.5
  81.             style   WINDOW_STYLE_FILLED
  82.             cvarTest    "cg_drawcrosshair"
  83.             showCvar    {26}
  84.             backcolor   0 0 0 1
  85.         }
  86.  
  87.         itemDef {
  88.             decoration visible 1   
  89.             rect        0 0.5 2 0.5
  90.             style   WINDOW_STYLE_FILLED
  91.             cvarTest    "cg_drawcrosshair"
  92.             showCvar    {26}
  93.             backcolor   0 0 0 1
  94.         }
  95.  
  96.         itemDef {
  97.             decoration visible 1   
  98.             rect        -0.5 1 3 2
  99.             style   WINDOW_STYLE_FILLED
  100.             cvarTest    "cg_drawcrosshair"
  101.             showCvar    {26}
  102.             backcolor   0 0 0 1
  103.         }
  104.  
  105.         itemDef {
  106.             decoration visible 1   
  107.             rect        0 3 2 0.5
  108.             style   WINDOW_STYLE_FILLED
  109.             cvarTest    "cg_drawcrosshair"
  110.             showCvar    {26}
  111.             backcolor   0 0 0 1
  112.         }
  113.  
  114.         itemDef {
  115.             decoration visible 1
  116.             rect        0.25 3.5 1.5 0.5
  117.             style   WINDOW_STYLE_FILLED
  118.             cvarTest    "cg_drawcrosshair"
  119.             showCvar    {26}
  120.             backcolor   0 0 0 1
  121.         }
  122.  
  123.         itemDef {
  124.             decoration visible 1   
  125.             rect        0.25 0.5 1.5 0.5
  126.             style   WINDOW_STYLE_FILLED
  127.             cvarTest    "cg_drawcrosshair"
  128.             showCvar    {26}
  129.             backcolor   1 1 1 1
  130.         }
  131.  
  132.         itemDef {
  133.             decoration visible 1   
  134.             rect        0 1 2 2
  135.             style   WINDOW_STYLE_FILLED
  136.             cvarTest    "cg_drawcrosshair"
  137.             showCvar    {26}
  138.             backcolor   1 1 1 1
  139.         }
  140.  
  141.         itemDef {
  142.             decoration visible 1   
  143.             rect        0.25 3 1.5 0.5
  144.             style   WINDOW_STYLE_FILLED
  145.             cvarTest    "cg_drawcrosshair"
  146.             showCvar    {26}
  147.         backcolor   1 1 1 1
  148.         }
  149.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement