←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

ZP Pluginy - Runtime Library

Zablokowany

  • +
  • -
GaCeK - zdjęcie GaCeK 19.03.2010

Witam otóż mam taki problem, chcę postawić serwer ZP, w sumie to jest on już skończony lecz mam problem z pluginami, mój plik plugins-zplague.ini z którego wczytują się dodatkowe pluginy wygląda tak:

; - Quick tips -
; * Rename this file to disabled-zplague.ini to turn the mod off
; * Rename it back to plugins-zplague.ini to turn it on
; * Rename it again if you're bored
; * Put a semi-colon in front of a plugin to disable it
; * Remove a semi-colon to re-enable a plugin
; * Add the word debug after a plugin to place it in debug mode
; * Only enable debug if you're getting errors or your server may explode


; Main plugin
zombie_plague40.amxx

; Default zombie classes
zp_zclasses40.amxx

; Add sub-plugins, custom zombie classes, and extra items here
zp_extra_unlimited_clip.amxx
zp_extra_multijump.amxx
zp_extension_survivor.amxx
zp_extra_adv_antidotegun.amxx
zp_zpde_set_ampks.amxx


I tutaj gdy mam włączony któryś z 3 ostatnich pluginów a mianowicie:

zp_extension_survivor.amxx
zp_extra_adv_antidotegun.amxx
zp_zpde_set_ampks.amxx


Wyskakuje mi ten oto error:

Dołączona grafika

Myślałem że brak mi bibliotek w komputerze więc jak by ktoś pytał to instalowałem już:
http://www.microsoft...&DisplayLang=en

Dorzucam także modules.ini - są tam wszystkie moduły odznaczone które są wymagane:

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

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


Może mi ktoś pomóc, zna rozwiązanie?
Użytkownik GaCeK edytował ten post 19.03.2010 10:45
Odpowiedz

  • +
  • -
Lukasz5 - zdjęcie Lukasz5 19.03.2010

W google jest dużo przypadków takich błędów... Np.: Microsoft Visual C++ Runtime Library - rozwiązanie Coś jednak chyba masz z bibliotekami może coś się gryzie?
Odpowiedz

  • +
  • -
GaCeK - zdjęcie GaCeK 19.03.2010

wiesz ja tutaj jednak oczekuje pomocy nie głupich odpowiedzi bo google.pl już mi nie pomogło ponieważ tak jak pisałem przy niektórych pluginach tak mam, ktoś jeszcze ma jakieś inne propozycje od czego to może być, a może rozwiązanie?
Odpowiedz
Zablokowany