PDA

View Full Version : uaio_admin.amxx bad load


SvenneDK
11-24-2006, 11:24
I'm running AMXX 1.75 and UAIO 1.51

i'm getting this error:

L 11/24/2006 - 17:34:20: [AMXX] Plugin "uaio_admin.amxx" failed to load: Plugin uses an unknown function (name "entity_get_int") - check your modules.ini.


My modules.ini looks like this


;;;
; 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
cstrike
csx


Whats the problem?

uaio_manager.amxx loads perfectly

o0panda
11-25-2006, 12:02
Odd. I just installed it on my server and everything went fine. Did you make sure that all files are 1.51 and not 1.50 because there's two different zips for them, maybe you installed 1.50 instead of 1.51?

SvenneDK
11-25-2006, 13:24
I've installed 1.50 before, but i just copied the new files (from 1.51) into and replaced the old files.

Xanimos
11-30-2006, 00:01
Are you sure you are running AMXX 1.75?

Even so you might want to upgrade from that.

Give me the output of 'meta list' and 'amxx modules' these are server commands and need to be run by the server console or by using the rcon command, not amx_rcon.

SvenneDK
12-11-2006, 14:09
Sorry for the late answer - Uninstalled cs and installed AMXX 1.75 and the latest UAIO and now all is fine :-)