←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem z adminem na serwerze.

Locked

  • +
  • -
kubater91's Photo kubater91 01.06.2011

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ć??
Quote

  • +
  • -
Marcon's Photo Marcon 02.06.2011

"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.
Quote

  • +
  • -
;(('s Photo ;(( 02.06.2011

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

a czy admin.amxx w plugins.ini masz odblokowany ?
Quote

  • +
  • -
kubater91's Photo kubater91 02.06.2011

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.
Quote

  • +
  • -
Abes Mapper's Photo Abes Mapper 02.06.2011

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

na

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

  • +
  • -
kubater91's Photo kubater91 02.06.2011

Nic to nie pomogło :(
Quote

  • +
  • -
Abes Mapper's Photo Abes Mapper 02.06.2011

Wpisz w konsoli amx_reloadadmins i pokaż aktualne plugins.ini, users.ini i logi
Quote

  • +
  • -
Ranger's Photo Ranger 02.06.2011

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

  • +
  • -
kubater91's Photo kubater91 02.06.2011

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
Quote

  • +
  • -
Abes Mapper's Photo Abes Mapper 02.06.2011

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
Quote

  • +
  • -
kubater91's Photo kubater91 02.06.2011

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 +
Quote

  • +
  • -
Sm4rT's Photo Sm4rT 02.06.2011

Wchodzisz na panel serwera (jest na stronie gameserv) i tam jest restart albo taki znaczek ze strzalkami :)
Quote

  • +
  • -
kubater91's Photo kubater91 02.06.2011

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.
Quote

  • +
  • -
5gram's Photo 5gram 09.06.2011

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
Quote

  • +
  • -
kubater91's Photo kubater91 10.06.2011

Właśnie zamierzamy zrobić tak jak napisał kolega u góry. Temat do zamknięcia.
Quote
Locked