Plugin Blockmaker nefunguje

Technická podpora k herním serverům Counter-Strike 1.6
Message
Autor
senatko
Příspěvky: 6
Registrován: 01 bře 2011, 00:39
Reputation: 0

Plugin Blockmaker nefunguje

#1 Příspěvekod senatko » 01 bře 2011, 00:46


Server: 81.0.217.175:27623


Mám problem ohľadom pluginu Blockmaker. Stiahol som blockmaker z tejto stranky http://forums.alliedmods.net/showthread ... blockmaker všetky subory som podaval na spravne miesto (teda aspoň podľa mňa) (som si isty že v tom bude hačik ale neviem ho najsť) zapisal som ho aj do plugin.ini a po restarte ako inač po pripojeny na server tam nieje :/. Skúste sa mi na to niekto prosím Vás pozrieť a skontrolovať správnosť nahádzaných súborov v jednotlivých folderoch.

Uživatelský avatar
MiniMe
Site Admin
Příspěvky: 2188
Věk: 38
Registrován: 08 pro 2009, 19:31
Reputation: 10
Kontaktovat uživatele:

Re: Plugin Blockmaker nefunguje

#2 Příspěvekod MiniMe » 01 bře 2011, 01:11

Zkus v konzoli prikaz:

Kód: Vybrat vše

rcon amx_plugins

Podle nej poznas, jestli jej server nacetl.
FakaHeda admin
Nezapomeňte ohodnotit karmou ty, kteří Vám pomohli.

senatko
Příspěvky: 6
Registrován: 01 bře 2011, 00:39
Reputation: 0

Re: Plugin Blockmaker nefunguje

#3 Příspěvekod senatko » 01 bře 2011, 09:20

Ajajaaaaj tak som tam hodil amx_plugins a vyskočili mi všetky pluginy ale z toho ku blokmakeru toto :

Kód: Vybrat vše

[ 33] unknown                 unknown     unknown           Public_blockmak  bad load

a dole piše toto:

Kód: Vybrat vše

( 33) Load fails: Plugin file open error (plugin "Public_blockmaker.amxx")

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Plugin Blockmaker nefunguje

#4 Příspěvekod Qefik » 01 bře 2011, 10:58

zkoušel si ten plugin nahrát znovu? Pošli sem co máš v modules.ini
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

senatko
Příspěvky: 6
Registrován: 01 bře 2011, 00:39
Reputation: 0

Re: Plugin Blockmaker nefunguje

#5 Příspěvekod senatko » 01 bře 2011, 11:14

Jasne, skušal ale rovnaka reakcia. Modules.ini :

Kód: Vybrat vše

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

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Plugin Blockmaker nefunguje

#6 Příspěvekod Qefik » 01 bře 2011, 13:10

Kód: Vybrat vše

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>
#include <cstrike>
#include <fakemeta>
#include <hamsandwich>

z toho plyne, že to chce tyto moduly. Zkus odkomentovat (odstranit středník ; ) ty co tam máš a dopiš no nový řádek

Kód: Vybrat vše

hamsandwich

Pak jdi do složky /addons/amxmodx/modules a zkontroluj, zda tam je soubor hamsandwich_amxx_i386.so
Pokud ano, restartuj server a zkus jestli ti to najede.
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

senatko
Příspěvky: 6
Registrován: 01 bře 2011, 00:39
Reputation: 0

Re: Plugin Blockmaker nefunguje

#7 Příspěvekod senatko » 01 bře 2011, 14:12

Mno tak v zložke /addons/amxmodx/modules mám modul hamsandwich_amxx_i386.so. K tomu modules.ini . Neviem či som ta správne pochopil ale posuď sám.
Vymazal som svoje stare moduly ktore som tam mal napísane

Kód: Vybrat vše

fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx

Zobral som to tvoje

Kód: Vybrat vše

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>
#include <cstrike>
#include <fakemeta>
#include <hamsandwich>

a dal som to do posledneho riadku v modules.ini.
Vysledok vyzera takto:

Kód: Vybrat vše

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

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>
#include <cstrike>
#include <fakemeta>
#include <hamsandwich>


A aby sme neunikli pointe, nefunguje to. :S Plugin stale nejde

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Plugin Blockmaker nefunguje

#8 Příspěvekod Qefik » 01 bře 2011, 15:02

ach jo, kdyby jste tak četli co tu píšu :D
tvoje modules.ini by mělo vypadat takto

Kód: Vybrat vše

;;;
; 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
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

senatko
Příspěvky: 6
Registrován: 01 bře 2011, 00:39
Reputation: 0

Re: Plugin Blockmaker nefunguje

#9 Příspěvekod senatko » 01 bře 2011, 15:12

No tak som Slovak a neporozumel som všetkym tvojim českym výrazom :P.
Ok dal som do modules.ini toto

Kód: Vybrat vše

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


Ale aj tak to nepracuje:/ a po príkaze amx_plugins stále vypiše bad load a všetko unknown

Uživatelský avatar
MiniMe
Site Admin
Příspěvky: 2188
Věk: 38
Registrován: 08 pro 2009, 19:31
Reputation: 10
Kontaktovat uživatele:

Re: Plugin Blockmaker nefunguje

#10 Příspěvekod MiniMe » 02 bře 2011, 10:06

Kód: Vybrat vše

