Addon Details

Watch - Add Favorite


Does this version work for you?
0
w00ts
w00t!

clanvoteban - Version 1.0

posted on 2011-01-02 13:14:42
by Wundermaxe



Description

This script gives players identified by SteamID (e.g. clan members) special ban and kick possibilities. [code] Chat commands are !clanvb starts a voteban for the members only !clanvk starts a votekick for the members only [/code] Edit file cstrike/addons/eventscripts/clanvoteban/es_cvb_members_db.txt and enter your SteamIDs, which should have the right to call the clanvoteban chat commands. Example: [code] "cvb_members" { //col1: member steam ID //col2: is special member with overrule right 1/0 //"STEAM_0:1:12345676" "1" //"STEAM_0:0:87654312" "0" "member" { "STEAM_0:0:12345676" "1" "STEAM_0:1:87654312" "0" } } [/code] Player STEAM_0:0:12345676 has special overrule rights when a clanvoteban is started. In file cstrike/addons/eventscripts/clanvoteban/es_clanvoteban.txt you can edit the ban times and kick-"times". Default is: If only 1 member is on: ban time 60min, kick is normal kick with no ban If more than 1 members are voting: ban time is 120min, kick is a 5min ban.

Installation

Download clanvoteban.zip to directory ./orangebox/cstrike/ unzip the archive. The files are written to addons/eventscript/clanvoteban/. Edit cstrike/cfg/autoexec.cfg and add a line es_load clanvoteban

Version Notes For 1.0

Updated on: 2011-03-18 05:34:06 EST by Wundermaxe (View Zip Contents)


( Previous Versions )