Leya 发表于 2010-1-5 17:49:03

客户端亮度设置amx_change_light

//////////////////////////////////////////////////////////////////////////////////
//
//        Change Light
//                - Version 0.1
//                - 04.18.2008
//                - diamond-optic
//
//////////////////////////////////////////////////////////////////////////////////
//
// Information:
//
//   - Change brightness of the light in-game
//
// Settings:
//
//   - Lowercase "a" thru "z" with "a" being darkest and "z" being the brightest.
//   - You can also set combinations like "amzm" and it will cycle thru them.
//   - If you set it outside the range like "1" or whatnot, it will make everything
//   like super bright...
//
// CVARs:
//
//   amx_change_light "1"        //Turn On(1)/Off(0)
//   amx_change_light_brightness "m"        //sets the light level for when the map
//                                        //is loaded.. defualt level is "m"
//
// Console Commands:
//
//   amx_change_light_reload "m"        //Reload (or change) the brightness level
//                                        //during the game.
//
//////////////////////////////////////////////////////////////////////////////////
//
// Changelog:
//
//   - 06.08.2006 Version 0.1
//          Initial release
//
//   - 04.18.2008 Version 0.1 (re-release)
//          Updated public cvar format
//
//////////////////////////////////////////////////////////////////////////////////
页: [1]
查看完整版本: 客户端亮度设置amx_change_light