AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Anti Noob (https://forums.alliedmods.net/showthread.php?t=104142)

Emilioneri 09-20-2009 07:16

Anti Noob
 
2 Attachment(s)
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

Sp3rMiNaToR 09-20-2009 07:19

Re: Anti Noob
 
Quote:

amx_antinoob
:mrgreen:

Arkshine 09-20-2009 07:23

Re: Anti Noob
 
What an original plugin!

Jon 09-20-2009 07:32

Re: Anti Noob
 
Crabtastic :crab:

GmTx 09-20-2009 07:35

Re: Anti Noob
 
HaHa with this description when i`m 15-0 it gonna kick me and say your n00b xaxax

Jon 09-20-2009 07:38

Re: Anti Noob
 
No.

xPaw 09-20-2009 07:38

Re: Anti Noob
 
Quote:

Originally Posted by GmTx (Post 938431)
HaHa with this description when i`m 15-0 it gonna kick me and say your n00b xaxax

0 - 15 = -15, !( -15 >= 15 )

arnaldo_silva 09-20-2009 08:28

Re: Anti Noob
 
http://forums.alliedmods.net/showthread.php?t=79889

What's the difference?

Emilioneri 09-20-2009 08:47

Re: Anti Noob
 
Quote:

Originally Posted by arnaldo_silva (Post 938460)

1. Author of that thread is banned and that plugin is unapproved :mrgreen: :mrgreen:

2. It was checking player frags at round start. So it doesn't support CSDM.

3. Will update soon. (multilingual support) Updated v1.1 v1.2

P.S

Before I posted this plugin, I searched for "Anti Noob" but didn't found that :S :X

One 09-20-2009 09:02

Re: Anti Noob
 
=))))))))))))))))))))) n1


All times are GMT -4. The time now is 12:58.

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