Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. menuDef {
  2. name "doccy"
  3. fullScreen MENU_FALSE
  4. visible MENU_TRUE
  5. rect 331 300 48 32
  6. ownerdrawflag CG_SHOW_ANYTEAMGAME
  7.  
  8. itemDef {
  9. name "doctor)))"
  10. rect 1 -280 32 16
  11. visible 1
  12. textalign 2
  13. textscale .2
  14. forecolor 1 1 1 .50
  15. decoration
  16. text "doctor)"
  17. }
  18. itemDef {
  19. name "smiley"
  20. rect 5 -280 32 16
  21. visible 1
  22. textalign 2
  23. textscale .2
  24. forecolor 0 0 1 .50
  25. decoration
  26. text ")"
  27. }
  28. itemDef {
  29. name "smiley2"
  30. rect 8 -280 32 16
  31. visible 1
  32. textalign 2
  33. textscale .2
  34. forecolor 1 0 0 .50
  35. decoration
  36. text ")"
  37. }
  38. itemDef {
  39. name "plus one"
  40. rect 20 -280 32 16
  41. visible 1
  42. textalign 2
  43. textscale .2
  44. forecolor 1 1 1 .50
  45. decoration
  46. text "+1"
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement