Raised This Month: $51 Target: $400
 12% 

blockmaker_v4.01 [BM]


Post New Thread Reply   
 
Thread Tools Display Modes
daggman
New Member
Join Date: Dec 2008
Old 12-29-2008 , 18:05   Re: blockmaker_v4.01 [BM]
Reply With Quote #991

Ok, my first post here gz me ^^

now to the problem, i cant get it to work.

and this is my enemy

[ 21] unknown unknown unknown blockmaker_v4.0 bad load
( 21) Load fails: Module/Library "cstrike" required for plugin. Check modules.ini.

i run my dedicated server from a steamaccount, just for the purpose of making blockmaker working ( and i will add that it is a clean account with no games on, only dedicated server installed), i tried standalone hlds too but no sucess.

i have all the necessary files, i have edited my plugins.ini for v4.01, in modules i have tried EVERYTHING, but no luck. can someone please help me? and no " try re-installing", been there done that. if you want you can answer directly to me by sending a PM and i will give you my msn or join #dreamage at Qnet, a channel im idling.
daggman is offline
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 12-29-2008 , 18:12   Re: blockmaker_v4.01 [BM]
Reply With Quote #992

go to /cstrike/addons/amxmodx/configs/modules.ini
enable the module required.
__________________
Battousai-sama is offline
Send a message via MSN to Battousai-sama
Incube
Junior Member
Join Date: Dec 2008
Old 12-30-2008 , 04:26   Re: blockmaker_v4.01 [BM]
Reply With Quote #993

Quote:
Originally Posted by Battousai-sama View Post
go to /cstrike/addons/amxmodx/configs/modules.ini
enable the module required.
How to do it?
Incube is offline
Incube
Junior Member
Join Date: Dec 2008
Old 12-30-2008 , 04:31   Re: blockmaker_v4.01 [BM]
Reply With Quote #994

amx_plugins :


----- Momentan geladene Plugins -----
Name Version Autor Datei Status
Admin Base 1.8.1.3746 AMXX Dev Team admin.amxx running
Admin Commands 1.8.1.3746 AMXX Dev Team admincmd.amxx running
Admin Help 1.8.1.3746 AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.8.1.3746 AMXX Dev Team adminslots.amxx running
Multi-Lingual Sys 1.8.1.3746 AMXX Dev Team multilingual.am running
Menus Front-End 1.8.1.3746 AMXX Dev Team menufront.amxx running
Commands Menu 1.8.1.3746 AMXX Dev Team cmdmenu.amxx running
Players Menu 1.8.1.3746 AMXX Dev Team plmenu.amxx running
Maps Menu 1.8.1.3746 AMXX Dev Team mapsmenu.amxx running
Plugin Menu 1.8.1.3746 AMXX Dev Team pluginmenu.amxx running
Name Version Autor Datei Status
Admin Chat 1.8.1.3746 AMXX Dev Team adminchat.amxx running
Anti Flood 1.8.1.3746 AMXX Dev Team antiflood.amxx running
Scrolling Message 1.8.1.3746 AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.8.1.3746 AMXX Dev Team imessage.amxx running
Admin Votes 1.8.1.3746 AMXX Dev Team adminvote.amxx running
NextMap 1.8.1.3746 AMXX Dev Team nextmap.amxx running
Nextmap Chooser 1.8.1.3746 AMXX Dev Team mapchooser.amxx running
TimeLeft 1.8.1.3746 AMXX Dev Team timeleft.amxx running
Pause Plugins 1.8.1.3746 AMXX Dev Team pausecfg.amxx running
Stats Configurati 1.8.1.3746 AMXX Dev Team statscfg.amxx running
unknown unknown unknown blockmaker_v4.0 ba
Incube is offline
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 12-30-2008 , 09:33   Re: blockmaker_v4.01 [BM]
Reply With Quote #995

go to cstrike/addons/amxmodx/configs/module.ini

enable the modules required.
i Believe u enable cstrike and fakemeta.
__________________
Battousai-sama is offline
Send a message via MSN to Battousai-sama
SpNiz
Junior Member
Join Date: Dec 2008
Old 12-30-2008 , 10:52   Re: blockmaker_v4.01 [BM]
Reply With Quote #996

You enable the modules by taking off the ; and that even stands in the top of the module.ini..
SpNiz is offline
Incube
Junior Member
Join Date: Dec 2008
Old 12-30-2008 , 12:54   Re: blockmaker_v4.01 [BM]
Reply With Quote #997

;;;
; 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. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;blockmaker_v4.01
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; 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
;hamsandwich
blockmaker_v4.01

is it so ok?

Last edited by Incube; 12-30-2008 at 12:56.
Incube is offline
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 12-30-2008 , 12:58   Re: blockmaker_v4.01 [BM]
Reply With Quote #998

this shud be in ur module.ini


Code:
                                ;;;
; 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
hamsandwich
these are pretty much all modules u need for alot of mods not just blockmaker.

999th post!!
__________________
Battousai-sama is offline
Send a message via MSN to Battousai-sama
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 12-30-2008 , 13:38   Re: blockmaker_v4.01 [BM]
Reply With Quote #999

This post has no info
But i got 1000th
__________________
minimiller is offline
Send a message via MSN to minimiller
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 12-30-2008 , 13:52   Re: blockmaker_v4.01 [BM]
Reply With Quote #1000

Omg bumper, then i got #1001 =/ and angry modder come and remove our bump
__________________
xPaw is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode