Invisible Spectator Plugin For AmxModx

Description
This plugin let admins with ADMIN_RCON access be spectators but still appears in a team.

It can be usefull to spectate potential cheaters.
Cheaters pay attention to spectators, so keep in mind that the more players will be on your server, the more difficult it will be to see you are not really alive.
Also note that too many 'invisible spectators' at the same time will easily be detected, and that 'invisible spectators' are counted as dead players (cvar amx_inv_dead_percent).



Commands
amx_spectate
Type this command once you are dead or specator, you won't appear in spectators list.
Type the same command or join a team to disable your "invisibility"


Cvars
amx_inv_dead_percent < value >
When value% of total players are dead, "invisible spectators" appear to be dead.



Modules
Fakemeta



Download Plugin
Read more »

HL Guard Tutorial on Counter Strike 1.6 server

HL Guard is an anti-cheat system for Half-Life, with the following components:
a. detects aimbot
b. blocs the wallhack
c. detects the alias
d. makes the cvar's more powerfull
e. bans on name (nick)
f. incorporated Steamban system - for those with steam
g. guard system against Skywalk



1. The installation is made in metamod plugins.ini, so download HL Guard rar here , unzipp it, copy it in HLDS\cstrike\addons and then edit it in metamod plugins.ini :
win32 addons/hlguard/dlls/hlguard_mm.dll. You can also use hlguard_mm_optimized.dll, but this is used for the newer systems and the server might stop working.
2. Now you have to choose between the repeated stopping scanning message and the unique one, that is, if you want the message, that the scan has been compleated, to appear after every scan, or only after the first scan. To do so, you have to acces HLDS\cstrike\addons\hlguard\config where you open using the WordPad hlguard.cfg. Here you look for the line " Alias scanning completed mesage" where you have two options: "One Time mesages" and "Repeating mesages". To activate one of them you have to erase "//" in front of them.
3. Now you have to activate the hlguard menu
To do so, first enter HLDS\cstrike\addons\hlguard\config, then open hlg_menu.cfg using the WordPad. Look for the hlg_menupassword "" line, an enter a password between the "" (ex : hlg_menupassword"meseriasu" ). Save and close. If the server was started, restart or change th map. Now enter the game in the console hlg_menu meseriasu (without "", and meseriasu is the password from hlg_menu.cfg ). The menu will be shown on the screen.




4. Setting the agreeing declaration. First go to HLDS\cstrike\addons\hlguard\config\hlguard.cfg and erase the "//" in front of this line :

// hlg_exec addons/hlguard/config/hlg_agreement.cfg


Then enter HLDS\cstrike\addons\hlguard\config, and open hlg_agreement using WordPad. There you will find some lines that you can change. The first is "By playing on this server , you" and so on.You do not have to translate word by word, but you have to keep the lines. The last line is the most important. There you write "1. Accept 4.Refuse ". The player who will press the 4 key, refusing the scan, will be automatically kicked out. You will see what you can do with HL Guard entering in the on screen menu using the “hlg_menu password” command in the console.
Read more »

Counter Strike 1.6 Auto Team Balance Plugin

Description
This plugin balances teams as soon as autoteambalance is triggered.


Cvar
iatb_active < 0|1 >
0 : plugin disabled - 1 : plugin enabled if mp_autoteambalance is 1


iatb_admins_immunity < 1|0 >
Enable / Disable admins immunity
Note: admins will still be balanced by standart autoteambalance



iatb_message < "text here" >
Displayed text when teams are balanced


Modules
Cstrike module
mp_autoteambalance 1



Download  Plugin

Read more »

Team Flash Punish | Counter Strike 1.6 Team Flash Punish

Description
This plugin punishes players who flash their teamates.


Features
- Restrict a player from throwing flash nades
- Punish a player who flashes his teamates

Cvars


tfp_count < Flags >
Count Type: Flags are additive (default : 3)
0: Don't count
1: Count semi flash
2: Count full flash
4: Also count when flasher is dead


tfp_max_count < X >
Restrict a player from throwing flash nades after X counted teamflash (see previous cvar) (def:10)


tfp_punish < Flags >


Punish Type: Flags are additive (default : 2)
0: Don't punish
1: Health reduction
2: Money reduction


tfp_health_amount < amount >
HPs reduction (def:5)


tfp_money_amount < amount >
Dollars taken (def:200)

Modules
Cstrike

Fakemeta
Hamsandwich


Download Plugin
Read more »

AMX CVAR GUARD | AmxModx Cvar Lock

AMX CVAR GUARD

DESCRIPTION
Executes commands listed in an ini file on every incoming client upon
their connection to the server, and optionally can prevent the client
from changing the command to anything else.

WARNING
If the "lock" option is enabled, so that clients cannot set the commands
to anything else, the client will have to exit their game before they 
can set it to anything else. No permanent effects, but sometimes people
get confused.

NOTE
Blocking commands only works for client CVARs, which are "settings".
See cvarguard.ini for examples of these cvars.

USAGE
Place cvarguard.ini in amxmodx/configs directory.
Follow instructions in that file for adding commands.
Use the below CVARs to enable this plugin in your server.

amx_cvarguard <1/0>
Enables or Disables the plugin

amx_cvarguard_lock <1/0>
Enables or Disables the "lock" feature, preventing clients from
changing commands to anything else



Download Plugin  Configs
Read more »