Results 1 to 2 of 2
  1. #1
    adode
    adode is offline
    Guest adode's Avatar
    Join Date
    2012 May
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Server for Counter-Strike 1.6 or Condition Zero (Windows)

    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)
    Last edited by adode; 2012-05-25 at 02:51 AM.

  2. #2
    LonelyVatz
    LonelyVatz is offline
    Guest
    Join Date
    2013 Jun
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    yeah. i have tried this and it's worked
    to make public server you have to choose internet in dedicated server and port forwarding your IP

Similar Threads

  1. Counter-Strike Source
    By dakbyk in forum Counter Strike
    Replies: 8
    Last Post: 2013-06-18, 10:01 PM
  2. Counter-Strike: Global Offensive !
    By GMX9 in forum Games Lounge
    Replies: 2
    Last Post: 2012-05-24, 03:56 PM
  3. Servers to play Counter-strike.
    By GMX9 in forum Counter Strike
    Replies: 0
    Last Post: 2012-05-24, 09:20 AM
  4. Counter Strike 1.6 cheat
    By kocurid in forum Counter Strike
    Replies: 1
    Last Post: 2011-06-12, 08:53 AM
  5. Counter Strike 1.6 cheat
    By kocurid in forum Trash Bin
    Replies: 0
    Last Post: 2010-11-29, 04:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •