Home

Text

Populer Post

Slider(Do not Edit Here!)

Comments

Wednesday, June 12, 2013

Chat Logger SQL | Amxmodx Plugin

Description:
This plugin save chat message to MySQL Database

installing the plugin:
1. Copy chat_logger_sql.amxx file to plugins folder
2. Add line chat_logger_sql.amxx to plugins.ini file
3 Copy ChatLoggerSQL_NoSaveWords.ini file to your config folder.

Plugins upgrade 14-04-2008:
Added to plugin:
1. Plugin has been chanced so it will automaticaly create database if it doesn't excist yet.
2. Added feature that will not save any selected messages to database. This funciont will search unwanted words from ChatLoggerSQL_NoSaveWords.ini file. If any words writen in file will match to chat messages, the message will not be saved into database.



Download :
Plugin 
Source 
ChatLoggerSQL_NoSaveWords.ini

VIP Announcer | AmxModx Plugin

Description:
- Inspired from AdminMod
- Some information at vip events such as:
  • spawned as vip
  • killed as vip
  • kill the vip
  • escaped as vip
- these are saved or not using nvault
- $ bonus at events
- the vip can have a tag in the name

Modules: 

Cstrike & nVaultCvars:vipannouncer 1/0 -- enable/disable plugin (default 1)
vipannouncer_escapebonus -- money gived to player who escaped as vip (default 800)
vipannouncer_killbonus -- money gived to player who killed the vip (default 300)
vipannouncer_spawnbonus -- money gived to player who spawned as vip (default 600)



Download Plugin Source

Teleport Smoke Grenade

Description
Plugin changes the smoke grenade to teleport grenade with a bit of smoke.
Usage: drop the grenade, you will be teleported to the spot of explosion.
Try to crouch if the height of the spot are small for uncrouched player.


Download Plugin Source

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

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

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

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