Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse

[ROZWIĄZANE] HeadShot Mod Cs. 1.6 NonSteamjuż nie ogarniam !
Temat rozp. lica1123, 02.11.2011 01:32
Head shot headshot 1.6 cs not
8 odpowiedzi w tym temacie
#1
Napisano 02.11.2011 01:32
Witam, jest to mój pierwszy post także witam wszystkich ; ).
Mam pewien problem a mianowicie posiadam Cs 1.6 NonSteam (patch 23v) no i zainstalowałem AmX mod
według tego poradnika http://www.forums.**...od-podstaw.html
no i okey zrobiłem wszystko jak należy no i jest folder addons ( C:/program files/ Vavle/cstrike/addons )
No i zachciało mi się grac na modzie hs only według tego poradnika : http://amxx.pl/topic...-only-headshot/
No okey ;
1.pobrałem
2.wgrałem gdzie trzeba
3.w plugins.ini dopisałem co trzeba
4.w amxx dopisałem co trzeba
5.wchodze do gry a tu **** nie ma nic !
I tu pojawia się pytanie gdzie zrobiłem błąd ? czy trzeba to aktywować jakąś komendą ? (wpisywałem w grze amx_hs_mode 1 i też nic )
podam tu ss tego co najważniejsze i powiecie czy gdzieś się pomyliłem
Plik Plugins.ini
; 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
hsonly.amxx
plik amxx.cfg
// AMX Configuration File
echo Executing AMX Mod X Configuration File
// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"
// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2
// 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, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
amx_reservation 0
// If you set this to 1, you can hide slots on your server
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1
// 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
// Duration of HUD-statistics
amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0
//If you set this to 0, clients cannot chose their language
amx_client_languages 1
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
amx_mldebug ""
amx_hs_mode 1
ścieżka do pliku z pluginem : C:\Program Files\Valve\cstrike\addons\amxmodx\plugins\hsonly.amxx
Ps. gram na botach i nic więcej nie robiłem prócz tego co wyżej napisałem '' nic '' !
Mam pewien problem a mianowicie posiadam Cs 1.6 NonSteam (patch 23v) no i zainstalowałem AmX mod
według tego poradnika http://www.forums.**...od-podstaw.html
no i okey zrobiłem wszystko jak należy no i jest folder addons ( C:/program files/ Vavle/cstrike/addons )
No i zachciało mi się grac na modzie hs only według tego poradnika : http://amxx.pl/topic...-only-headshot/
No okey ;
1.pobrałem
2.wgrałem gdzie trzeba
3.w plugins.ini dopisałem co trzeba
4.w amxx dopisałem co trzeba
5.wchodze do gry a tu **** nie ma nic !
I tu pojawia się pytanie gdzie zrobiłem błąd ? czy trzeba to aktywować jakąś komendą ? (wpisywałem w grze amx_hs_mode 1 i też nic )
podam tu ss tego co najważniejsze i powiecie czy gdzieś się pomyliłem
Plik Plugins.ini
; 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
hsonly.amxx
plik amxx.cfg
// AMX Configuration File
echo Executing AMX Mod X Configuration File
// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"
// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2
// 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, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
amx_reservation 0
// If you set this to 1, you can hide slots on your server
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1
// 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
// Duration of HUD-statistics
amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0
//If you set this to 0, clients cannot chose their language
amx_client_languages 1
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
amx_mldebug ""
amx_hs_mode 1
ścieżka do pliku z pluginem : C:\Program Files\Valve\cstrike\addons\amxmodx\plugins\hsonly.amxx
Ps. gram na botach i nic więcej nie robiłem prócz tego co wyżej napisałem '' nic '' !
#2
Napisano 02.11.2011 16:12
logi ? pokaż plik liblist.gam i plugins.ini metamoda
DarkGL Blog - Programowanie Python , Pawn , C++ i Webdeveloping
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
#3
Napisano 02.11.2011 20:18
No to tak,
1. Pliki z metamoda mają coś do tego moda ? po przy instalacji nic nie pisało o metamodzie
2. Pliki Plugins.ini z metamod
;; Metamod plugins.ini
; AMX Mod X 1.71
win32 addons\amxmodx\dlls\amxmodx_mm.dll
; Enable this instead for binary logging
; win32 addons\amxmodx\dlls\amxmodx_mm_bl.dll
W metamodzie niema pliku liblist.gam
są dwa pliki o tej nazwie ale w C:\Program Files\Valve\cstrike\liblist.gam i w
C:\Program Files\Valve\vavle\liblist.gam
Już daje ich wnętrze
1. z cstrike :
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\zbotcz.dll"
trainmap "tr_1"
teraz ten z vavle :
// Valve Game Info file
// These are key/value pairs. Certain mods will use different settings.
//
game "Half-Life"
startmap "c0a0"
trainmap "t0a0"
mpentity "info_player_deathmatch"
gamedll "dlls\hl.dll"
gamedll_linux "dlls/hl_i386.so"
secure "1"
type "singleplayer_only"
ps.przepraszam ale wgrywam moda pierwszy raz także jestem w tej sprawie nie ogarnięty ; D
1. Pliki z metamoda mają coś do tego moda ? po przy instalacji nic nie pisało o metamodzie
2. Pliki Plugins.ini z metamod
;; Metamod plugins.ini
; AMX Mod X 1.71
win32 addons\amxmodx\dlls\amxmodx_mm.dll
; Enable this instead for binary logging
; win32 addons\amxmodx\dlls\amxmodx_mm_bl.dll
W metamodzie niema pliku liblist.gam
są dwa pliki o tej nazwie ale w C:\Program Files\Valve\cstrike\liblist.gam i w
C:\Program Files\Valve\vavle\liblist.gam
Już daje ich wnętrze
1. z cstrike :
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\zbotcz.dll"
trainmap "tr_1"
teraz ten z vavle :
// Valve Game Info file
// These are key/value pairs. Certain mods will use different settings.
//
game "Half-Life"
startmap "c0a0"
trainmap "t0a0"
mpentity "info_player_deathmatch"
gamedll "dlls\hl.dll"
gamedll_linux "dlls/hl_i386.so"
secure "1"
type "singleplayer_only"
ps.przepraszam ale wgrywam moda pierwszy raz także jestem w tej sprawie nie ogarnięty ; D
#4
Napisano 02.11.2011 20:28
metamod jest wymagany do działania amxx'a
http://cs-guide.net/metamod/
http://amxx.pl/topic...oca-installera/
http://amxx.pl/topic...owac-amx-mod-x/
http://cs-guide.net/metamod/
http://amxx.pl/topic...oca-installera/
http://amxx.pl/topic...owac-amx-mod-x/
DarkGL Blog - Programowanie Python , Pawn , C++ i Webdeveloping
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
#5
Napisano 02.11.2011 22:28
Zrobiłem tak :
Miałem zainstalowanego amxx
Miałem zainstalowanego metamoda ( ale mi się zdaje że nie miałem skonfigurowanego )
To zrobiłem tak :
W pliku liblist.gam znajdującym się w folderze cstrike zmieniłem tak :
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\zbotcz.dll"
trainmap "tr_1"
NA !!!!!!!!!!!!!!!!
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
trainmap "tr_1"
Dobrze zrobiłem ?
Ps. Wchodze w nowa grę i jak gram i naciskam ''H'' to nie mogę dodać botów, dlaczego ? / w serverze hlds także nie mogę komędą bot_add_X
Zrobiłem tak że już jest serwer z amxx no czyli działa komenda amxmodmenu itd. czyli ze moge banowac itd, czyli ze dziala amx prawda ; ) wgrałem ten plugin co wyżej napisałem ale nie działa on na zbotach strzelam i nawet w noge i giną, jest jakaś komenda aktywująca powyższy plugin ? (hs only ) proszę o odpowiedz jeszcze dzis !
Miałem zainstalowanego amxx
Miałem zainstalowanego metamoda ( ale mi się zdaje że nie miałem skonfigurowanego )
To zrobiłem tak :
W pliku liblist.gam znajdującym się w folderze cstrike zmieniłem tak :
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\zbotcz.dll"
trainmap "tr_1"
NA !!!!!!!!!!!!!!!!
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
trainmap "tr_1"
Dobrze zrobiłem ?
Ps. Wchodze w nowa grę i jak gram i naciskam ''H'' to nie mogę dodać botów, dlaczego ? / w serverze hlds także nie mogę komędą bot_add_X
Zrobiłem tak że już jest serwer z amxx no czyli działa komenda amxmodmenu itd. czyli ze moge banowac itd, czyli ze dziala amx prawda ; ) wgrałem ten plugin co wyżej napisałem ale nie działa on na zbotach strzelam i nawet w noge i giną, jest jakaś komenda aktywująca powyższy plugin ? (hs only ) proszę o odpowiedz jeszcze dzis !
#6
Napisano 02.11.2011 23:03
nie używaj zbotów razem z amxxem użyj pod botów
jak wgrałeś plugin ?
jak wgrałeś plugin ?
DarkGL Blog - Programowanie Python , Pawn , C++ i Webdeveloping
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
#7
Napisano 02.11.2011 23:10
JUPI ZROBILEM SAM CIĘŻKIM MYŚLENIEM powiem co i jak żeby każdy nowy mógł to zobaczyć i pojąć
Topik powiedzmy :
1. Jak każdy wie musi być cs 1.6 najlepiej v 23 no i zbot jeżeli ktoś chce grać z tym modem na botach (pokaże jak skonfigurować boty pod amx ), pobieramy tak jak i amxX moda (jest wraz z metamodem który jest potrzebny to działania amxX moda )
http://www.forums.**...od-podstaw.html
2.Instalujemy zgodnie z instrukcją ! / plik liblist.gam ( szukamy linijki gamedll "dlls\zbotcz.dll" i zmieniamy na gamedll "addons\metamod\dlls\metamod.dll" )
3.No dobra mamy już zainstalowanego amxX moda i metamoda i są one skonfigurowane !!!!!
4.Gdy wejdziemy do gry poprzez New Game gdyż chcemy grać na botach lub z botami i kolegami z sieci lan !, to od razu widzimy że jest zainstalowany amxX mod !
5.Możemy wpisać w ~ : amxmodmenu <-- pokaże się podczas gry menu o różnych atrybutach admina ! a także można wpisać amx_help
6.Gdy chcemy wgrać plugin HS ONLY to robimy tak ( Mi nie działał sposób z tego forum ! http://amxx.pl/topic...-only-headshot/ )
Jeżeli komuś nie działa także ten sposób to proszę użyć mojego :
1.http://w797.wrzuta.p...OFyTNnEk/hitbox
http://w797.wrzuta.p...UvW0jGek/hitbox Są to pliki wyłowione przeze mnie z server pack 1.3 by adrix
2.Gdy już pobierzemy to plik hitbox.amxx kopiujemy do cstrike/addons/amxmodx/plugins/
3.Plik o skrucie sma wklejamy do scripting w folderze amxmodx
4.Okey część za nami ! teraz musimy zrobić następującą rzecz : w cstrike/addons/amxmodx/configs/plugins.ini
/ Dopisujemy linijkę tak ma to wyglądać :
; 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
; Custom - Add 3rd party plugins here
hsonly.amxx
hitbox.amxx ; Mod ONLY HS [ można zabić tylko strzałem w głowe "headshotem" ]
dopisujemy tę linijkę : hitbox.amxx ; Mod ONLY HS [ można zabić tylko strzałem w głowe "headshotem" ] i teraz enter !
w amxx.cfg dopisujemy także linijkę :
//Hitbox - headshot
amx_hitbox a
całość ma wyglądać tak:
// AMX Configuration File
echo Executing AMX Mod X Configuration File
// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"
// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2
// 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, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
amx_reservation 0
// If you set this to 1, you can hide slots on your server
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1
// 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
//If you set this to 0, clients cannot chose their language
amx_client_languages 1
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
amx_mldebug ""
//amx_hs_mode 1
//Hitbox - headshot
amx_hitbox a
no i teraz wszystko zapisujemy i robimy kolejną rzecz !
w folderze Vavle/cstrike/dlls/ (są pliki o nazwach mp.dll i zbotacz.dll )
kopiujemy plik mp.dll gdzieś na pulpit czy gdzie tak chcecie a plik zbotacz.dll kopiujemy w inne miejsce niż mp.dll ! i nazwe zbotacz.dll zmieniamy na mp.dll
(kopiowanie było po to że gdybyśmy chcieli normalnie nazwe zmienić to pokazal by sie błąd ! ) teraz kopiujemy nowy plik mp.dll ( czyli ten stary zbotacz.dll któremy zmieniliśmy nazwę ! ) kopiujemy do cstrike/dlls/ TU ! i podmieniamy pliki mp.dll !!!!!!!
No i wszystko na szybko ale ładnie wytłumaczone ! Możemy teraz grać poprzez wyboru gry New Game i możemy grac ze zbotami skonfigurowanymi i kolegami na raz !
Ps. sam do tego doszedłem ///// leci + dla kolegi z góry ! za pomoc z metamodem !
Moja wypowiedź może zostać przeniesiona do działu z poradnikami gdyż dużo ludzi ma problem z hs only modem i instalacją go od początku wraz z metamodem i amxx modem ! pozdrawiam Paweł Lica ; )
Topik powiedzmy :
1. Jak każdy wie musi być cs 1.6 najlepiej v 23 no i zbot jeżeli ktoś chce grać z tym modem na botach (pokaże jak skonfigurować boty pod amx ), pobieramy tak jak i amxX moda (jest wraz z metamodem który jest potrzebny to działania amxX moda )
http://www.forums.**...od-podstaw.html
2.Instalujemy zgodnie z instrukcją ! / plik liblist.gam ( szukamy linijki gamedll "dlls\zbotcz.dll" i zmieniamy na gamedll "addons\metamod\dlls\metamod.dll" )
3.No dobra mamy już zainstalowanego amxX moda i metamoda i są one skonfigurowane !!!!!
4.Gdy wejdziemy do gry poprzez New Game gdyż chcemy grać na botach lub z botami i kolegami z sieci lan !, to od razu widzimy że jest zainstalowany amxX mod !
5.Możemy wpisać w ~ : amxmodmenu <-- pokaże się podczas gry menu o różnych atrybutach admina ! a także można wpisać amx_help
6.Gdy chcemy wgrać plugin HS ONLY to robimy tak ( Mi nie działał sposób z tego forum ! http://amxx.pl/topic...-only-headshot/ )
Jeżeli komuś nie działa także ten sposób to proszę użyć mojego :
1.http://w797.wrzuta.p...OFyTNnEk/hitbox
http://w797.wrzuta.p...UvW0jGek/hitbox Są to pliki wyłowione przeze mnie z server pack 1.3 by adrix
2.Gdy już pobierzemy to plik hitbox.amxx kopiujemy do cstrike/addons/amxmodx/plugins/
3.Plik o skrucie sma wklejamy do scripting w folderze amxmodx
4.Okey część za nami ! teraz musimy zrobić następującą rzecz : w cstrike/addons/amxmodx/configs/plugins.ini
/ Dopisujemy linijkę tak ma to wyglądać :
; 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
; Custom - Add 3rd party plugins here
hsonly.amxx
hitbox.amxx ; Mod ONLY HS [ można zabić tylko strzałem w głowe "headshotem" ]
dopisujemy tę linijkę : hitbox.amxx ; Mod ONLY HS [ można zabić tylko strzałem w głowe "headshotem" ] i teraz enter !
w amxx.cfg dopisujemy także linijkę :
//Hitbox - headshot

amx_hitbox a
całość ma wyglądać tak:
// AMX Configuration File
echo Executing AMX Mod X Configuration File
// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"
// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2
// 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, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
amx_reservation 0
// If you set this to 1, you can hide slots on your server
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1
// 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
//If you set this to 0, clients cannot chose their language
amx_client_languages 1
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
amx_mldebug ""
//amx_hs_mode 1
//Hitbox - headshot

amx_hitbox a
no i teraz wszystko zapisujemy i robimy kolejną rzecz !
w folderze Vavle/cstrike/dlls/ (są pliki o nazwach mp.dll i zbotacz.dll )
kopiujemy plik mp.dll gdzieś na pulpit czy gdzie tak chcecie a plik zbotacz.dll kopiujemy w inne miejsce niż mp.dll ! i nazwe zbotacz.dll zmieniamy na mp.dll
(kopiowanie było po to że gdybyśmy chcieli normalnie nazwe zmienić to pokazal by sie błąd ! ) teraz kopiujemy nowy plik mp.dll ( czyli ten stary zbotacz.dll któremy zmieniliśmy nazwę ! ) kopiujemy do cstrike/dlls/ TU ! i podmieniamy pliki mp.dll !!!!!!!
No i wszystko na szybko ale ładnie wytłumaczone ! Możemy teraz grać poprzez wyboru gry New Game i możemy grac ze zbotami skonfigurowanymi i kolegami na raz !
Ps. sam do tego doszedłem ///// leci + dla kolegi z góry ! za pomoc z metamodem !
Moja wypowiedź może zostać przeniesiona do działu z poradnikami gdyż dużo ludzi ma problem z hs only modem i instalacją go od początku wraz z metamodem i amxx modem ! pozdrawiam Paweł Lica ; )
#8
Napisano 02.11.2011 23:15
wszystko jest w poradnikach na temat instalacji pluginów
DarkGL Blog - Programowanie Python , Pawn , C++ i Webdeveloping
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
#9
Napisano 02.11.2011 23:15
Wiadomość wygenerowana automatycznie
Ten temat został zamknięty przez moderatora.
Powód: Pomoc udzielona
Jeśli się z tym nie zgadzasz,
raportuj ten post, a moderator lub administrator rozpatrzy go ponownie.
Z pozdrowieniami,
Zespół AMXX.PL
Ten temat został zamknięty przez moderatora.
Powód: Pomoc udzielona
Jeśli się z tym nie zgadzasz,

Z pozdrowieniami,
Zespół AMXX.PL
DarkGL Blog - Programowanie Python , Pawn , C++ i Webdeveloping
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
💸 SellYourSkins.com - Łatwo sprzedaj swoje skiny do CS:GO
💸⇄🃏 Automatyczny Bot Levelowania Steam - LVLUPSteam.com
🛒Coinsy CSGOPolygon Za SMS, PSC, Przelew - CoinSell.pro
Twój Sklep CS2 - CSGOPAKA
Coinsy do CSGOPolygon, CSGO500, CSGOEmpire - CSGOLombard.com
💸 Graj w CS2 / CS 1.6 i zarabiaj - BoostProject.pro
CS2 Gambling Sites and Free Betting Codes - DreamCodes.gg
Otwieraj skrzynki i wygrywaj najlepsze skiny CS2 na SkinsProject.gg
🤑 Accept CS2 skins for online payments and donations - SkinsMoney
Płatności SMS Premium Rate oraz Direct Biling - SimPay.pl
Szukasz noclegu? Kwatery, noclegi, tanie noclegi, wakacje oferty, wczasy nad jeziorem - RuszajWPolske.pl
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych