This tutorial will help you to add some cool plugins in cs 1.6,
this can make your server add some new rules and play with new ideas
and fun
AmxModx
Amxmodx is the base where the plugins are installed
so i have provided the amxmod for cs 1.6
and some plugins already installed in it.
just have this zip file downloaded from below link
Installation of amxmod
Basically the directory you will find in counter strike folder is
---Counter strike Root Directory
---cstrike
---errorlogs
---gldrv etc...
So the directory we need is CounterstrikeRoot/cstrike/ or HLDS/cstrike/
and here put his below zippped folder
this is basic amx plugin folder that you would like to add in cs
Download Addons Folder
Now unzip this addons folder in the cstrike folder
and you will see the plugins running in the game
and you will see the plugins running in the game
Adding Plugins Manually
Have a Copy of plugins from some website like
www.amxmodx.org
www.cstrike.ro
Here now i consider you have downloaded the plugins from the above link
And now we are ready to install plugins manually
Your downloaded plugins might be like
Example- admin_vote.amxx
and you will also get the source file like
admin_vote.sma
Here .sma files are only to edit plugins
And the file we need is .amxx or .amx files
so you simply need to copy this files in plugins folder in
cstrike/addons/amxmodx/plugins
so the file path will be now cstrike/addons/amxmodx/plugins/admin_vote.amxx
and now you have to make entry of this plugin in plugins.ini file
this file may be located as cstrike/addons/amxmodx/configs/plugins.ini
in this file you will see the third party plugins names
just write the file name completely with extension name
and here we are finished with the installation of the plugins
www.amxmodx.org
www.cstrike.ro
Here now i consider you have downloaded the plugins from the above link
And now we are ready to install plugins manually
Your downloaded plugins might be like
Example- admin_vote.amxx
and you will also get the source file like
admin_vote.sma
Here .sma files are only to edit plugins
And the file we need is .amxx or .amx files
so you simply need to copy this files in plugins folder in
cstrike/addons/amxmodx/plugins
so the file path will be now cstrike/addons/amxmodx/plugins/admin_vote.amxx
and now you have to make entry of this plugin in plugins.ini file
this file may be located as cstrike/addons/amxmodx/configs/plugins.ini
in this file you will see the third party plugins names
just write the file name completely with extension name
and here we are finished with the installation of the plugins
Checking
To have a check of working plugins you may try
command "amxx plugins" in console without quotes
this willgive the list of working plugins and list of bad load plugins
By Divesh Patel
comment below or contact me at djdivesh007@gmail.com for more cs knowledge and fun
No comments:
Post a Comment