First steps:
[Step 1]
Follow the link: amxmodx.org/downloads.php
Download: AMX Mod X Base and Counter-Strike Addon for Windows.
[Step2]
Follow the link: metamod.org
Download: v1.19 windows Binary for Windows
[Step3]
Go to the game location:
If you use steam install dedicated server then go: steam\steamapps\your_steam_name\dedicated server\cstrike
If you don't use steam, example would be: half-life\cstrike\
Then create a new folder there called addons
[Step4]
In the folder addons create a folder called: metamod
[Step5]
Place metamod.dll in dlls folder: addons\metamod\dlls
Create file plugins.ini in the folder metamod
Open this file and place following code:
Code:
win32 addons\amxmodx\dlls\amxmodx_mm.dll
Close and save.
[Step6]
In the folder where dedicated server is located open cstrike folder, find a file called: liblist.gam
Open it with notepad and find the line:
gamedll "dlls\mp.dll"
Replace it with
gamedll "addons\metamod\dlls\metamod.dll"
[Step7]
Place the contents of AMX Mod X Base and Counter-Strike Addon together, then move it to:
addons\amdmodx\
[Step8]
Now we can run and test our server. Open your dedicated server and test it. It should work if you done everything correctly.
---------- Post added 2012-05-25 at 01:43 AM ---------- Previous post was 2012-05-24 at 05:30 PM ----------
[Step9]
As i said in previous post, if you done everything correctly by typing typing amxx in console you will get this message:
AMX Mod X 1.8.1.3746
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Scott "Damaged Soul" Ehlert
Compiled: Aug 16 2008, 21:04:39
Now we are going to give the admin rights to ourselves.
Open: amxmodx\configs\users.ini
find:
Code:
"loopback" "" "abcdefghijklmnopqrstu" "de"
and replace it with:
Code:
"your nick" "your password" "abcdefghijklmnopqrstu" "ak"
example for me would be: "adode" "pass" "abcdefghijklmnopqrstu" "ak"
close and save it.
Notice: You won't be able to administrate using others nicks in game.
Now no one will be able to connect my server with nick adode in my example, because AMXX kicks player automatically if its wrong.
To connect own server you need to write your password in the console: setinfo "_pw" "mypassword"
We need to learn and try some admin commands, there are many of them, i will show you the most important you need:
All commands should be written in console:
amx_banmenu (banning menu)
amx_kickmenu (kick menu)
amx_slapmenu (slap menu)
amx_mapmenu (changing maps)