Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // --- Gamer ---
- // Tiles modifiers
- > GfxFullClear, gfx_full_clear, 0, 0, 1, "Only show the game tiles")
- > GfxRenderTele, gfx_render_tele, 1, 0, 1, "Render teleports")
- > ShowMM, show_mm, 0, 0, 1, "Show minimap (use +minimap)")
- // Fake interface
- > ClFake, cl_fake, 0, 0, 1, "Enable the fake button in the menus browser")
- > UiFakeOption, ui_fake_option, 0, 0, 1, "Enable the fake button in the menus browser")
- > PlayerSecondName, player_second_name, 32, "nameless tee", "Player's second name")
- > PlayerSecondClan, player_second_clan, 12, "", "Player's second clan")
- > PlayerSecondSkin, player_second_skin, 64, "default", "Player's second skin")
- // Chat
- > ClChatShinyHighligh, cl_chat_shiny_highligh, 1, 0, 1, "Highligh the chat with shiny letters")
- // HUD related features
- > ClGcolor, cl_gcolor, 0, 0, 1, "Gamer colors - show health as tee colors")
- > ClGhud, cl_ghud, 1, 0, 1, "Gamer HUD")
- > ClNoHud, cl_nohud, 0, 0, 1, "Remove HUD")
- > GfxHealthBar, gfx_healthbar, 1, 0, 2, "Render healthbar (mode 1 or 2)")
- > ClNoAmmoWarning, cl_noammo_warning, 1, 0, 1, "Prints a red and yellow warning when you use all your ammo")
- > ClBroadcastSize, cl_broadcast_size, 100, 10, 500, "Broadcast size factor")
- // Positions
- > ClRedbaseMsg, cl_redbase_msg, 64, "I am at the RED BASE", "Message to send when being at the red base")
- > ClBluebaseMsg, cl_bluebase_msg, 64, "I am at the BLUE BASE", "Message to send when being at the blue base")
- > ClMiddleMsg, cl_middle_msg, 64, "I am at the MIDDLE", "Message to send when being at the middle")
- // Race - this is useless now, should be removed
- > ClRace, cl_race, 1, 0, 1, "Enable race mode when a time broadcast is detected")
- > ClRaceTextsize, cl_race_textsize, 100, 25, 400, "Race clock size")
- // Sounds
- > ClGSound, cl_gsound, 1, 0, 1, "Gamer sounds")
- > ClChatSound, cl_chat_sound, 1, 0, 1, "Enable chat sounds")
- // Chat
- > ClTextSize, cl_text_size, 100, 50, 200, "Chat size (%)")
- > ClTextColors, cl_text_colors, 1, 0, 1, "Render text colors")
- > ClArrows, cl_arrows, 1, 0, 1, "Arrows")
- > ClNoCustomForArrows, cl_no_custom_for_arrows, 1, 0, 1, "Do not use custom team colors for arrows")
- // Scoreboard
- > ClShowSkins, cl_showskins, 0, 0, 1, "Show skin names on scoreboard")
- > ClShowId, cl_showid, 0, 0, 1, "Show IDs on scoreboard")
- // Client auto-reconizing
- > ClSendClientInfo, cl_sendclientinfo, 1, 0, 1, "Give other players the ability to see you are using the gamer")
- // Spectating
- > GfxSpecZoom, gfx_spec_zoom, 100, 50, 500, "Spectator zoom")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement