AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   admin mysql based (https://forums.alliedmods.net/showthread.php?t=107212)

Dukken 10-24-2009 06:21

admin mysql based
 
CREATE TABLE `users` (
`name` int(14) DEFAULT NULL,
`steamid` int(19) DEFAULT NULL,
`password` varchar(128) DEFAULT NULL,
`access` int(22) DEFAULT NULL,
`flags` tinyint(6) DEFAULT NULL,
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

any there can tell error ?. and perhaps explain how to edit amx menu to use mysql loading of admins. (that 1 amxmodx.org developers) :)

Hawk552 10-24-2009 11:59

Re: admin mysql based
 
Enable admin_sql.amxx and disable admin.amxx.


All times are GMT -4. The time now is 17:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.