Showing posts with label Amx Plugins. Show all posts
Showing posts with label Amx Plugins. Show all posts
Counter Strike 1.6 Advanced Bullet damage Plugin
Counter Strike 1.6
Advance Bullet Damage Plugin. Abd.amxx plugin for Counter strike 1.6 server
free download...!
Enjoy this Plugin.. :D
CS 1.6 deagle power | Golden Deagle
6:40 AM |
Labels:
Amx Plugins
With this plugin on your server, the deagle has other skin and shakes
when attack. Also, at a kill with headshot, a red thunder appears on the
left of the screen and random effect are applied to victim.
If a player makes 2 kills with headshot (cvar), the map lighting is dark for 2 seconds and a hudmessage with 'name: Deagle Warrior' appears on the left of the screen (cvar)
Info: The models are defined like this in code:
Code:
"models/v_deagle_power.mdl"
"models/w_deagle_power.mdl"
"models/p_deagle_power.mdl"
- added cvar to control changing model
- map lighting change on x headshots
- added hs effects.
- added screen flash
- remove sound cvar.
Modules:
Fakemeta
Cvars:
deagle_power 1/0 - enable/disable plugin (default 1)
deagle_power_shake 1/0 - enable/disabled shake on hs (default 1)
deagle_power_icon 1/0 - enable/disabled thunder icon (default 1)
deagle_power_screenflash 1/0 - enable/disable screenflash victim if hitplace was head (default 1)
deagle_power_explode 1/0 - enable/disable headshot effects: thunder,explode,blood (default 1)
deagle_power_light 1/0 - enable/disable map lightning change (default 1)
deagle_power_lightduration 1/0 - duration in seconds for dark lightning
deagle_power_hs - number of kills with headshots a player must make to change the lights (default 3)
deagle_power_model 1/0 - enable/disable changing model
Screenshots:



DOWNLOAD NOW
models. rar (712.9 KB, 11554 views)
Get Plugin or Get Source (deagle_power.sma - 6774 views - 8.4 KB)
If a player makes 2 kills with headshot (cvar), the map lighting is dark for 2 seconds and a hudmessage with 'name: Deagle Warrior' appears on the left of the screen (cvar)
Info: The models are defined like this in code:
Code:
"models/v_deagle_power.mdl"
"models/w_deagle_power.mdl"
"models/p_deagle_power.mdl"
- added cvar to control changing model
- map lighting change on x headshots
- added hs effects.
- added screen flash
- remove sound cvar.
Modules:
Fakemeta
Cvars:
deagle_power 1/0 - enable/disable plugin (default 1)
deagle_power_shake 1/0 - enable/disabled shake on hs (default 1)
deagle_power_icon 1/0 - enable/disabled thunder icon (default 1)
deagle_power_screenflash 1/0 - enable/disable screenflash victim if hitplace was head (default 1)
deagle_power_explode 1/0 - enable/disable headshot effects: thunder,explode,blood (default 1)
deagle_power_light 1/0 - enable/disable map lightning change (default 1)
deagle_power_lightduration 1/0 - duration in seconds for dark lightning
deagle_power_hs - number of kills with headshots a player must make to change the lights (default 3)
deagle_power_model 1/0 - enable/disable changing model
Screenshots:



DOWNLOAD NOW
models. rar (712.9 KB, 11554 views)
Get Plugin or Get Source (deagle_power.sma - 6774 views - 8.4 KB)
Amx Plugins And Server tools [AMXX]
6:11 AM |
Labels:
Amx Plugins
[AMXX] Big Plugins Pack
Server Plugins
Download Pack
Server Plugins
Server Addons
Admin Plugins
AMX Plugins Pack
FunStuff Plugins
Mods +20
Plugins 700
- Server Tools
Server Creator 1.6
Swd 47+48 Download Pack
Game Loading Banner | Counter-Strike 1.6 Loading Banner Tutorial
2:08 AM |
Labels:
Amx Plugins
This plugin allows the possibility of change the banner linking to the server.
Banner should be formatted *. Tga size: 340x56.
Installation and Setup
loading_banner.ini copy into amxmodx / configs
loading_banner.sma copy into amxmodx / scripting
loading_banner.amxx copy into amxmodx / plugins
Add the plugin name in plugins.ini loading_banner.amxx
The image you put in cstrike / resource / images
DOWNLOAD
Server Frames Per Second [FPS]
2:05 AM |
Labels:
Amx Plugins
Description
-With this plugin a player can see in real time, how many frames per second have the server.
-Message is showed in HUD at bottom of screen.
Author: Alka
Version: 1.0
server_frames.amxx [2.86 KiB]
server_frames.sma [1.28 KiB]
-With this plugin a player can see in real time, how many frames per second have the server.
-Message is showed in HUD at bottom of screen.
Author: Alka
Version: 1.0


Shoot Grenades [AMXX]
2:05 AM |
Labels:
Amx Plugins
Description:
With this plugin you can shoot grenades (including c4) making them explode.
video
http://www.youtube.com/watch?v=8qwMHBCbXpk
cvars
shoot_c4 0 - disabled , 1 - ct's can shoot it, 2 - everybody can shoot it
shoot_smoke 0 - disabled , 1 - enabled
shoot_flash 0 - disabled , 1 - enabled
shoot_he 0 - disabled , 1 - enabled
Thanks to Connor, arkshine and stupok for support.
Download Plugin Source
With this plugin you can shoot grenades (including c4) making them explode.
video
http://www.youtube.com/watch?v=8qwMHBCbXpk
cvars
shoot_c4 0 - disabled , 1 - ct's can shoot it, 2 - everybody can shoot it
shoot_smoke 0 - disabled , 1 - enabled
shoot_flash 0 - disabled , 1 - enabled
shoot_he 0 - disabled , 1 - enabled
Thanks to Connor, arkshine and stupok for support.
Download Plugin Source
Weapon-dependant gravity
9:31 PM |
Labels:
Amx Plugins
Weapon-dependant gravity
This is probably the shortest and the most "codeless" plugin ever made. I didn't think it would be THIS easy when I got this idea, but well... it was. It's up to the approvers whether they'll approve these few lines of code or not.
Description
This plugin changes users gravity according to all the weapons they currently hold. The weight of weapons should be realistic, found the values on wikipedia :D. For example, if the user holds a M249, their gravity would be increased to somewhere around 120%. However, if they hold both Desert Eagle and M249, it will be 130% (just a guess). Tested, works well.
Cvars
None. If you got an idea for a cvar, drop it in this topic.
Changelog
0.1
Counter-Strike only
This is probably the shortest and the most "codeless" plugin ever made. I didn't think it would be THIS easy when I got this idea, but well... it was. It's up to the approvers whether they'll approve these few lines of code or not.
Description
This plugin changes users gravity according to all the weapons they currently hold. The weight of weapons should be realistic, found the values on wikipedia :D. For example, if the user holds a M249, their gravity would be increased to somewhere around 120%. However, if they hold both Desert Eagle and M249, it will be 130% (just a guess). Tested, works well.
Cvars
None. If you got an idea for a cvar, drop it in this topic.
Changelog
0.1
- Now counts all weapons in user's inventory
- More optimized
- Uses HamSandwich hooks instead of CurWeapon
- Changed to work with flashbangs as well; other grenades are still counted as 1 though
Counter-Strike only
How to add music on a Counter Strike 1.6 server Methods of adding sounds in the Counter Strike server
How to add music on a Counter Strike 1.6 server
Methods of adding sounds in the Counter Strike server
Inserting musical sounds in the game can be
done in different ways. One of them is to install the plug-in
“roundsound” in case the server runs on AmxModX. This plug-in introduces
some familiar sounds in the game, which I am sure you know. These ones
are played at the end of the round. I am sure you get bored of them -
half of them are rock, and the other half are arabesque sounds, the same
sounds for years which I am bored of. You will learn now how to change
that.
Another method would be to modify an already
installed plug-in in the AmxModX. “Miscstats” is the plug-in I am
talking about, which is very easy to modify. This way, you can introduce
new tracks and sound than the ones pre-established, as long as they can
be withstood by the Counter Strike client that you use. The sound files
that can be used are the wav files.
Adding sounds by modifying miscstats plug-in
The steps that you have to take to introduce the musical sounds (and not only musical):
1. Search on the internet (or wherever you think) for wav files that match your desires. These are small sound files that will be played in the game. These files should be small - about 100Kb - in order to be withstood by the CS client, and in order to be easily downloaded by the player that connects to the server. You can try the wav files used for phone ring tones. You copy these files in HLDS\cstrike\sound\misc.
2. Modify the “miscstates” plug-in.
3. Install the “precache” plug-in. Very important!!! Without this plug-in, the sounds are impossible to be heard by the players. You will be the only one that hears these sounds because the others will not have them installed in the cstrike\sound\misc.
1. Search on the internet (or wherever you think) for wav files that match your desires. These are small sound files that will be played in the game. These files should be small - about 100Kb - in order to be withstood by the CS client, and in order to be easily downloaded by the player that connects to the server. You can try the wav files used for phone ring tones. You copy these files in HLDS\cstrike\sound\misc.
2. Modify the “miscstates” plug-in.
3. Install the “precache” plug-in. Very important!!! Without this plug-in, the sounds are impossible to be heard by the players. You will be the only one that hears these sounds because the others will not have them installed in the cstrike\sound\misc.
The most simple method of adding musical sound in the Counter Strike 1.6 server is to get the plug-in from here and to install it as it is. So, download it, unzipp it wherever on the disk and:
a. Copy the miscstats.amxx file in HLDS\cstrike\addons\amxmodx\plugins over the one that is already there.
b. Copy the files from the sound folder in HLDS\cstrike\sound\misc.
c. Install the precache plug-in in any other amxmodx plug-in (the amxx file should be copied in amxmodx\plugins, then the plug-in should be edited in amxmodx\configs\plugins.ini).
d. Copy the precache.txt text file in HLDS\cstrike\addons\amxmodx\configs. If you have correctly installed everything, then you should hear during the ga,e the following sounds:
- a short piece of Parazitii track at the beginning of the round
- you will hear the “impressive” sound for the last alive player of the team
- during the round, at some frags you will hear a piece of the track “dinpacate”
a. Copy the miscstats.amxx file in HLDS\cstrike\addons\amxmodx\plugins over the one that is already there.
b. Copy the files from the sound folder in HLDS\cstrike\sound\misc.
c. Install the precache plug-in in any other amxmodx plug-in (the amxx file should be copied in amxmodx\plugins, then the plug-in should be edited in amxmodx\configs\plugins.ini).
d. Copy the precache.txt text file in HLDS\cstrike\addons\amxmodx\configs. If you have correctly installed everything, then you should hear during the ga,e the following sounds:
- a short piece of Parazitii track at the beginning of the round
- you will hear the “impressive” sound for the last alive player of the team
- during the round, at some frags you will hear a piece of the track “dinpacate”
In order to install any piece of track that
you desire (between the limits that are withstood by the CS client), you
will have to know what it should be modified in the miscstats plug-in.
After you have downloaded and unzipped miscstats.zip, open the folder,
and you will find the miscstats.sma file, that you should copy in
HLDS\cstrike\addons\amxmodx\scriptings.
Chat Logger SQL | Amxmodx Plugin
9:06 AM |
Labels:
Amx Plugins
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
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
AMX CVAR GUARD | AmxModx Cvar Lock
9:05 AM |
Labels:
Amx Plugins
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
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 Voice Control | CS 1.6 Voice Control
9:05 AM |
Labels:
Amx Plugins
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
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
Light SmokeGrenade | Zombie Plague Light SmokeGrenade
9:05 AM |
Labels:
Amx Plugins
Description:
*The smoke grenade will made a cool light. Usefull on dark sides.
*Smoke puff removed.
*Light style is like in Zombie Plague.
*This plugin works on CS 1.6 & CZ.
Cvars:
*lightsmoke_enabled - 1 - plugin enabled / 0 - plugin disabled
*lightsmoke_light_duration - 20.0 ( set here the light duration )
*lightsmoke_deploytime - 3.0 ( set here the seconds until smoke deploy )
*lightsmoke_trail - 1 - enable / 0 - disable the smoke trail
*lightsmoke_cylinder - 1 - enable / 0 - disable the cylinder when light start's
*lightsmoke_smoke - 1 - enable / 0 - disable the smoke effect when light is turned off
*lightsmoke_glow_color - "255 255 255" - set the smoke glow color. RGB Format(use spaces)
*lightsmoke_bonus - 1 - give a free smokegrenade on player spawn / 0 - disable free smokegrenade on spawn
Modules Required*fakemeta
*hamsandwich
Download Plugin Source
*The smoke grenade will made a cool light. Usefull on dark sides.
*Smoke puff removed.
*Light style is like in Zombie Plague.
*This plugin works on CS 1.6 & CZ.
Cvars:
*lightsmoke_enabled - 1 - plugin enabled / 0 - plugin disabled
*lightsmoke_light_duration - 20.0 ( set here the light duration )
*lightsmoke_deploytime - 3.0 ( set here the seconds until smoke deploy )
*lightsmoke_trail - 1 - enable / 0 - disable the smoke trail
*lightsmoke_cylinder - 1 - enable / 0 - disable the cylinder when light start's
*lightsmoke_smoke - 1 - enable / 0 - disable the smoke effect when light is turned off
*lightsmoke_glow_color - "255 255 255" - set the smoke glow color. RGB Format(use spaces)
*lightsmoke_bonus - 1 - give a free smokegrenade on player spawn / 0 - disable free smokegrenade on spawn
Modules Required*fakemeta
*hamsandwich
Download Plugin Source
[AMXX] Amx Knife Mode Plugin
10:16 AM |
Labels:
Amx Plugins
Knife mod
This plugin changes the default knife with new types of knives : machete, bak knife, butcher knife, pocket knife, each of them having a speciffic skill. Install it like any other plugin and then copy the knife-mod into HLDS\cstrike\models folder ( HLDS is the main directory of your server).
While playing “say/knife” in console to open the on screen menu .
Download
This plugin changes the default knife with new types of knives : machete, bak knife, butcher knife, pocket knife, each of them having a speciffic skill. Install it like any other plugin and then copy the knife-mod into HLDS\cstrike\models folder ( HLDS is the main directory of your server).
While playing “say/knife” in console to open the on screen menu .
Download
Camp Disarm Amx Plugin [AMXX]
9:54 AM |
Labels:
Amx Plugins
Camp disarm
The AWP or other sniper rifele holders are disarmed when they camp are camping..
The AWP or other sniper rifele holders are disarmed when they camp are camping..
Subscribe to:
Posts (Atom)