[Description]
makes players without admin access to get rid of unwanted players.
This plugin has 5 reasons why you think a player should be banned or kicked.
1. Cheat/Hack
2. Spamming
3. TKing
4. Misbehaving
5. Disobeying Server Rules
If any of this reach the max in the defines then the player will get banned for a short time. Or will get kicked.
[Defines and Cvars]
Quote:
// 0 for Kicking ; 1 for Banning
#define VOTEMODE 0
//Timed Vote, if player doesnt get enough vote in time it resets it back to zero
#define VOTETIME 60
//Max vote before banning player
#define MAXVOTES_CHEATHACK 10
#define MAXVOTES_SPAMMING 10
#define MAXVOTES_TKING 10
#define MAXVOTES_BLDP 10
#define MAXVOTES_DFSR 10
//Ban time
#define BANTIME_CHEATHACK 30 //I dont recommend putting this to 0
#define BANTIME_SPAMMING 3
#define BANTIME_TKING 5
#define BANTIME_BLDP 5
#define BANTIME_DFSR 5
|
-Cvars-
pvs_enabled (1) - on/off
pvs_votedelay (90) - sets the time before they can vote again
pvs_ads_freq (50) - tells people about this plugin
[Command]
- say /voteplayer - opens the menu
[Required Plugin]
admincmd.amxx - needs this to use the ban cmd
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.