View Single Post
f1del1ty.oXi
Veteran Member
Join Date: Nov 2004
Old 02-16-2005 , 16:39  
Reply With Quote #6

If you sue MYSQL, enable the MYSQL mdoules. If you use PostgreSQL, then enable that module, and if you use Microsoft SQL, enable that one. yuo'll be using MYSQL most likely..

See if the second part works without admin_sql.amxx enabled, if not, then you'll need too. Linuxmonster or whatever his name is might be master =\ made a little post about adding admins in AMXX to a database. It's just a simple insert query such as:

INSERT INTO admins ('auth', 'password', 'access', 'flags') VALUES ('STEAMID', 'PASSWORD', 'abcdefghijklmnopqrstu', 'ce')

Something similar to that, but you must be in the database.

The easiest way to add admins is to get phpmyadmin, in which you have a graphical interface to look at, but the query should still work.
__________________
f1del1ty.oXi is offline