aber ich schau mal für Dich nach:
0 AMX_ERR_NONE,
1 AMX_ERR_EXIT, /* forced exit */
2 AMX_ERR_ASSERT, /* assertion failed */
3 AMX_ERR_STACKERR, /* stack/heap collision */
4 AMX_ERR_BOUNDS, /* index out of bounds */
5 AMX_ERR_MEMACCESS, /* invalid memory access */
6 AMX_ERR_INVINSTR, /* invalid instruction */
7 AMX_ERR_STACKLOW, /* stack underflow */
8 AMX_ERR_HEAPLOW, /* heap underflow */
9 AMX_ERR_CALLBACK, /* no callback, or invalid callback */
10 AMX_ERR_NATIVE, /* native function failed */
11 AMX_ERR_DIVIDE, /* divide by zero */
12 AMX_ERR_SLEEP, /* go into sleepmode - code can be restarted */
16 AMX_ERR_MEMORY /* out of memory */
17 AMX_ERR_FORMAT, /* invalid file format */
18 AMX_ERR_VERSION, /* file is for a newer version of the AMX */
19 AMX_ERR_NOTFOUND, /* function not found */
20 AMX_ERR_INDEX, /* invalid index parameter (bad entry point) */
21 AMX_ERR_DEBUG, /* debugger cannot run */
22 AMX_ERR_INIT, /* AMX not initialized (or doubly initialized) */
23 AMX_ERR_USERDATA, /* unable to set user data field (table full) */
24 AMX_ERR_INIT_JIT, /* cannot initialize the JIT */
25 AMX_ERR_PARAMS, /* parameter error */
so. das sind dann mal alle auf einen Schlag. Jetzt kann man sehen, dass es an der native function liegt.
*Aber ich gehe mal näher darauf ein. Der Fehler muss irgendwo in der plugin_init liegen.

*
_________________
Fehleranalyse: Poste den Inhalt Deiner liblist.gam, (listen)server.cfg, adminmod.cfg, users.ini, vault.ini, plugin.ini von adminmod und plugins.ini von metamod. Benutze auch die
Such-Funktion