Saturday, August 3, 2013

Deathrun Addons



DeathrunManager.amxx; basic plugin
     DRM_trigger_hurt_fix.amxx, fixes the bug trigger_hurt_fix
     stuck.amxx; Unlock playerii
     team_join.amxx; automatically put players that the CT
     knife_mod2013.amxx; Special Powers
     specinfo.amxx, show you the list of players that fans
     prochat.amxx, Chat colored + ADMINTAG
advanced_gag.amxx, An advanced gag
     Extra-lives.amxx; Lives suplimantare
     bunnyhop.amxx, Bunny Hop server automatically
     HighPingMode.amxx; give out players with large lag
     amx_lastip.amxx; View last IPs connected
     amx_showip.amxx; View Player IPs on the server
     plugin_trail.amxx, lines in different colors
     use_button_once.amxx, you can click the button only once
     glowmenu.amxx; Menu with various colors that will shine forth
     simple_restart.amxx, you can give the command reboot / restart
     amx_t_ct_spec.amxx, can transfer players from one team or spectator
     Deathrun_Shop.amxx, can buy grenades, invisibility, etc.
     join.amxx; look when someone enters / exits the server
     afkkicker.amxx, the AFK Kicks
     camera_switch.amxx, can change room
     scout.amxx, you can take the command scout / scout
     dr_duel.amxx; When left alone CT, you can start a duel with terrorism - the / duel
     top15.amxx; Top 15 in points
     Radio.amxx; Radio on server
     resetscore.amxx; Players can reset the score
     mapchooser4.amxx; advanced voting system
     ultimate_who.amxx; Show admins online
     speedmeter.amxx, show that the speed of
     admin_vgk.amxx, GMs are displayed in tab tag VIP + receive grenade
     infohud.amxx; Information in HUD (TimeLeft, nextmap, Currentmap)
     teromenu.amxx; Menu terrorist.

Paintball Addons

Content : 

- AMX Mod X: 2.1
- Metamod: 1.19
- HL-Booster: 2.4
- Dproto: 0.87
- Podbot: 3.0
- sXe Injected

Advantages :

- Updated Setmaster
- Commandmenu complete [see images]
- Compatible with win and linux
- Customization of the overall menu
- Plugins updated as dlls
- Commands in the main menu cvar
- Paintball translated Posts
- Addon in Portuguese
- And more ...


Plugins:

 - Paintball parachute (with bullets shot in the models)
- Grenades Ink
- Paintball Guns
- Movements Paintball
- Amxmod 2006
- Anti-Ping (150m)
- Execall

 Download:

- Addon
- MapPack

 

Clan Mod tutorial on Counter Strike 1.6 dedicated server

1.Installing ClanMod Files

1.Download ClanMod.rar here.
2.Extract clanmod_mm.dll into the <mod_dir>/addons/clanmod/dlls/ folder.
3.Extract the ClanMod config files and directories into the <mod_dir>/addons/clanmod/ folder. This folder may need to be created if you don't have a previous version of ClanMod installed.
4.Open the file <mod_dir>/addons/metamod/plugins.ini in a plain text editor such as Notepad. Avoid the use of rich text editors such as Wordpad and MS-Word. This file may need to be created if it doesn't already exist.
5.Add the following line to plugins.ini: win32 addons/clanmod/dlls/clanmod_mm.dll
6.Save the file and exit the text editor
Finalizing the Install
ClanMod is now installed and ready to run. To start ClanMod, stop and restart your hlds server. The ClanMod plugin should automatically load. You can also load and unload the plugin on every map change using the appropriate Metamod commands. (Type "meta help" in server console for more help) To ensure that the plugin is running, type "clanmod_version" in your hlds console.
To configure and customize ClanMod, edit the various configuration files found in <mod_dir>/addons/clanmod. The first thing you need to do is define your admins. To do this, edit the file <mod_dir>/addons/clanmod/cm_admins.cfg. There are many examples of how to do this included in the file. For complete details on how to define admins, see the ClanMod Manual section titled "Creating Admins". Once you have defined your admins, you will want to make use of ClanMod when you are in-game. For instructions on how to do this, see the sections "Logging In" and "On-Screen Menus" in both the ClanMod Manual and the ClanMod Adminstrator's Guide.

2.Creating Admins

