Advertisement
Dunedune

Untitled

May 1st, 2011
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.50 KB | None | 0 0
  1.  
  2. // --- Gamer ---
  3. // Tiles modifiers
  4. > GfxFullClear, gfx_full_clear, 0, 0, 1,  "Only show the game tiles")
  5. > GfxRenderTele, gfx_render_tele, 1, 0, 1,  "Render teleports")
  6. > ShowMM, show_mm, 0, 0, 1,  "Show minimap (use +minimap)")
  7.  
  8. // Fake interface
  9. > ClFake, cl_fake, 0, 0, 1,  "Enable the fake button in the menus browser")
  10. > UiFakeOption, ui_fake_option, 0, 0, 1,  "Enable the fake button in the menus browser")
  11. > PlayerSecondName, player_second_name, 32, "nameless tee",  "Player's second name")
  12. > PlayerSecondClan, player_second_clan, 12, "",  "Player's second clan")
  13. > PlayerSecondSkin, player_second_skin, 64, "default",  "Player's second skin")
  14.  
  15. // Chat
  16. > ClChatShinyHighligh, cl_chat_shiny_highligh, 1, 0, 1,  "Highligh the chat with shiny letters")
  17.  
  18. // HUD related features
  19. > ClGcolor, cl_gcolor, 0, 0, 1,  "Gamer colors - show health as tee colors")
  20. > ClGhud, cl_ghud, 1, 0, 1,  "Gamer HUD")
  21. > ClNoHud, cl_nohud, 0, 0, 1,  "Remove HUD")
  22. > GfxHealthBar, gfx_healthbar, 1, 0, 2,  "Render healthbar (mode 1 or 2)")
  23. > ClNoAmmoWarning, cl_noammo_warning, 1, 0, 1,  "Prints a red and yellow warning when you use all your ammo")
  24. > ClBroadcastSize, cl_broadcast_size, 100, 10, 500,  "Broadcast size factor")
  25.  
  26. // Positions
  27. > ClRedbaseMsg, cl_redbase_msg, 64, "I am at the RED BASE",  "Message to send when being at the red base")
  28. > ClBluebaseMsg, cl_bluebase_msg, 64, "I am at the BLUE BASE",  "Message to send when being at the blue base")
  29. > ClMiddleMsg, cl_middle_msg, 64, "I am at the MIDDLE",  "Message to send when being at the middle")
  30.  
  31. // Race - this is useless now, should be removed
  32. > ClRace, cl_race, 1, 0, 1,  "Enable race mode when a time broadcast is detected")
  33. > ClRaceTextsize, cl_race_textsize, 100, 25, 400,  "Race clock size")
  34.  
  35. // Sounds
  36. > ClGSound, cl_gsound, 1, 0, 1,  "Gamer sounds")
  37. > ClChatSound, cl_chat_sound, 1, 0, 1,  "Enable chat sounds")
  38.  
  39. // Chat
  40. > ClTextSize, cl_text_size, 100, 50, 200,  "Chat size (%)")
  41. > ClTextColors, cl_text_colors, 1, 0, 1,  "Render text colors")
  42. > ClArrows, cl_arrows, 1, 0, 1,  "Arrows")
  43. > ClNoCustomForArrows, cl_no_custom_for_arrows, 1, 0, 1,  "Do not use custom team colors for arrows")
  44.  
  45. // Scoreboard
  46. > ClShowSkins, cl_showskins, 0, 0, 1,  "Show skin names on scoreboard")
  47. > ClShowId, cl_showid, 0, 0, 1,  "Show IDs on scoreboard")
  48.  
  49. // Client auto-reconizing
  50. > ClSendClientInfo, cl_sendclientinfo, 1, 0, 1,  "Give other players the ability to see you are using the gamer")
  51.  
  52. // Spectating
  53. > GfxSpecZoom, gfx_spec_zoom, 100, 50, 500,  "Spectator zoom")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement