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

CSDM 2.1.2check your modules.ini.


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
2 odpowiedzi w tym temacie

#1 Aureliusz

    Życzliwy

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:23
Offline

Napisano 22.05.2016 16:51

Witam dzisiaj wgrałem plugin Dm pobrany ze strony bailopana wersja 2.1.2 również próbowałem wersję starszą i problem jest ten sam .

 

.

L 05/22/2016 - 17:21:42: -------- Mapchange to de_dust --------

L 05/22/2016 - 17:21:42: [AMXX] Plugin "csdm_equip.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.

L 05/22/2016 - 17:21:42: [AMXX] Plugin "csdm_itemmode.amxx" failed to load: Plugin uses an unknown function (name "csdm_give_item") - check your modules.ini.

L 05/22/2016 - 17:21:42: [AMXX] Plugin "csdm_main.amxx" failed to load: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.

L 05/22/2016 - 17:21:42: [AMXX] Plugin "csdm_misc.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.

L 05/22/2016 - 17:21:42: [AMXX] Plugin "csdm_protection.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.

L 05/22/2016 - 17:21:42: [AMXX] Plugin "csdm_spawn_preset.amxx" failed to load: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.

L 05/22/2016 - 17:21:42: [AMXX] Plugin "csdm_tickets.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.

modules.ini :


	
	;;;
	
	
	; To enable a module, remove the semi-colon (;) in front of its name.
	
	
	; If it's not here, simply add it its name, one per line.
	
	
	; You don't need to write the _amxx part or the file extension.
	
	
	;;;
	
	
	 
	
	
	;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
	
	
	;; SQL Modules usually need to be enabled manually ;;
	
	
	;; You can have any number on at a time. Use ;;
	
	
	;; amx_sql_type in sql.cfg to specify the default ;;
	
	
	;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
	
	
	 
	
	
	mysql
	
	
	;sqlite
	
	
	csdm
	
	
	;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
	
	
	;; Put third party modules below here. ;;
	
	
	;; You can just list their names, without the _amxx ;;
	
	
	;; or file extension. ;;
	
	
	;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
	
	
	 
	
	
	 
	
	
	 
	
	
	;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
	
	
	;; These modules will be auto-detected and loaded ;;
	
	
	;; as needed. You do not need to enable them here ;;
	
	
	;; unless you have problems. ;;
	
	
	;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
	
	
	 
	
	
	fun
	
	
	engine
	
	
	fakemeta
	
	
	geoip
	
	
	sockets
	
	
	regex
	
	
	nvault
	
	
	cstrike
	
	
	csx
	
	
	hamsandwich

	
	

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)
 
amxbans_core.amxx debug
amxbans_main.amxx debug
 
; 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)
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
 
 
 
 
 
screenshot.amxx
 
bulletdamage.amxx
 
 
 
 
;DM 
 
galileo.amxx
csdm_equip.amxx
csdm_ffa.amxx
csdm_itemmode.amxx
csdm_main.amxx
csdm_misc.amxx
csdm_protection.amxx
csdm_spawn_preset.amxx
csdm_tickets.amxx
spawn_editor.amxx
 
 

  • +
  • -
  • 0

#2 GeDox

    Wszechpomocny

  • Użytkownik

Reputacja: 125
Zaawansowany

  • Postów:315
  • Steam:steam
  • Imię:Przemysław
  • Lokalizacja:Kielce
Offline

Napisano 25.05.2016 14:46

Wgraj wersję 2.1.3 :)


  • +
  • -
  • 1

#3 Aureliusz

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:23
Offline

Napisano 25.05.2016 18:17

Dzięki, tak właśnie zrobiłem wczoraj i działa :) Można zamknąć .


  • +
  • -
  • 0




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

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