Admin accounts are defined in the file cm_admin.cfg using the cm_admin command. The syntax for cm_admin is:
cm_admin "<name, IP or WONID>" "<password>" "<levels and flags>" ["name"]
Make sure that you use quotes if your name or password contain spaces. The list of available levels and flags are:
Levels:
A Access to the Slap Menu
B Access to the Ban Menu - Temporary Time Bans
C Ability to send coloured Admin Chat messages (set by cvar cm_chatflag)
D Access to the Cancel Vote Menu
E Access to the Client-Commands Menu
J Access to clanmodmenu2
K Access to the Kick Menu
M Access to the Changelevel Menu
O Operator level
P Access to the Ban Menu - Permanent Ban
Q Access to the "Exit", "More" and "Back..." positions in ClanMod Menu
R Access to the Record Demo Menu and the Snapshot Menu
S Access to the Settings Menu
T Access to the Teleport Menu
U Access to the Unban Menu
V Access to the Votemap and Votekick Menus. Ability to close vote session
W Access to Play Sounds with Say and Menu
X Custom level (for Custom and Client Commands)
Y Custom level (for Custom and Client Commands)
Z Custom level (for Custom and Client Commands)

Flags:
b Kicks player no matter what password is given (used for unwanted names)
f Give level and flags to the player, but don't mark him as an admin
k Admin can not be kicked
l Do not logout if name or password has changed
o Operator, can kick everyone
r Has a reservation in the server's freeslots
s Kick the player if a bad password was given
Admin account exaple :
Example: If you have an admin with the nick "Boss|George" and the password "mypass" who you want to be able to use the Votemap Menu, the Kick Menu, and also to be able to send coloured messages, then the admin levels would be V, K, and C. If you also want this admin to be able to kick others admins, have a reserved slot on server, and be immune to kick from other admins, then you would add the o, r, and k flags. The command for creating this account would then be:
cm_admin "Boss|George" "mypass" "VKCork"

3.Logging In

To log into the game as an admin, you must add a setinfo line to your Half-Life/<mod_dir>/config.cfg file on your client. The syntax for the setinfo line is:
setinfo "<variable>" "<password>"
By default, the variable is "_cm_pw". Using the admin example above, the admin Boss|George has the password "mypass". Therefore, that admin's setinfo line would be:
setinfo "_cm_pw" "mypass"

4.On-Screen Menus

For effective usage, bind an available key to the ClanMod menu. You can bind any key or mouse button that you prefer. For example, to make it such that the letter "o" opens your "op" menu, type the following in your client console:
bind "o" "clanmodmenu"
Now, whenever you hit "o" in the game, the menu will appear showing the available ClanMod options. If you hit "o" again, the menu will disappear. To navigate the menus, simply press the appropriate number key. All menu items are numbered.
There main menu has two pages. Although the second page is accessible from the first, it can also be quite handy to bind a key directly to that menu as well. The command to go directly to the second menu is "clanmodmenu2". So, for example, to bind it to key "p", you simply type the following into your client console:
bind "p" "clanmodmenu2".


Public Addons

Addons
AMX Mod X 1.8.1 4 CS 1.6 ONLINE SERVER

- AMX Mod X 1.8.1
- Metamod 1.19p32
- Booster 2.4
- HLguard 1.8
- sXe Injected Win32 Server

Plugins Adoons

[ 26] Admin Check
[ 27] Show IP
[ 28] Auto Round Restart
[ 29] RS Swear Filter
[ 30] AFK Bomb Drop
[ 31] Admin Free Look
[ 32] AdminListen
[ 33] Bomb Countdown HUD Tim 0.2
[ 34] Admin Gag
[ 35] CVAR Guard
[ 36] Game Namer
[ 37] Serverinfo
[ 38] Auto-Responder
[ 39] Don't say IPs
[ 40] Team Flash Snitch
[ 41] Reset Score
[ 42] Weapon Icon

Download : Click Here

Friday, August 2, 2013

Best Config Players

Download Here

Image

Maps by eSK

Map : de_mini_esk
Created by: Jeppo.

Download

Map Name : awp_esk2012
Map Size : 697 kb (.bsp)
Setup Size : 514 kb (.exe)
WinRar Size : 16.0 mb (.zip)
Map creator - Jeppo.

Download

Map Name : awp_eskps
WinRar Size : 7.79 MB
Created By : Jeppo.

Download

Visit : eSportsKosova.com
Map : awp_kosovo
Size : 8.34 MB (Included cstrike folder)
Created by Jeppo.
Copyright (c) 2012 by Jeppo.


CS 1.6 Premium

  • Open Setup
  • Install Counter-Strike 1.6 Premium
  • Click desktop shortcut "Counter-Strike 1.6 UCP" to play with UCP and "Counter-Strike 1.6 Premium" to play without UCP!


Download

Weapons HD

Image

Download


Neo.cfg

bind "TAB" "+showscores"
bind "ENTER" "+attack"
bind "ESCAPE" "cancelselect"
bind "SPACE" "+jump"
bind "'" "+moveup"
bind "+" "sizeup"
bind "," "buyammo1"
bind "-" "sizedown"
bind "." "buyammo2"
bind "/" "+movedown"
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"


Download

CS Source Transformation pack v1.8


NEW- CSS Player models
NEW- CSS Hostage & Scientist models
NEW- CSS VIP model
NEW- CSS Weapon models [all Vee , Pee & Wee]
NEW- CSS Sprites
NEW- CSS GUI
NEW- CSS Sound


Click Here To Download 

CS Tools

AMXMODX.DOWNLOAD

SV CREATER.DOWNLOAD

SWDS 47+48.
DOWNLOAD

COUNTER STRIKE 1.6 MODS

AMX_MATCH_DELUX_703.DOWNLOAD

CHICKENMOD_REBIRTH
.DOWNLOAD

CS_WAR3FT_V3.0RC8.DOWNLOAD

CSDM2.1.1.DOWNLOAD

DEATHMATCH.DOWNLOAD

DODGEBALL.DOWNLOAD

FINAL_FANTASY_XMOD.DOWNLOAD

GLADIAROR_KNIFE_MOD.DOWNLOAD

SNOWBALL_WAR.DOWNLOAD

SOCCER_JAM.DOWNLOAD

SPIDERMAN.
DOWNLOAD

UPGRADE_MODVERSION_1.0.2.DOWNLOAD

WAR3FT_3.0RC11.DOWNLOAD

WEAPONMOD_LITE_1.0.DOWNLOAD

ZOMBIEM.DOWNLOAD

ZP_PLUGIN_43.DOWNLOAD

GUN_GAME.DOWNLOAD

GUN_GAME_2.12.DOWNLOAD

KNIFE_MOD.DOWNLOAD
METAMOD_V1.19.DOWNLOAD

SUPER_HERO.DOWNLOAD

MATRIX_MOD.DOWNLOAD

[GUIDE] Mods and Addons

Mods and Addons


First of all...what exactly do the mods and addons do that the built in rcon system does not?

The addon mods for Half life allow a whole variety of extras that your rcon does not even come close to.

First of all, and in my opinion the most important reason to get an addon mod is that you can grant admin priveledges without giving the person the rcon password which is basically giving him full run of the server, both to shut it down and etc.

AMXX Defines this very well
Quote:
Plugins can take form in administrative services (adding new admin commands), statistcs generation (StatsX), fun additions (godmode, etc), gameplay changes (WC3, CSDM), and much, much more!
You can also write modules to expand the functionality of AMX Mod Xand add to the scripting language
Addon mods also have the following benefits and much much more:
Slapping
Slaying
Map voting
Fun modes

Ok Because AMX is no longer updated, nor has any potential compared to the constantly updated and improving AMXX, i will teach you how to install AMXX. Dont worry, you wont be disapointed by AMXX.

Metamod


First of all we need to get metamod.
As Explained on the Metamod site:
Quote:
Metamod is a plugin/DLL manager that sits between the Half-Life Engine and an HL Game mod, allowing the dynamic loading/unloading of mod-like DLL plugins to add functionality to the HL server or game mod.
http://metamod.org/

Download the latest version on the right hand side.

Open up your HLSERVER folder now.

Go into your account>Mod folder
Now create a folder named "addons". Inside addons create another folder called "metamod". Inside metamod create anothe folder called "dlls". Inside that folder place the metamod.dll file that you downloaded.

Now go back to the mod's directory and edit the liblist.gam using notepad
Edit it so it looks like the following:

Now go into the metamod folder and open a new notepad file.
add the following into it:

win32 addons\amxmodx\dlls\amxmodx_mm.dll

This is how it should look at how you should save it.


AMXX


Ok first of all head over to the amxx website and download the AMX Mod X Base.

http://www.amxmodx.org/

Once the file has downloaded, open the file and copy and paste the AMXmodX Folder into your newly created addons folder.




AMXX Should now be complete and working. If you wish to check if it is you have two choices.
1) Open the HLDS.exe file and start up the server using condition zero then go into the console tab and type meta list. Like below:


The reason for this is that the console view does not reply to your meta list command. But you have no worry because amx will be working correctly.

Installation of Counter-Strike, Day Of Defeat ETC...

If you are planning to be using HLDS for a CS server or the like, head back over to
www.amxmodx.com

Go to downloads-> and Download your addon you wish to use.

For this tutorial i will use the CS addon because they are all use the same procedure.

Download this zip file, and extract the folders inside the addons/amxmodx to your HLSERVER/Account/Mod/Addons/amxmodx Directory.
Overwrite the folders that are currently there.

Thats it Easy.

Configuring and Understanding AMX Mod X

Lets start with going into the Config Folder and taking a look.
This folder will contain these folders:
amxx.cfg <-- AMX Mod X settings
clcmds.ini <-- Client menu's
cmds.ini <-- Command menu's
configs.ini <-- Config CFG menu's
conmotd.txt <-- No relevance
core.ini <-- No relevance
custommenuitems.cfg <-- No relevance
cvars.ini <-- CVAR Command Menu's
maps.ini <-- Your Maps
modules.ini <-- Modules that run
plugins.ini <-- List of running plugins
speech.ini <-- Speech Menu
stats.ini <-- No relevance
sql.ini <-- No relevance
users.ini <-- Admin priveledges set here

AMXX.cfg


Ok lets start with the AMXX.CFG file. Open it with Notepad.

There are a few settings in here that you can specify to your preference and these i will state below:

// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 180

// Set in seconds how fast players can chat (chat-flood protection)
amx_flood_time 0.75

// Amount of reserved slots (for more details see comments in a plugin source)
amx_reservation 0

// Minimum delay in seconds between two voting sessions
amx_vote_delay 10

// How long voting session goes on
amx_vote_time 10

// Display who votes for what option
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 1

// Max size of the stats file
csstats_maxsize 3500

The Only things i suggest changing here is the floodtime, rank mode and maxsize. I set my floodtime at 0.5 because i found that i was typing too fast for the server to display my messages.

Make sure your Rankmode is by AuthID or csstats_rank 1 because if you have several people playing from the same network, they wil have the same stats!

The max size of the stats file is the number of players allowed to be stored.
Although i doubt you will have more than 3,500 different steam id's join and play on your server within a period where you do not reset the stats(i'll teach you how to do this later) You should not need to adjust this. But of course if your server is planning to be big i suggest no more than 7000 because it takes up a lot of memory at that point.

The rest of these settings are just personal preference, do as you wish with changing them .


configs.ini


Now lets look at the configs.cfg file. The configs.cfg file is a list of available settings that your server can switch to. When i mean settings i mean available .cfg files such as the server.cfg.
For instance, you have a Restart Round script named rr.cfg which inside it has a line like:

///restarts the round
mp_restartround 1

You would add or edit one of the current lines in it like the following:

"RestartRound.cfg" "servercfgfile rr.cfg;exec rr.cfg" "a" "u"

Make sure to remove the ; at the beggining. Anything with ; or / before it means the server will skip this line.

modules.ini


The modules are like chapters that you enable to allow certain abilities in the server to become available.

Here is a copy-paste of the file, i will add arrows on what i suggest to activate.

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
;fun_amxx_amd64.so <-- Deactivate if no amd64 cpu

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
geoip_amxx_i386.so <-- Activate
geoip_amxx.dll <-- Activate
;geoip_amxx_amd64.so

; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
sockets_amxx_i386.so <-- activate
sockets_amxx.dll <-- Activate
;sockets_amxx_amd64.so <--inactivate unless you and amd64 cpu

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
;cstrike_amxx_amd64.so <--deactivate

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
;csx_amxx_amd64.so <-- deactivate

plugins.ini


The Plugins.ini specifies which special amx mod x options to activate.
Here is what it looks like, what you should touch, and what not to touch.

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)

; Chat / Messages
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

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
;statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here


Now, if you are running a CS/CZ you will want to remove the ;'s for the items under the counter-strike section.

Everything else you will just leave. I will cover the custom plugins part when i show you how to add custom plugins, but for now just leave that too.


users.ini


The Users.ini provides you with complete control over what you grant to your administrators on the server. The users.ini is controlled by access flags, which are the keys to granting rights to every user that you choose. You can, for example, give one person complete and all priveldges over the server, while another person can lets say, only changemap? You get the idea...so lets get to it.

Below are the access flags to which describe what each letter stands for and gives to the user. The Custom Flags (M through T) are for plugins if you wish to specify a seperate flag. For now we will not worry about these.

; Access flags:
; a - immunity (can't be kicked/banned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

Below are the Account Flags. These are how the server will process who is who. If you wish to add an admin through their IP address then the flag would be D. If you wish to add them through their SteamID/WonID then you would pick C. I really do not need to go through passwords because frankly, they are not needed...a steamid is plenty enough security. I do NOT recommend using Clan Tags! People will just come in and exploit this. My suggestions are to use flags C and E.

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)

Now below is where everythign comes into play. As you can see below i have created an example. As you can see, for organization-wise, i have created subheadings for each so its easier to seperature who has what.

REMEMBER: ANY ; Sign means the script will disregard that line!!!

Now i have set Full Admin to have all priveldges that the server has. Flags a-u, To check SteamID and no password.

The "" after the steam id is for if you wish to add a password, but as i put above, it really is not neccessary and it involves the user to change his .cfg's in his steam directory so he can login with this password...its not worth the hassle.

; FULL ADMIN-:;
"STEAM_0:1:xxxxxxx" "" "abcdefghijklmnopqrstu" "ce" ; ps2cho
"STEAM_0:0:xxxxxxx" "" "abcdefghijklmnopqrstu" "ce" ; ocforums

My Medium Admin users have everything that the full admin has, except they do not have access to Ban players, the RCON and immunity

;MEDIUM ADMIN ACCESS:
"STEAM_0:0:xxxxxxx" "" "bcdefghijkmnopqrstu" "ce" ; Jim
"STEAM_0:1:xxxxxxx" "" "bcdefghijkmnopqrstu" "ce" ; Friendly Noob player

My Limited Admin users have do not have access to Ban players, the RCON, kick, slay/slap, immunity. They can only do basic stuff like change the map, post messages, do private chat and change cvars.

;LIMITED ADMIN:
"STEAM_0:0:xxxxxxx" "" "fghijkmnopqrstu" "ce" ; ben
"STEAM_0:0:xxxxxxx" "" "fghijkmnopqrstu" "ce" ; Bobby the mailman

The above you can use a template for yours, or you can create a new one and shape it to your likings.

"loopback" "" "abcdefghijklmnopqrstu" "de"

The Loopback is for if you are going to be playing on the same computer as the server. Although most people do not, if this is not a perminent server you would need it. I recommend you just leave it.

Third Party Plugins

The great thing about AMXX is the ability to install plugins to the server to increase its..."fun-tivity" as i put it ^_^

Here i will teach you how to add plugins and configure them.

For everythign to do with plugins we will be using the plugins.ini in the config folder, the Plugins folder and the Scripting folder Like below:





Ok so for this tutorial we will be adding a Rules plugin so that everytime you join the server, a list of rules will appear. Its a good plugin that i use.

http://www.amxmodx.org/forums/viewtopic.php?p=73413

Ok so first head over to this page and download the files as shown in the picture below:

Now, Get your Files that you just added and place the .AMXX Files into the Plugins folder and the .SMA files into the Scripting Folder


Now, Head into the Plugins folder and open up notepad to a blank page.

We must create a list of the custom plugins so that it can tell the difference between the standard and custom.

The new plugins list (Called Plugins.ini) Will list the names of the .AMXX Files.

Just save it into the plugins folder called plugins.ini



Now, head back into your config folder and we will do the same except there is already a plugins.ini file remember? Remember it had a "; Custom - Add 3rd party plugins here" Now all we have to do is the same as the plugins.ini in the plugins folder!
This is how it should look.

; Custom - Add 3rd party plugins here
server_rules.amxx

We will always add the .amxx file, never the .sma

Now Lets test and see if it worked hey! But first lets add some rules to the server so it actually shows up.

Go into your amxx.cfg file in the plugins folder and add the following lines to it:

// Rules list that will show up.
amx_addrule "Do not TK"
amx_addrule "Overclocking Rules"
amx_addrule "Do NOT hack"
amx_addrule "Do not use Auto Sniper"
amx_addrule "Owner of Clan & Server is Overclockers Forum"
amx_addrule "Have Fun"

Now reload the map and it will be in effect. Lets test hey!



Your first Plugin has been completed successfully!

From here the same rules apply to every plugin you wish to add.
You put the name of the .amxx file into the plugins.ini file in the Config and plugins folder. Put the .amxx file into the Plugins folder and the .sma file into the scripting folder.

Goodluck. A few good plugins that i like to use are called uberslap, amx_name (to change the players name in-game) and deags mapmanager(very good mapvoting and cool effects!)

Be aware...the more plugins you add, the more CPU your server will take up, Simple and clean is the most effective way for a slow server.

Counter-Strike

ounter-Strike is a tactical first-person shooter video game developed by Valve Corporation which originated from a Half-Life modification by Minh "Gooseman" Le and Jess "Cliffe" Cliffe. By the fourth beta version, Valve Software, the developer who created Half-Life, began assisting in the development of Counter-Strike. In 2000, Valve bought the rights to Counter-Strike, and would publish the title for Microsoft Windows that year, and later in 2003 for the Xbox. OS X and Linux ports were available in January 2013.
The game has been expanded into a series since its original release, which currently includes Counter-Strike: Condition Zero, Counter-Strike: Source, and Counter-Strike: Global Offensive. Counter-Strike pits a team of terrorists against a team of counter-terrorists in a series of rounds. Each round is won by either completing the mission objective or eliminating the opposing force.
The game was the most played Half-Life modification in terms of players, according to GameSpy in 2008.
As of August 2011, the Counter-Strike franchise has sold over 25 million units.

GAMEPLAY

Counter-Strike is a first-person shooter in which players join either the terrorist team, the counter-terrorist team, or become spectators. Each team attempts to complete their mission objective and/or eliminate the opposing team. Each round starts with the two teams spawning simultaneously.
A player can choose to play as one of eight different default character models (four for each side, although Counter-Strike: Condition Zero added two extra models, bringing the total to ten). Players are generally given a few seconds before the round begins (known as "freeze time") to prepare and buy equipment, during which they cannot attack or move (one notable exception is that a player may receive damage during freeze time. This happens when a map is changed to spawn players at a certain height above the ground, thus causing fall damage to the player. This is a method map designers use to alter the starting "HP" of players on a map). They can return to the buy area within a set amount of time to buy more equipment (some custom maps included neutral "buy zones" that could be used by both teams). Once the round has ended, surviving players retain their equipment for use in the next round; players who were killed begin the next round with the basic default starting equipment.
Standard monetary bonuses are awarded for winning a round, losing a round, killing an enemy, being the first to instruct a hostage to follow, rescuing a hostage or planting (Terrorist)/defusing (Counter terrorist) the bomb(C4)in the bomb site.
The scoreboard displays team scores in addition to statistics for each player: name, kills, deaths, and ping (in milliseconds). The scoreboard also indicates whether a player is dead, carrying the bomb (on bomb maps), or is the VIP (on assassination maps), although information on players on the opposing team is hidden from a player until his/her death, as this information can be important.
Killed players become "spectators" for the duration of the round; they cannot change their names before their next spawn, text chat cannot be sent to or received from live players, and voice chat can only be received from live players and not sent to them (unless the console variable sv_alltalk is set to 1). Spectators are generally able to watch the rest of the round from multiple selectable views, although some servers disable some of these views to prevent dead players from relaying information about living players to their teammates through alternative media (most notably voice in the case of Internet cafes and Voice over IP programs such as TeamSpeak or Ventrilo). This form of cheating is known as "ghosting."

DEVELOPMENT

Counter-Strike is itself a mod, and it has developed its own community of script writers and mod creators. Some mods add bots, while others remove features of the game, and others create different modes of play. Some mods, often called "admin plugins", give server administrators more flexible and efficient control over his or her server. There are some mods which affect gameplay heavily, such as Gun Game, where players start with a basic pistol and must score kills to receive better weapons, and Zombie Mod, where one team consists of zombies and must "spread the infection" by killing the other team (using only the knife). There are also the Superhero and mods which mix the first-person gameplay of Counter-Strike with an experience system, allowing a player to become more powerful as they continue to play. The game is also highly customizable on the player's end, allowing the user to install or even create their own custom skins, HUDs, sprites, and sound effects, given the proper tools.

RELASE

When Counter-Strike was published by Sierra Entertainment/Vivendi Universal Games, it was bundled with Team Fortress Classic, Opposing Force multiplayer, and the Wanted, Half-Life: Absolute Redemption and Firearms mods."
On March 24, 1999, Planet Half-Life opened its Counter-Strike section. Within two weeks, the site had received 10,000 hits. On June 19, 1999, the first public beta of Counter-Strike was released, followed by numerous further "beta" releases. On April 12, 2000, Valve announced that the Counter-Strike developers and Valve had teamed up.
Counter-Strike's primary beta release dates occurred on
  • Beta 1: June 19, 1999
  • Beta 2: August 13, 1999
  • Beta 3: September 14, 1999
  • Beta 4: November 5, 1999
  • Beta 5: December 23, 1999
  • Beta 6: March 10, 2000
  • Beta 7: August 26, 2000
The non-beta public release dates of Counter-Strike are as follows:
  • Version 1.0: November 1, 2000
  • Version 1.1: March 13, 2001
  • Version 1.3: September 12, 2001
  • Version 1.4: April 24, 2002
  • Version 1.5: June 12, 2002
  • Version 1.6: September 9, 2003
Note: Version 1.6 effectively coincided with the release of Valve Software's Steam content delivery system on September 12, 2003. All further updates and bug fixes have been dynamically delivered via Steam, without any specific new version numbers. The name or abbreviation "1.6" is often used to differentiate it from the later versions Counter-Strike: Source and Counter-Strike: Global Offensive.
In March 2007, Valve implemented mandatory advertisements through Steam in official maps and in the game's GUI overhead. Customers have expressed frustration with the ads, including an over 200 page thread on Valve's official forums, saying that they violate original terms of service and distract from the game. The thread was later deleted by an unknown moderator.
In January 2013, Valve began a Beta of 1.6 for targeting Linux and OS X users. The updates are available for Windows users via the Beta opt-in tab as part of the properties of the game within Steam. These changes were later rolled into an update of the standard (non-Beta) game in April of 2013.

How to make a CS 1.6 spray logo

In order to install a spray logo to your CS client you will have to do this :

First you will have to download here HL Tag Converter. Unzzip it anywhere on disK. Double click the executable HlTagConverter and a window will be displayed . Then do the following steps :
1. Click on Open Image; there you chose the picture from your disk.
2. Click on Adjust Image. An window will display. First click Auto Size, and then click Apply changes and convert to 256 colors.
3. Click the Save Tag button. A little window will display and you chose "Export to WAD file" and click OK.
Now you have to save the file twice : first save it as tempdecal and then save it as pldecal.Copy the two files, tempdecal.wad and pldecal.wad , tocstrike folder of your Counter Strike 1.6 client (not the server`s cstrike), and delete the logos folder from there.

Counter Strike 1.6 HLDS Server Public FULL ADDONS.rar

This is Full addons HLDS server with all tutoriols and impotant plugins.You have to do just some things that you have to make changes for admin and some plguins you have to download from our site.

FREE CS 1.6 PLUGINS

ADMIN PLUGINS.DOWNLOAD

SERVER PLUGINS.DOWNLOAD

AMX PLUGIN PACK.DOWNLOAD

700 PLUGINS PACK.DOWNLOAD

FUNsTUFF PLUGINS.DOWNLOAD

FUN STUFF PLUGINS2.DOWNLOAD

FUNSTUFF PLUGINS3.DOWNLOAD

FUNSTUFF PLUGINS 4.
DOWNLOAD

TIMER 16.   DOWNLOAD


HPK.  DOWNLOAD


SWEAR_FILTER.   
DOWNLOAD


AMX_SERVER_CONNECT_MESSAGE.  
DOWNLOAD


AMX MATCH DELUX  811.   DOWNLOAD


IN GAME ADS.  DOWNLOAD
CLICK HERE FOR WATCHING VIDEO


ADMIN SLASH.  
DOWNLOAD


AMX SUPER.  
DOWNLOAD

GHW HUD MESSAGES.  DOWNLOAD


ULTIMATE SOUND ADVANCED.  DOWNLOAD


PUBLIC RULES.  DOWNLOAD



ADVANCED BULLET DAMAGE.   DOWNLOAD



INFO_RANK .   DOWNLOAD



BOMB BLAST.  DOWNLOAD



HEAD SHOT DELUXE.  DOWNLOAD




HEAD SHOT BLAST.  DOWNLOAD



AMX GORE ULTIMATE.  DOWNLOAD





NEW STYLE RANK.  DOWNLOAD


PERMANENT MESSAGE.  DOWNLOAD




JOIN_IP.  DOWNLOAD