AmxModx Plugin's Compilation

In order to modify a plugin (for example the maxping of the highpingkicker) you will have to edit the modification in the .sma file and then compile the sma. So, if you want to change the value of highpingkicker maxping , go to HLDS\cstrike\addons\amxmodx\scripting ( HLDS is the main directory of your server) and open the hpk.sma (or whatever the name it is) and edit maxping 150 or 200 or whatever , then save and close . Now you`ll have to compile it . How you do that… Drag and drop the sma file over the compile.exe icon ( the blue one - attention ! there are two blue icons, you will chose the one called “compile”) into the scripting folder . A black window will appear showing the derulation of the compiling process. When it`s done it will display “Compilation Done”. Now you will have to look into the “scripting” folder for a subfolder called “compiled”. Open it , and there you`ll find the compiled “.amxx” file of your plugin ( in our case the hpk.amxx) . This file you`ll have to copy into HLDS\cstrike\addons\amxmodx\plugins folder . If your server was running while you compiled and installed the plugin restart it or change the map and the plugin will work on the new value.

Read more »

Amx Super 4.2 Plugin For AmxModx

This is the main plugin, the only with all those crazy and usefull commands with many server side resources. Check the readme file for commands and installation tutorial.



Read more »

Chat Logger For Counter-Strike 1.6 | Chat Logger AmxModx Plugin

Description:
it log chat messages of:
say, say_team, amx_say, amx_chat, amx_psay, amx_csay, amx_tsay
say @(@@|@@@)
say_team @
to the amxxdir\logs\filename.html

Cvar:
cl_logmode 0 | 1 default is 1
0 : filename is ChatLog, means log all messages to a single htm file.
1 : filename is XXXX.XX.XX, Xs stand for the date, means everyday it creates a new htm file.

Install:
Put this plugin above the adminchat.amxx or it will not log adminchat stuff.

; Chat / Messages
chat_logger.amxx ; log chat messages by jim
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
;scrollmsg.amxx ; displays a scrolling message
;imessage.amxx ; displays information messages
adminvote.amxx ; vote commands



Download Plugin Source
Read more »

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 »

Team Voice Control | CS 1.6 Voice Control

Description
This plugin allows admins to mute one or both teams whenever they want.
Commands & Cvars

/vcontrol - Opens the voice control menu
Requires admin flag "d"
tvc_save - Whether or not the plugin saves settings
 "1" - Saves settings (default)
"0" - Settings reset every time the map changes


Download
Read more »

Download sXe Injected 11.6 Fix 1

Description:
(+) Add: dproto stuff
(+) Add: Validations
(+) Add: AntiWallHack tweaks
(+) Add: Steam compatible (03/03/2011)

NVIDIA USERS PLEASE DISABLE THIS OPTION (click here)

Read more »