Raised This Month: $12 Target: $400
 3% 

Voicecomm ban


Post New Thread Reply   
 
Thread Tools Display Modes
Andysoft2000
New Member
Join Date: Apr 2013
Old 04-02-2013 , 09:47   Re: Voicecomm ban
Reply With Quote #111

Its a realy funny plugin but...
I wrote some upgrades some days ago.. for my clan:
- Mysql Support.
- Colored Menue for ban and unban
- Reason choice
- Custom reason
- Ban is Locked to Admin
- Admin level H is Superadmin.
- Ban with console or Menu
- Ban with Steamid or nic/ part of nick
- Default bannreason in Console Mode.
- Show players with ban in menu
- Unlimited Banns From Multiply Servers!

Here my Code without any support

To configure the Mysql DB try this:

Code:
CREATE DATABASE IF NOT EXISTS CSServer;
USE CSServer;
CREATE TABLE `voiceban` (
`userbanned` varchar(128) NOT NULL,
`steamidbanned` varchar(128) NOT NULL default '',
`adminname` varchar(128) NOT NULL,
`adminsteamid` varchar(128) NOT NULL,
`grund` varchar(128) NOT NULL,
`datum` varchar(128) NOT NULL,
`server` varchar(128) NOT NULL,
PRIMARY KEY  (`steamidbanned`)
)
Feel free to use this ;)..
Attached Files
File Type: sma Get Plugin or Get Source (mapchooser.sma - 565 views - 13.2 KB)
File Type: 7z data.7z (1.4 KB, 85 views)
Andysoft2000 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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