AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Advanced VoteBan v1.0.0 (https://forums.alliedmods.net/showthread.php?t=220872)

guipatinador 07-15-2013 10:46

Advanced VoteBan v1.0.0
 
1 Attachment(s)
Advanced VoteBan v1.0.0


Introduction


This plugin is an improved version of the original VoteBan plugin by Alka (https://forums.alliedmods.net/showthread.php?p=865960) In addition, this plugin allows to remove voteban and see who votebanned you.

Commands
  • /voteban – Opens the VoteBan menu

CVARS

Code:

avb_ban_percentage 60 // Percentage to a player get banned
avb_ban_time_minutes 10080 // Ban time in minutes
avb_min_players_to_voteban 3 // Minimum number of players to use voteban command
avb_max_votebans_per_player 5 // Maximum number of votebans per player
avb_ban_by_amx_bans 0 // Ban by Amx Bans or not (only tested in v6.0.3)
avb_ban_reason "Banned by voteban" // Ban reason
avb_log_votebans 1 // log votebans to a file (voteban.log). 0 to disable



Requirements

PHP Code:

#include < amxmodx > 



Defines

PHP Code:

#define CHAT_PREFIX        "[VoteBan]"
#define LOG_FILE            "voteban.log"

#define MAX_PLAYERS        32 



Screenshots




Instalation

1. Download the .amxx attached
2. Install the plugin normally
3. Copy the cvars to your server.cfg and customize at your own way
4. Change map or restart your server


Known issues

- If a player has been votebanned and reconnect (retry), the votes are reseted. I will try to fix this.

Changelog

Code:

v1.0.0 (15/07/2013)
    - Initial release



Credits


- Alka for the original version

^SmileY 07-15-2013 12:45

Re: Advanced VoteBan v1.0.0
 
Use a celltrie to set by SteamID and advoid reconnect to server

Crydon 07-15-2013 15:55

Re: Advanced VoteBan v1.0.0
 
Nice job.

quark 07-15-2013 16:46

Re: Advanced VoteBan v1.0.0
 
Nice one. Keep going.

guipatinador 07-15-2013 16:54

Re: Advanced VoteBan v1.0.0
 
Quote:

Originally Posted by quark (Post 1991622)
Nice one. Keep going.

Nop.
I'm going to source pawn.

quark 07-15-2013 17:08

Re: Advanced VoteBan v1.0.0
 
Quote:

Originally Posted by guipatinador (Post 1991631)
Nop.
I'm going to source pawn.

Well , shit.

lqlqlq 07-16-2013 06:34

Re: Advanced VoteBan v1.0.0
 
Nice plugin :)

sidney030235 07-28-2013 10:13

Re: Advanced VoteBan v1.0.0
 
nice!
i using it in my server :)

BLacking98 07-28-2013 11:31

Re: Advanced VoteBan v1.0.0
 
I'm gonna use it am my server ^^ Nice Job! The Standard voteban is so simple. Keep up the good work!

BLacking98 07-31-2013 06:50

Re: Advanced VoteBan v1.0.0
 
Quote:

Originally Posted by LordOfNothing (Post 1992080)
Nice , i use at my server :D

Strange, in my server, I type /voteban and no menu appears... I don't have another voteban plugin so it can't be bugging eachother, the plugin is running but it does nothing O_o
Why?


All times are GMT -4. The time now is 15:28.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.