PDA

View Full Version : Help


''Ender
12-09-2007, 19:02
I have seen this exact same thread posted a number of times, and I have read all of them and tried to decipher how to fix my problem: My amx_super will not load correctly. In my logs this message appears "
L 12/08/2007 - 10:23:53: [AMXX] Plugin "amx_super.amxx" failed to load: Plugin uses an unknown function (name "get_speak") - check your modules.ini."

I have seen this exact same problem posted (I think its only a few posts down) but there has never been a clear answer that I can understand. And yes, I also have read the FAQ. I'm not sure how to check what version of amxx I have. I am also not sure what hlsw is.

My modules.ini appears 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

Sorry for posting on a topic that has already been answered before; I just could not understand clearly the answer. Thank you.

vvg125
12-09-2007, 19:14
Install the Counter-Strike addon located at http://www.amxmodx.org/downloads.php

''Ender
12-09-2007, 20:13
I dled the addon. Included in it is the same folders that are already in my amxmodx folder on my ftp. Do I just overwrite the old files with the newly dled ones?

bmann_420
12-09-2007, 20:59
Correct, except the cfg files, or whichever ones you change (users.ini, plugins.ini and whatnot)

ner0tic
12-17-2007, 13:29
I'm encountering this same problem, but the addon says it's for vers 1.8 and i'm running 1.71 will this be an issue?

bmann_420
12-17-2007, 15:22
Either upgrade amxmodx, or goto the other versions of amxmodx and get the addon version to your amxmodx version.