Skocz do zawartości

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.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

Problem z adminem na serwerze.


  • Zamknięty Temat jest zamknięty
14 odpowiedzi w tym temacie

#1 kubater91

    Początkujący

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:17
  • Imię:Kuba
  • Lokalizacja:Łosice
Offline

Napisano 01.06.2011 20:11

Witam!
Posiadam od bardzo nie dawna serwer gry CS który hostuje firma (gameserv).
I mam taki oto problem: chcę dodać sobie i koledze admina na serwa wpisuje wszystko tak jak powinno być czekam do zmiany mapy na serwerze i nic! Próbujemy już od 2 dni i w ogóle nam to nie wychodzi.

Oto plik users.ini

; Users configuration file
; File location: $moddir/addons/amxmodx/configs/users.ini

; 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)

; 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 (no admin)

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
; k - name or tag is case sensitive. eg: if you set it so the name "Ham"
; is protected and case sensitive (flags "k" only), then anybody
; can use the names "haM", "HAM", "ham", etc, but not "Ham"

; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

;; "hz" - KLASA PREMIUM ADMIRAL

"STEAM_0:1:37847344" "" "abcdefghijklmnopqrstu" "ce" // eXon.
"kubater91" "hasło" "flagi" "a"


Dodano 02 czerwiec 2011 - 14:37:
Na prawdę nie wiecie co to może być??
  • +
  • -
  • 0

#2 Marcon

    Pomocny

  • Użytkownik

Reputacja: 14
Początkujący

  • Postów:56
  • Imię:Marcin
  • Lokalizacja:Kołaczyce
Offline

Napisano 02.06.2011 16:50

"STEAM_0:1:37847344" "" "abcdefghijklmnopqrstu" "ce" // eXon.


Komentarze wstawia się po średniku a nie po "//". To jedyny błąd jaki tu widzę. Zmień to na :
"STEAM_0:1:37847344" "" "abcdefghijklmnopqrstu" "ce" ; eXon.

  • +
  • -
  • 0

#3 ;((

    Super Hero

  • Użytkownik

Reputacja: 347
Wszechpomocny

  • Postów:1 157
  • Lokalizacja:Aha
Offline

Napisano 02.06.2011 17:03

yyy, po // też można ;f, ja tak mam i nic się nie dzieje..

a czy admin.amxx w plugins.ini masz odblokowany ?
  • +
  • -
  • 0

#4 kubater91

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:17
  • Imię:Kuba
  • Lokalizacja:Łosice
Offline

Napisano 02.06.2011 17:17

To jest cały plik plugins.ini i chyba wszystko jest dobrze.


; 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!)

; Enable to use AMX Mod plugins
amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here

bcd_hudtimer.amxx


Dodano 02 czerwiec 2011 - 18:30:
Powiedzcie mi jeszcze przy okazji jak dodac licznik który odlicza np 35 sek do wybuchu bomby.
  • +
  • -
  • 0

#5 Abes Mapper

    Repulsion Gel

  • Przyjaciel

Reputacja: 2 017
Godlike

  • Postów:7 356
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Sulejówek
Offline

Napisano 02.06.2011 17:35

admin_sql.amxx	 ; admin base - SQL version (comment admin.amxx)

na

;admin_sql.amxx	 ; admin base - SQL version (comment admin.amxx)

  • +
  • -
  • 0

#6 kubater91

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:17
  • Imię:Kuba
  • Lokalizacja:Łosice
Offline

Napisano 02.06.2011 18:05

Nic to nie pomogło :(
  • +
  • -
  • 0

#7 Abes Mapper

    Repulsion Gel

  • Przyjaciel

Reputacja: 2 017
Godlike

  • Postów:7 356
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Sulejówek
Offline

Napisano 02.06.2011 18:59

Wpisz w konsoli amx_reloadadmins i pokaż aktualne plugins.ini, users.ini i logi
  • +
  • -
  • 1

#8 Ranger

    Początkujący

  • Użytkownik

Reputacja: 2
Nowy

  • Postów:15
  • Imię:dasasdadsads
  • Lokalizacja:dasasdasdasd
Offline

Napisano 02.06.2011 19:21

Na gameserv kolega miał kiedyś sponsorowany serwer i zrezygnował bo to najgorszy hosting jaki może być.
  • +
  • -
  • 1

#9 kubater91

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:17
  • Imię:Kuba
  • Lokalizacja:Łosice
Offline

Napisano 02.06.2011 19:44

To tak:
Aktualny users.ini

; Users configuration file
; File location: $moddir/addons/amxmodx/configs/users.ini

; 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 (no admin)

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)

; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"bodek" "hasło" "abcdefghijklmnopqrstu" "a"

"Gdzie jest krzyz

Osoby używające więcej niż 3 wykrzykników lub pytajników to osoby z zaburzeniami własnej osobowości

" "hasło" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"


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!)

; Enable to use AMX Mod plugins
amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here

bcd_hudtimer.amxx


I logi jakieś takie dziwne
Logi był w 4 plikach
1.plik

L 09/28/2010 - 02:33:17: -------- Mapchange to de_dust2 --------
L 09/28/2010 - 02:33:29: -------- Mapchange to de_dust --------

2.plik

L 09/11/2010 - 11:14:03: -------- Mapchange to de_dust2 --------
L 09/11/2010 - 11:16:08: -------- Mapchange to de_dust2 --------

3.plik

L 06/05/2010 - 10:47:29: -------- Mapchange to de_dust2 --------

4.plik

L 03/18/2010 - 15:45:50: -------- Mapchange to de_dust2 --------
L 03/18/2010 - 15:46:23: -------- Mapchange to de_dust2 --------


Dodano 02 czerwiec 2011 - 20:50:
A jak wpisuje tą komende amx_reloadadmins to wyskakuje że nie mogę użyć tej komendy
  • +
  • -
  • 0

#10 Abes Mapper

    Repulsion Gel

  • Przyjaciel

Reputacja: 2 017
Godlike

  • Postów:7 356
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Sulejówek
Offline

Napisano 02.06.2011 20:09

To logi z addons/amxmodx/logs ?

W users.ini skasuj linijke z loopback i dopisz/zmień:

"twój nick" "" "abcdefghijklmnopqrstu" "e"
Na koniec restart serwera, wejdź na serwer i wpisz amxmodmenu i meta list
  • +
  • -
  • 1

#11 kubater91

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:17
  • Imię:Kuba
  • Lokalizacja:Łosice
Offline

Napisano 02.06.2011 20:22

Tak tamte logi to z tego pliku.
Tylko jeszcze jedną sprawę mam :) Ja pierwszy raz stawiam serwer i jestem ZUPEŁNIE zielony. Powiedzcie mi jak zrestartować serwer??

Dodano 02 czerwiec 2011 - 21:24:
Tylko prosiłbym o wytłumaczenie mi tego krok po kroku :) oczywiście wszystkim którzy pomogą poleci +
  • +
  • -
  • 0

#12 Sm4rT

    Zaawansowany

  • Użytkownik

Reputacja: 18
Początkujący

  • Postów:95
  • Imię:Filip
  • Lokalizacja:reafds
Offline

Napisano 02.06.2011 20:26

Wchodzisz na panel serwera (jest na stronie gameserv) i tam jest restart albo taki znaczek ze strzalkami :)
  • +
  • -
  • 1

Pomogłem? Kliknij Dołączona grafika Będę wdzięczny :)


#13 kubater91

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:17
  • Imię:Kuba
  • Lokalizacja:Łosice
Offline

Napisano 02.06.2011 20:33

No właśnie tam nic takiego nie ma

Dodano 04 czerwiec 2011 - 11:30:
Restart robiłem parę razy i dalej nic nie działa.
  • +
  • -
  • 0

#14 5gram

    Profesjonalista

  • Użytkownik

Reputacja: 11
Początkujący

  • Postów:152
  • Imię:Bartek
  • Lokalizacja:Świętokrzyskie
Offline

Napisano 09.06.2011 12:26

lepiej zainwestować w porządny hosting np : tserwery.pl czy nolags.pl ewentualnie GameSol jest też ok bo na darmowych zawsze jest coś nie tak
  • +
  • -
  • 0

#15 kubater91

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:17
  • Imię:Kuba
  • Lokalizacja:Łosice
Offline

Napisano 10.06.2011 19:20

Właśnie zamierzamy zrobić tak jak napisał kolega u góry. Temat do zamknięcia.
  • +
  • -
  • 0




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych