Page 1 of 1
WC3 mod isnt working
Posted: Thu Aug 04, 2005 11:40 am
by beggii
] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.50 ini ANY ANY
[ 2] Fun RUN - fun_amxx.dll v1.50 pl1 ANY ANY
[ 3] CStrike RUN - cstrike_amxx.dll v1.50 pl1 ANY ANY
[ 4] CSX RUN - csx_amxx.dll v1.50 pl1 ANY ANY
4 plugins, 4 running
] amx modules
] amx list
when i type amx modules and amx list nothign comes up.
I thought that i had installed everything correctly. anyone know what im doing wrong?
Posted: Thu Aug 04, 2005 11:51 am
by ferret
You need the Engine module as well for WC3.
Try amxx modules and amxx list.
Posted: Thu Aug 04, 2005 3:10 pm
by beggii
ok the amxx modules and list worked, it gave me this
urrently loaded modules:
amxx modules
name version author status
[ 1] Fun 1.50 AMX Mod X Dev Team running
[ 2] CStrike 1.50 AMX Mod X Dev Team running
[ 3] CSX 1.50 AMX Mod X Dev Team running
3 modules, 3 correct
] amxx list
Currently loaded plugins:
name version author status
[ 1] Fun 1.50 AMX Mod X Dev Team running
[ 2] CStrike 1.50 AMX Mod X Dev Team running
[ 3] CSX 1.50 AMX Mod X Dev Team running
3 modules, 3 correct
] amxx list
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.50 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.50 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.50 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.50 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual Sys 1.50 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.50 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.50 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.50 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.50 AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.50 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.50 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.50 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.50 AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.50 AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.50 AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.50 AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.50 AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.50 AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configurati 1.50 AMXX Dev Team statscfg.amxx running
19 plugins, 19 running
Posted: Thu Aug 04, 2005 3:12 pm
by beggii
ok i think i get what u mean about the module, where would i find the wc3 module though?
Posted: Thu Aug 04, 2005 3:28 pm
by ferret
Did you put warcraft3.amxx at the end of addons/amxmodx/configs/plugins.ini?
Posted: Thu Aug 04, 2005 4:35 pm
by beggii
oooo, k i added warcraft3.amxx at the end of it, then why i type amxx plugins in console it gives me this at the end of it
running
[ 17] TimeLeft 1.50 AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.50 AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configurati 1.50 AMXX Dev Team statscfg.amxx running
[ 20] unknown unknown unknown warcraft3.amxx bad load
Load fails: Plugin uses an unknown function (name "get_grenade_id") - check your modules.ini.
20 plugins, 19 running
Posted: Fri Aug 05, 2005 6:56 am
by ferret
get_grenade_id is part of that Engine module.
Open addons/amxmodx/configs/modules.ini
And find the lines for Engine.. They should be just below the Fun module. Just delete the ; in front of engine_amxx.dll (Or whatever it is)
Posted: Fri Aug 05, 2005 12:04 pm
by beggii
ok i deleted the :, then when i typed amxx plugins in console it give me this at the end
running
[ 17] TimeLeft 1.50 AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.50 AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configurati 1.50 AMXX Dev Team statscfg.amxx running
[ 20] Warcraft 3 XP 2.6 ferret (Dopefish warcraft3.amxx running
20 plugins, 20 running
*EDIT* Ok thanks man it works now. Your awsome man, thanks for all the help.