Talk:Admin

From GMod Wiki

Jump to: navigation, search

Contents


My server doesn't see me as an admin,

I did everything. But it keeps telling me I'm not an admin. It's an computer on my LAN and this is what my users.txt looks like:

"superadmin" //This is a user group. Groups are useful to LUA coders.
{
       "Armada"                 "STEAM_0:1:XXXXXX" (Double-checked the ID)
}

"admin" //Another user group.
{
}

What am I doing wrong? I have run an CSS DS before, so I know what I'm doing.

Did you do this the server's file or your local file? It needs to be on the server. Also, there should be more to this file than what you posted. If thats all you have, then delete that file and download a fresh copy from Steam, then edit only the necessary lines.


Type status into console and make sure your STEAM ID comes up as it should. Also make sure your users.txt file looks like this (The file on the server that is hosting the game, obviously):
"Users"
{
	"superadmin"
	{
		"Armada"			"STEAM_0:1:XXXXXXXX"
	}
	
	"admin"
	{
		"Whoever"			"STEAM_0:X:XXXXXX"
	}
}
- WaLLy3K 11:11, 21 December 2006 (GMT Standard Time)

Merge with Server Hosting?

A lot of the stuff in this article is the same as the stuff they're trying to do in Server Hosting.--Q-tip 12:25, 4 March 2009 (GMT-6)

Mess

I tagged this a mess upon reading it, with plans to clean it up within 24 hours. Colored bold text? No formatting for warnings, tips, etc... can be much better. KnowledgeJunkie 06:52, 24 July 2010 (UTC)

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox