Raised This Month: $51 Target: $400
 12% 

In-game admin management


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
amped
New Member
Join Date: Jul 2009
Old 07-09-2009 , 19:22   In-game admin management
Reply With Quote #1

Does anyone know of a plugin that provides in-game admin management like mani had? It would get the steamID or IP of a player on the server and add the to the admin list. It also provided group management. Does anything of the sort exist?
amped is offline
UltimateOreo
Member
Join Date: Apr 2009
Old 07-09-2009 , 19:27   Re: In-game admin management
Reply With Quote #2

www.sourcemod.net
www.sourcebans.net
UltimateOreo is offline
amped
New Member
Join Date: Jul 2009
Old 07-09-2009 , 19:39   Re: In-game admin management
Reply With Quote #3

Quote:
Originally Posted by UltimateOreo View Post
I see. No sort of in-game interface though, so I don't have to set up a webserver also?
amped is offline
Xsinthis
Senior Member
Join Date: Oct 2008
Location: Canadia, eh?
Old 07-10-2009 , 11:47   Re: In-game admin management
Reply With Quote #4

for sourcemod just use sm_admin to see a menu. If u r talking about adding admins ingame, no, you need an ftp client to edit the files. I suggest PSPad, you can edit the configs right on the server
__________________
Xsinthis is offline
UltimateOreo
Member
Join Date: Apr 2009
Old 07-10-2009 , 13:47   Re: In-game admin management
Reply With Quote #5

Sourcemod requires a web server that has SQL capabilities.
UltimateOreo is offline
Xsinthis
Senior Member
Join Date: Oct 2008
Location: Canadia, eh?
Old 07-11-2009 , 11:11   Re: In-game admin management
Reply With Quote #6

Quote:
Originally Posted by UltimateOreo View Post
Sourcemod requires a web server that has SQL capabilities.
No, it does it by config files >.>

I don't use a SQL database for mine
__________________
Xsinthis is offline
1nsane
SourceMod Donor
Join Date: Sep 2005
Old 07-12-2009 , 16:15   Re: In-game admin management
Reply With Quote #7

What about the sql-admin-manager plugin?

If you have a mysql database you can use that or just use a local sqllite database right on the server. It supports both.

Code:
RegAdminCmd("sm_sql_addadmin", Command_AddAdmin, ADMFLAG_ROOT, "Adds an admin to the SQL database");
	RegAdminCmd("sm_sql_deladmin", Command_DelAdmin, ADMFLAG_ROOT, "Removes an admin from the SQL database");
	RegAdminCmd("sm_sql_addgroup", Command_AddGroup, ADMFLAG_ROOT, "Adds a group to the SQL database");
	RegAdminCmd("sm_sql_delgroup", Command_DelGroup, ADMFLAG_ROOT, "Removes a group from the SQL database");
	RegAdminCmd("sm_sql_setadmingroups", Command_SetAdminGroups, ADMFLAG_ROOT, "Sets an admin's groups in the SQL database");
1nsane is offline
CrimsonGT
Veteran Member
Join Date: Oct 2007
Location: Gainesville, FL
Old 07-14-2009 , 18:08   Re: In-game admin management
Reply With Quote #8

http://forums.alliedmods.net/showthread.php?p=502488
http://forums.alliedmods.net/showthread.php?p=532307
__________________
CrimsonGT is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:31.


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