DEVS SHOULD REALLY LOOK INTO THIS -> see the 6'th reply
1'st of all. i know this happened before and i've read those posts, also i've searched google and what i found is that i should increase the max_admins to a higher value. i did. it didn't work
i also did this :
Code:
#pragma dynamic 32768
i've seen that in the help file, to increase the memory. that didn't work also
the problem is as follows:
i have a mysql database (customised) -as in- it has the following design :
Code:
id - int Length(11) Primary key - auto increment
type - int length(11)
auth - varchar length(32) - ORIGINAL AMXX field
password - varchar length(32) - ORIGINAL AMXX field
access varchar length(32) - ORIGINAL AMXX field
flags varchar length(32) - ORIGINAL AMXX field
username varchar length(255)
email varchar length(64)
phone varchar length(64)
trust int length(11)
comments varchar length(255)
i have "admin_sql.amxx debug "(in the plugins.ini) and "mysql"(in the modules.ini) lines.
when i start up the server it all goes well except it gives me this message:
Code:
L 10/04/2006 - 13:30:23: -------- Mapchange to de_dust2 --------
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
L 10/04/2006 - 13:30:24: [AMXX] Displaying debug trace (plugin "admin_sql.amxx")
L 10/04/2006 - 13:30:24: [AMXX] Run time error 4: index out of bounds
L 10/04/2006 - 13:30:24: [AMXX] [0] admin.sma::adminSql (line 465)
thanx for reading

help please!