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
 

rajder300 - zdjęcie

rajder300

Rejestracja: 31.12.2012
Aktualnie: Nieaktywny
Poza forum Ostatnio: 03.01.2013 16:18
-----

#496853 [ROZWIĄZANE] Problem z plugins.ini

Napisane przez Filip1512 w 02.01.2013 03:02

Wejdź w folder plugins i spisuj po kolei pluginy, jedyne co możesz zrobić to ściągnąć czysty plugins.ini i do niego dopisywać (byle nie dublować) pluginy znajdujące się w /plugins/


; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
amxbans.amxx
;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)
reasonkicker.amxx ; reasons for kicks
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; 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


To nie jest czysty, ale to co nie masz to poprostu pousuwaj :)
  • +
  • -
  • 1


#496482 [ROZWIĄZANE] Problem z daniem vipa

Napisane przez damian0507 w 31.12.2012 23:43

Plugin flags:
; a - main vip functions
; b - multi-jump
; c - unlimited clip
; d - damage increase (zp_vip_damage_increase)
; e - access to vips's extra items buy menu

W tłumaczeniu:
a - ​​główne funkcje vip
b - multi-jump
c - nieograniczony clip
d - zwiększenie obrażeń (zp_vip_damage_increase)
e - dostęp do dodatkowych pozycji w menu dla Vipa
---------------------------------------------------------------------------
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"

W tłumaczeniu:
a - kickuje za nieprawidłowe hasło
b - tag klanu
c - hasło na SteamID
d - hasło na ip
e - hasło nie jest sprawdzane (tylko nazwa / ip / SteamID potrzebne)
k - nazwa lub zmienna jest wielkość liter. np.: jeśli ustawisz go tak nazwa "szynka"

Tłumaczenie może być niepełne i zawierać nieścisłości.

Co do dawania Vipa:
<name|ip|steamid> <password> <plugin flags> <account flags>

A tu są przykłady:
"STEAM_0:0:123456" "" "ab" "ce"

Mam nadzieję że pomogłem ;)
  • +
  • -
  • 1