Tälläinen theardi oisi hyvä täälä PP:ssä.
Noh tässä on ohjeet.
http://www.amxmod.net Purat amx-zipin counter-strike/cstrike/ kansioon. Sinne pitäisi ilmestyä "addons" kansio. counter-strike/cstrike/amx ja metamod pitäisi olla.
HUOM! Sinulla täytyy olla uusin "metamod.dll" MetaMod
libist.gam pitää olla näin (avaa vaikkapa muistiolla):
Koodi:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addonsmetamoddllsmetamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
plugins.ini [Metamod kansiossa, se nimi on sample_plugins, muuta sen nimeksi "plugins"] (ilman hipsuja tietysti)
Koodi:
; AMX Mod
win32 addons/amx/dlls/amx_mm.dll
; AMX Mod modules
; NOTE: don't declare 'pure' AMX Modules here
; (those not having '_mm' in their filename)
; CS Stats (AMX module)
win32 addons/amx/modules/csstats_mm.dll
; Fun (AMX module)
win32 addons/amx/modules/fun_mm.dll
; Vexd Utilities (AMX module)
win32 addons/amx/modules/VexdUM_mm.dll
Ja "amx/config/modules" tiedosto pitäs olla näin:
Koodi:
; AMX Modules
; NOTE: 'AMX+MM' modules have to be declared in both
; amx/modules.ini and metamod/plugins.ini since
; AMX v0.9.9 (same as 0.9.3, differs from 0.9.7)
; Simple way to identify them: their filename
; contains '_mm'.
; CS Stats
csstats_mm.dll
; Fun: more functions for modifications in HL
fun_mm.dll
; MySQL access
; mysql.dll
; 3rd party modules
; Vexd Util.
VexdUM_mm.dll
amx/config/users.ini , näin teet itsestäsi adminin:
Koodi:
; Line starting with ; is a comment
; Access flags:
; a - immunity (can't be kicked/baned/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
; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
; Format of an admin entry:
; <name|ip|steamid> <password> <access flags> <account flags> ; comment (not required)
--------------------------------------------------------------------------------------------------------
"SUN_NIMI" "Pyyhi_tämä_jos_et_halua_salasanaa" "abcdefghijklmnopqrstuz" "a
; Enable this to gain admin access on your listen server
; "loopback" "" "abcdefghijklmnopqrstu" "de"
"SUN_NIMI" "Pyyhi_tämä_jos_et_halua_salasanaa" "abcdefghijklmnopqrstuz" "a
(Pyyhin tosta users.ini:stä pari turhaa linjaa pois)
Miten asenetaan pluginit?
Purat sen plugins-zipin ja otat sieltä sen pluginin (Joka on .amx päätteinen)
Sen jälkeen siirrät sen amx/plugins/ kansioon ja meet amx/config/plugins.ini:iin ja lisäät sen nimen sinne.
Mistä plugineita saa?
http://www.amxmod.net
Mistä voi säätä mappeja, joita servussa pyörii?
amx/config/maps
Kopioin noi
http://www.csfi.net osoitteesta. Jos joku ei tykkää että kopioin sieltä niin sanokaa täälä.