Item_Set_Helm

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
kozi1987
Peon
Posts: 2
Joined: Sat Oct 29, 2005 4:48 pm

Item_Set_Helm

Post by kozi1987 » Sat Oct 29, 2005 5:18 pm

Okay I know that it was hundreds of times here but nobody answered strickly to this question... (!!!! i read all of them !!!!)
My problem is : I cant load wc3FT plugin because it says:

''L 10/30/2005 - 00:05:39: [AMXX] Plugin "warcraft3FT.amxx" failed to load: Plugin uses an unknown function (name "Item_Set_Helm") - check your modules.ini.''

Settings of the server are:
**************************************************************************************************
amx_plugins

Currently loaded plugins:
name version author file status
Admin Base 1.60 AMXX Dev Team admin.amxx running
Admin Commands 1.60 AMXX Dev Team admincmd.amxx running
Admin Help 1.60 AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.60 AMXX Dev Team adminslots.amxx running
Multi-Lingual Sys 1.60 AMXX Dev Team multilingual.am running
Menus Front-End 1.60 AMXX Dev Team menufront.amxx running
Commands Menu 1.60 AMXX Dev Team cmdmenu.amxx running
Players Menu 1.60 AMXX Dev Team plmenu.amxx running
Teleport Menu 1.60 AMXX Dev Team telemenu.amxx running
Maps Menu 1.60 AMXX Dev Team mapsmenu.amxx running
Admin Chat 1.60 AMXX Dev Team adminchat.amxx running
Anti Flood 1.60 AMXX Dev Team antiflood.amxx running
Scrolling Message 1.60 AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.60 AMXX Dev Team imessage.amxx running
Admin Votes 1.60 AMXX Dev Team adminvote.amxx running
NextMap 1.60 AMXX Dev Team nextmap.amxx running
Nextmap Chooser 1.60 AMXX Dev Team mapchooser.amxx running
TimeLeft 1.60 AMXX Dev Team timeleft.amxx running
Pause Plugins 1.60 AMXX Dev Team pausecfg.amxx running
Stats Configurati 1.60 AMXX Dev Team statscfg.amxx running
Restrict Weapons 1.60 AMXX Dev Team restmenu.amxx running
StatsX 1.60 AMXX Dev Team statsx.amxx running
unknown unknown unknown warcraft3FT.amx bad load
23 plugins, 22 running


****************************************************************************************************

amx_modules

Currently loaded modules:
name version author
Fun 1.60 AMX Mod X Dev Team
Engine 1.60 AMX Mod X Dev Team
FakeMeta 1.60 AMX Mod X Dev Team
MySQL 1.60 AMX Mod X Dev Team
Sockets 1.60 HLSW Dev Team
RegEx 1.60 AMX Mod X Dev Team
nVault 1.60 AMX Mod X Dev Team
CStrike 1.60 AMX Mod X Dev Team
CSX 1.60 AMX Mod X Dev Team
CSX 1.60 AMX Mod X Dev Team
10 modules

*************************************************************************************************

meta list

Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.60 ini ANY ANY
[ 2] Fun RUN - fun_amxx_i386.so v1.60 pl1 ANY ANY
[ 3] Engine RUN - engine_amxx_i386 v1.60 pl1 ANY ANY
[ 4] FakeMeta RUN - fakemeta_amxx_i3 v1.60 pl1 ANY ANY
[ 5] MySQL RUN - mysql_amxx_i386. v1.60 pl1 ANY ANY
[ 6] nVault RUN - nvault_amxx_i386 v1.60 pl1 ANY ANY
[ 7] CStrike RUN - cstrike_amxx_i38 v1.60 pl1 ANY ANY
[ 8] CSX RUN - csx_amxx_i386.so v1.60 pl1 ANY ANY
8 plugins, 8 running


As you see I have Linux (mandrake)
Warcraft 3FT version is 2.2.6
MetaMod version is 1.18
AmxMod X version is 1.60


Please help me.. :(

User avatar
nightscream
Sorceress
Posts: 319
Joined: Wed Jul 06, 2005 12:54 pm
Location: Belguim, Hallaar
Contact:

Post by nightscream » Sat Oct 29, 2005 5:40 pm

you are not running the war3ft module that's why
want help pm me
Image

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sat Oct 29, 2005 6:22 pm

yep what he said
No Support via PM

kozi1987
Peon
Posts: 2
Joined: Sat Oct 29, 2005 4:48 pm

Post by kozi1987 » Sun Oct 30, 2005 5:03 am

how to run it?? my modules ini looks this way:

; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
fakemeta_amxx.dll
fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
sockets_amxx_i386.so
sockets_amxx.dll
sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
regex_amxx_i386.so
regex_amxx.dll
regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
nvault_amxx_i386.so
nvault_amxx.dll
nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so

war3FT_amxx.dll
war3FT_amxx_i386.so
war3FT_amxx_amd64.so

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sun Oct 30, 2005 8:56 am

The file is missing.... Put the war3ft dlls/sos in your modules folder
No Support via PM

User avatar
Lazarus Long
Lead PITA SOB
Posts: 618
Joined: Tue Jul 05, 2005 9:24 pm

Post by Lazarus Long » Sun Nov 06, 2005 1:45 pm

Asked and replied, read the FORUM RULES and use the Search.

Locked.
Lazarus

Locked