Download sXe Injected 12.0

 sXe Injected v12.0 Released!


Add: Anti-Soundhack Beta 1
Add: New cheats detections
Fix: Unblocked commands
Fix: Lost focus on screenshots
Fix: Upload screenhots lag
Fix: Deformed ATI screenshots
Fix: CS1.5 duplicated folders
Fix: CS Windows name
Fix: Internationalization fixed
Fix: Anti-Wallhack visualization errors



DOWNLOAD
Read more »

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 »