Thread: Anti Noob
View Single Post
Plugin Info:     Modification:          Category:         
Emilioneri
Senior Member
Join Date: Feb 2009
Location: Georgia, Tbilisi
Old 09-20-2009 , 07:16   Anti Noob
Reply With Quote #1

PHP Code:
/* Amx Mod X script.
*   Anti Noob Plugin
*
* by Emilioneri
*
* This file is provided as is (without warranties)
*
* Description:
* This plugin will kick/ban/redirect noobs, or increase noobs' hp and ap (controlled by cvar amx_punishnoob).
*
* Cvars:
* amx_antinoob ------- max number of "deaths - frags" of player to get kicked/banned/redirected or to increase hp and ap. (default 15)
* amx_punishnoob ----- 0 - disabled. 1 - kick. 2 - ban. 3 - redirect. 4 - Increase their hp and ap (default 1)
* amx_noobbantype ---- 1 - ban by steamid. 2 - ban by IP (default 1)
* amx_noobbantime ---- how many minutes noob will be banned if cvar amx_punishnoob is set to 2 (default 5)
* amx_noobredirectip - where noob will be redirected if cvar amx_punishnoop is set to 3 (default 127.0.0.1:27015)
* amx_noobhp --------- How much hp an ap noob will recieve if amx_punishnoob is set to 4 (default 200)
*
* F.A.Q.
* Q) How it will detect noobs?
* A) It checks users' frags each time they spawn (so you can use it with csdm also ^^)
*    and if their "deaths - frags" is more than number set by cvar amx_antinoob, they will be kicked/banned/redirected.
*    or their hp and ap will be increased (if amx_punishnoob is set to 4).
*
* Q) Do I need to be a big asshole to use this plugin?
* A) No. Who cares about noobs? If you do, set cvar amx_punishnoob to 4 ;)
*
* Q) What if someone will die 15 times in a row to get higher hp and ap?
* A) O_O
*
* Changelog
* Version 1.3 - 19 November, 2009
* Added: cvar amx_noobbantype (ban by steamid or ip)
* Added: third option for cvar amx_punishnoob which redirects noobs
* Added: fourth option for cvar amx_punishnoob which increases noobs' hp and ap
*
* Version 1.0 - 20 September, 2009
* First Public Realise
*
* Credits
* Valve --------- No game, no Amx Mod X. Thanks theese guys for realising this game
* AMXX Dev Team - No Amx Mod X, no plugins. Thanks for realising Amx Mod X and AMXX-Studio
* Emilioneri ---- Plugin Author; English translation
*
*          Made in Georgia
*              © 2009
*/ 
Useful Links:
Servers using this plugin
Translations Topic
Attached Files
File Type: sma Get Plugin or Get Source (anti_noob.sma - 1529 views - 4.7 KB)
File Type: txt anti_noob.txt (3.2 KB, 543 views)
__________________

Last edited by Emilioneri; 11-27-2009 at 07:58. Reason: Updated v1.3
Emilioneri is offline
Send a message via Skype™ to Emilioneri