Currently loaded plugins:
       name                    version     author            file             status
 [  1] Admin Base              1.8.2       AMXX Dev Team     admin.amxx       running
 [  2] Admin Commands          1.8.2       AMXX Dev Team     admincmd.amxx    running
 [  3] Admin Help              1.8.2       AMXX Dev Team     adminhelp.amxx   running
 [  4] Slots Reservation       1.8.2       AMXX Dev Team     adminslots.amxx  running
 [  5] Multi-Lingual System    1.8.2       AMXX Dev Team     multilingual.am  running
 [  6] Menus Front-End         1.8.2       AMXX Dev Team     menufront.amxx   running
 [  7] Commands Menu           1.8.2       AMXX Dev Team     cmdmenu.amxx     running
 [  8] Players Menu            1.8.2       AMXX Dev Team     plmenu.amxx      running
 [  9] Maps Menu               1.8.2       AMXX Dev Team     mapsmenu.amxx    running
 [ 10] Plugin Menu             1.8.2       AMXX Dev Team     pluginmenu.amxx  running
 [ 11] Admin Chat              1.8.2       AMXX Dev Team     adminchat.amxx   running
 [ 12] Anti Flood              1.8.2       AMXX Dev Team     antiflood.amxx   running
 [ 13] Scrolling Message       1.8.2       AMXX Dev Team     scrollmsg.amxx   running
 [ 14] Info. Messages          1.8.2       AMXX Dev Team     imessage.amxx    running
 [ 15] Admin Votes             1.8.2       AMXX Dev Team     adminvote.amxx   running
 [ 16] TimeLeft                1.8.2       AMXX Dev Team     timeleft.amxx    running
 [ 17] Pause Plugins           1.8.2       AMXX Dev Team     pausecfg.amxx    running
 [ 18] Stats Configuration     1.8.2       AMXX Dev Team     statscfg.amxx    running
 [ 19] Restrict Weapons        1.8.2       AMXX Dev Team     restmenu.amxx    running
 [ 20] StatsX                  1.8.2       AMXX Dev Team     statsx.amxx      running
 [ 21] CS Misc. Stats          1.8.2       AMXX Dev Team     miscstats.amxx   running
 [ 22] CS Stats Logging        1.8.2       AMXX Dev Team     stats_logging.a  running
 [ 23] Admin Spectator ESP     1.2j        KoST              admin_spec_esp.  running
 [ 24] DeagsMapManager         3.0         Deags/AMXX Commu  deagsmapmanager  running
 [ 25] Map Generator           1.1         $uicid3           map_generator.a  running
 [ 26] High Ping Kicker        1.2.0       DynAstY           hpk.amxx         running
 [ 27] AFK Bomb Transfer       0.4         VEN               afkbombtransfer  running
 [ 28] Super Bunny Hopper      1.2         Cheesy Peteza     bunnyhop.amxx    running
 [ 29] Auto Join on Connect    0.1         VEN               auto_join.amxx   running
 [ 30] HideNSeek               2.8         Exolent           hidenseek.amxx   running
 [ 31] ReSpawn                 1.0         Danioo            spawn.amxx       running
 [ 32] Beacon                  1.0         Sylwester         Beacon.amxx      running
 [ 33] unknown                 unknown     unknown           Public_blockmak  bad load
 [ 34] ATAC                    3.0.0       ATAC Team         atac.amxx        running
 [ 35] Slap                    1.0         ATAC Team         atac_slap.amxx   running
 [ 36] Slap2One                1.0         ATAC Team         atac_slap2one.a  running
 [ 37] Slay                    1.0         ATAC Team         atac_slay.amxx   running
 [ 38] Spawn Slay              1.0         ATAC Team         atac_spawnslay.  running
 [ 39] Jail                    1.0         ATAC Team         atac_jail.amxx   running
 [ 40] Chicken                 1.0         ATAC Team         atac_chicken.am  stopped
 [ 41] Bury                    1.0         ATAC Team         atac_bury.amxx   running
 [ 42] Glow                    1.0         ATAC Team         atac_glow.amxx   running
 [ 43] Timebomb                1.0         ATAC Team         atac_bomb.amxx   running
 [ 44] Blind                   1.0         ATAC Team         atac_blind.amxx  running
 [ 45] Rocket                  1.0         ATAC Team         atac_rocket.amx  running
 [ 46] Drop                    1.0         ATAC Team         atac_drop.amxx   running
 [ 47] Fire                    1.0         ATAC Team         atac_fire.amxx   running
 [ 48] Drug                    1.0         ATAC Team         atac_drug.amxx   running
 [ 49] Bad Aim                 1.0         ATAC Team         atac_badaim.amx  running
 [ 50] Hud Messages            1.0         ATAC Team         atac_hudmsg.amx  running
 [ 51] Team Attack             1.0         ATAC Team         atac_ta.amxx     running
 [ 52] ATAC Commands           1.0         ATAC Team         atac_cmds.amxx   running
 [ 53] ATAC AMXBans            1.0         ATAC Team         atac_amxbans.am  stopped
( 33) Load fails: Plugin file open error (plugin "Public_blockmaker.amxx")
53 plugins, 50 running


Na tom webu, na ktery davas odkaz se pise, ze ten public_blockmaker.amxx potrebuje plugin hns_xp.amxx, ktery MUSI byt nacteny pred blockmakerem. Ty ho tam nikde nemas... takze predpokladam, ze to je tim.

AlliedModders píše:FOR THOSE WHO CANT GET IT TO WORK:
1. Download the public_blockmaker.sma && hns_xp.sma and beacon.sma if you want it.Then compile them
and take the amxx file from (dedicated server\cstrike\addons\amxmodx\scripting\compi led) and past it in plugins
2. Download all the models, sounds.
3. Put the models and sounds in.
4. Put the .amxx files in plugins folder and then in plugins.ini put hns_xp.amxx then UNDER put public_blockmaker.amxx.
5. Enable the modules that you need in modules.ini (To find out what you need open the .sma and check the top)
6. Start server
FakaHeda admin
Nezapomeňte ohodnotit karmou ty, kteří Vám pomohli.


Zpět na „Counter-Strike 1.6“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 9 hostů