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

Module/Library "cstrike" required for plugin.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
naf
Junior Member
Join Date: Aug 2010
Old 08-24-2010 , 08:39   Module/Library "cstrike" required for plugin.
Reply With Quote #1

Hello! I have AMX Mod X 1.8.1, and it is saying that.

[AMXX] Plugin "basebuilder64.amxx" failed to load: Module/Library "cstrike" required for plugin. Check modules.ini.

There is the whole error message, and Basebuilder addon is saying that.

Code:
#include <cstrike>
That is the way that /scripting/basebuilder64.sma is trying to include it.

I believe that 1.8.1 has already cstrike-module so i dont have to install it. Please help!
naf is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-24-2010 , 08:41   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #2

The message says you don't have installed the counter-strike addon, you can download on the main site. When you install Amxx, you need to install the base + the addon corresponding to the played game. http://www.amxmodx.org/downloads.php
__________________
Arkshine is offline
naf
Junior Member
Join Date: Aug 2010
Old 08-24-2010 , 08:58   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #3

Quote:
Originally Posted by Arkshine View Post
The message says you don't have installed the counter-strike addon, you can download on the main site. When you install Amxx, you need to install the base + the addon corresponding to the played game. http://www.amxmodx.org/downloads.php
I have installed base + counter-strike addon
naf is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-24-2010 , 09:00   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #4

Then the plugin should load just fine. If no, then please show us the output of the following commands

rcon version
rcon amxx modules
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
naf
Junior Member
Join Date: Aug 2010
Old 08-24-2010 , 09:17   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #5

Code:
Version: AMX Mod X 1.8.1.3746
and

Code:
Currently loaded plugins:
       name                    version     author            file             status
 [  1] Admin Base              1.8.1.3746  AMXX Dev Team     admin.amxx       running
 [  2] Admin Commands          1.8.1.3746  AMXX Dev Team     admincmd.amxx    running
 [  3] Admin Help              1.8.1.3746  AMXX Dev Team     adminhelp.amxx   running
 [  4] Slots Reservation       1.8.1.3746  AMXX Dev Team     adminslots.amxx  running
 [  5] Multi-Lingual System    1.8.1.3746  AMXX Dev Team     multilingual.am  running
 [  6] Menus Front-End         1.8.1.3746  AMXX Dev Team     menufront.amxx   running
 [  7] Commands Menu           1.8.1.3746  AMXX Dev Team     cmdmenu.amxx     running
 [  8] Players Menu            1.8.1.3746  AMXX Dev Team     plmenu.amxx      running
 [  9] Maps Menu               1.8.1.3746  AMXX Dev Team     mapsmenu.amxx    running
 [ 10] Plugin Menu             1.8.1.3746  AMXX Dev Team     pluginmenu.amxx  running
 [ 11] Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running
 [ 12] Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running
 [ 13] Scrolling Message       1.8.1.3746  AMXX Dev Team     scrollmsg.amxx   running
 [ 14] Info. Messages          1.8.1.3746  AMXX Dev Team     imessage.amxx    running
 [ 15] Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running
 [ 16] NextMap                 1.8.1.3746  AMXX Dev Team     nextmap.amxx     running
 [ 17] Nextmap Chooser         1.8.1.3746  AMXX Dev Team     mapchooser.amxx  running
 [ 18] TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running
 [ 19] Pause Plugins           1.8.1.3746  AMXX Dev Team     pausecfg.amxx    running
 [ 20] Stats Configuration     1.8.1.3746  AMXX Dev Team     statscfg.amxx    running
 [ 21] unknown                 unknown     unknown           basebuilder64.a  bad load
( 21) Load fails: Module/Library "cstrike" required for plugin.  Check modules.ini.
and "version" in commandline:
Code:
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 16:56:12 Mar  8 2010 (4883)

Last edited by naf; 08-24-2010 at 09:20. Reason: adding more info
naf is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-24-2010 , 10:23   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #6

You missed the "amxx modules" output that I requested
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
naf
Junior Member
Join Date: Aug 2010
Old 08-24-2010 , 10:57   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #7

Quote:
Originally Posted by YamiKaitou View Post
You missed the "amxx modules" output that I requested
Oh, sorry!

Code:
Currently loaded modules:
      name                    version     author               status
 [ 1] Ham Sandwich            1.8.1.3746  AMX Mod X Dev Team   running
 [ 2] unknown                 unknown     unknown              bad load
 [ 3] FakeMeta                1.8.1.3746  AMX Mod X Dev Team   running
 [ 4] Engine                  1.8.1.3746  AMX Mod X Dev Team   running
 [ 5] Fun                     1.8.1.3746  AMX Mod X Dev Team   running
5 modules, 4 correct
naf is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-24-2010 , 11:00   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #8

Appears you have not installed the CS Addon package. Try reinstalling it.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-24-2010 , 11:02   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #9

The counter-strike addon is still not installed.
__________________
Arkshine is offline
naf
Junior Member
Join Date: Aug 2010
Old 08-24-2010 , 13:14   Re: Module/Library "cstrike" required for plugin.
Reply With Quote #10

And it works! My previous cstrike was for windows, i have linux... lol i don't know how i did such a mistake.

Thank you all
naf is offline
Old 08-28-2010, 11:52
robinpaschal
This message has been deleted by YamiKaitou. Reason: spambot
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 13:32.


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