********************** * CVARS: *********** * * max_awps - Maximum Awps Allowed * max_autos - Maximum Autos Allowed * winspread_awp - When This Many Rounds Ahead, No Awps Allowed * winspread_auto - When This Many Rounds Ahead, No Autos Allowed * min_players - It says how many players has to be at least in one team to allow awp/autos (if they are restricted by awplimit 1 or autolimit 1). * Example: * min_players 5 * It means You have to be at least 5:5 to allow awp's/auto's (if they are restricted by awplimit 1 or autolimit 1). * checkrebuy <1/0> - 1 = Prevent Rebuy Command, 0 = Don't * * TIPS: * To ALWAYS restrict to X number of awps/autos set winspread_awp/auto to 0 and max_awps/autos to however many awps/autos * To ONLY restrict after X number of rounds ahead, set max_awps/autos to 20 and winspread_awp/autos to however many rounds * * * // __________________________________________________________________________ // // *********************** * * * sniper-limit.amxx * * * ********************* // // -------------------------------------------------------------------------- // max_awps 2 //- Maximum Awps Allowed max_autos 2 //- Maximum Autos Allowed winspread_awp 20 //- When This Many Rounds Ahead, No Awps Allowed winspread_auto 20 //- When This Many Rounds Ahead, No Autos Allowed min_players 5 //- Minimal players one team checkrebuy 1 //- Prevent Rebuy Command