Advertisement
dcomicboy

how

Jul 17th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Menu->AddCategory("CROSSHAIR" , CrossHair , &Items.crsh , 3);
  2. if(Items.crsh==1)
  3. {
  4. Menu->AddItem(" Size" ,CrSize ,&Items.chsize , 6);
  5. Menu->AddItem(" Color" ,Colors ,&Items.crcol , 9);
  6. }
  7. else if(Items.crsh==2)
  8. {
  9. Menu->AddItem(" Size" ,CrSize ,&Items.cchsize , 10);
  10. Menu->AddItem(" Color" ,Colors ,&Items.ccrcol , 9);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement